Double expression?

SPDurie

New member
Local time
Today, 04:57
Joined
Oct 28, 2001
Messages
7
Ok. I'm new at this expression stuff.

The expression below figures out the percentage of what they have left to spend out of the budget. It works fine if they're on the plus side of their budget, the problem is that once the percentage figures out negative. What should I add to the expression below to have the pecentage be negative, for example "-36.24%" OR enter a phrase, for example "Over Expended."

=[Text86]/IIf([subrptTotalBudget].Report.[HasData],[subrptTotalBudget].Report![SumOf1stQtr],0)
 

Users who are viewing this thread

Back
Top Bottom