D
D
Hi:
I have a query, and I need to calculate the varaince (pecentage) between two
fields:
([f2]-[f1])[f1];
my iif is: July%$:
IIf([qrytestprice].[rectype]="FY09F",([July$]-[July])/IIf([July]=0,[july$],[July]))
I have solved the problem of div. by 0, when [july] is 0; but i get #error
when both [july$] and [july] are zero. Can you please tell me how to impose
the result o be 0 in this case?
Thank you,
Dan
I have a query, and I need to calculate the varaince (pecentage) between two
fields:
([f2]-[f1])[f1];
my iif is: July%$:
IIf([qrytestprice].[rectype]="FY09F",([July$]-[July])/IIf([July]=0,[july$],[July]))
I have solved the problem of div. by 0, when [july] is 0; but i get #error
when both [july$] and [july] are zero. Can you please tell me how to impose
the result o be 0 in this case?
Thank you,
Dan