Hi,
I'm new to the forum and have been looking for an answer to my issue but have been unsuccessful.
Basically my issue is that there is a table that i am linked to from another database. This table has data for employees performance through out the year. What i need to do is divide the performance by a target to obtain a percentage of target value. But there are some fields that do not have data for a specific months and when i divide these values (0) by the target i get a overflow or div by zero error. I managed to exclude the data with a simple IIF([XXX])<>0, [XXX]/[Target], 0). After creating the % value i need to match that % to a Performance ID. But when i match all the % data to the Performance ID i keep getting and overflow or Division by Zero error i don't understand why if i am excluding the values for zero. I also tried with IIF(ISNull([XXX])=False,[XXX]/[target])
where [XXX] <> 0
where [xxx] <>""
where Isnull([xxx])= False
I've tried everything i can think of and would appreciate any help :S
Below you can fin more or less what the data looks like. The percent to target would be the first desired result then that percentage would be turned to an ID like "Z+"