TheMagikWand
Technical User
hey guys/gals
i have a report that needs to be a little more visually appealing so ive decided to add some colors here and there, but i ran into one problem that i cant solve.
i have an "if-then-else" formula that takes account balances and sorts them into 3 categories, paid, overpaid, underpaid. id like to have the fomula make each different group a different font color, but i cant seem to get it to work.
here's my formula:
if {@Balance}>0 then ("underpaid" red)
else if {@Balance}<0 then ("overpaid" blue)
else ("paid" green)
Any Ideas????
Thanx in advance,
B U D
i have a report that needs to be a little more visually appealing so ive decided to add some colors here and there, but i ran into one problem that i cant solve.
i have an "if-then-else" formula that takes account balances and sorts them into 3 categories, paid, overpaid, underpaid. id like to have the fomula make each different group a different font color, but i cant seem to get it to work.
here's my formula:
if {@Balance}>0 then ("underpaid" red)
else if {@Balance}<0 then ("overpaid" blue)
else ("paid" green)
Any Ideas????
Thanx in advance,
B U D