D
Denver
Hi,
=IIf([Done]="NA","",(IIf([Done]<>"NA",([Done])/(Sum([RLApproved])))))
I have this as my COntrol Source to one of my report.
Is there anyway to avoid a result of #Num!, the formula is working
will but it only result to some as #Num! when [RLApproved] = 0.
I want to replace that result 0.00% instead of #Num!. what do I need to add
from my formula?
thanks for any help, I appreciated
=IIf([Done]="NA","",(IIf([Done]<>"NA",([Done])/(Sum([RLApproved])))))
I have this as my COntrol Source to one of my report.
Is there anyway to avoid a result of #Num!, the formula is working
will but it only result to some as #Num! when [RLApproved] = 0.
I want to replace that result 0.00% instead of #Num!. what do I need to add
from my formula?
thanks for any help, I appreciated