Hi,
not easy to explain, but a try:
I want to get the difference in % between the values of two columns of different tables. There are some fields with NULL and often occurs an error in the result fields where was a NULL. Its more complicated because its part of a left join.
So I think a solution is a combination of NZ and IIF but I am not sure how to use.
Here an example table:
Theme | Number_A |Number_B|
biology | NULL |98
chemistry | NuLL | 34
physics |12 | 15
molecular | 17 | NULL
nothing | NULL | NULL
Thanks for some hints,
gap