M
MC
Hi,
I have a query with two calculated fields with the following formulas:
Usage Change over Quarter: nz([Current Quarter Usage to
date],0)-nz([Previous Quarter Usage],0)
Percent Change in Usage over Quarter: IIf([Previous Quarter
Usage]=0,IIf([Current Quarter Usage to date]=0,0,Null),(nz([Current Quarter
Usage to date],0)-nz([Previous Quarter Usage],0))/nz([Previous Quarter
Usage],0))
These are working fine; my question is this: Can I make it so that, for
example if Usage increased by 10, the formula returns "+10" rather than "10"?
Same goes for the percent change (can it display "+10%" rather than just
"10%"?).
Thanks for any help,
MC
I have a query with two calculated fields with the following formulas:
Usage Change over Quarter: nz([Current Quarter Usage to
date],0)-nz([Previous Quarter Usage],0)
Percent Change in Usage over Quarter: IIf([Previous Quarter
Usage]=0,IIf([Current Quarter Usage to date]=0,0,Null),(nz([Current Quarter
Usage to date],0)-nz([Previous Quarter Usage],0))/nz([Previous Quarter
Usage],0))
These are working fine; my question is this: Can I make it so that, for
example if Usage increased by 10, the formula returns "+10" rather than "10"?
Same goes for the percent change (can it display "+10%" rather than just
"10%"?).
Thanks for any help,
MC