Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a text box with this calculation in it. I want the number to appear in Red if negative and Green if positive. The statement says it's formatted okay, but colors do not change. What am I missing.
Thanks
=num(if(count({<FISYR = {$(=$(vFisYr) - 1)}, YR_SW = {1}, Acq_Sales = {1}>} Distinct([Sold To])) - count({<FISYR = {$(=$(vFisYr) - 5)}, YR_SW = {1}, Acq_Sales = {1}>} Distinct([Sold To]))) /
count({<FISYR = {$(=$(vFisYr) - 5)}, YR_SW = {1}, Acq_Sales = {1}>} Distinct([Sold To])) < 0,RGB(255,0,0),RGB(0,153,0),'###.#%')
Is this section if(count({<FISYR = {$(=$(vFisYr) - 1)}, YR_SW = {1}, Acq_Sales = {1}>} Distinct([Sold To])) - count({<FISYR = {$(=$(vFisYr) - 5)}, YR_SW = {1}, Acq_Sales = {1}>} Distinct([Sold To]))) /
count({<FISYR = {$(=$(vFisYr) - 5)}, YR_SW = {1}, Acq_Sales = {1}>} Distinct([Sold To])) < 0,RGB(255,0,0),RGB(0,153,0))
in the textbox->font->color->calculated expression?
Is this section if(count({<FISYR = {$(=$(vFisYr) - 1)}, YR_SW = {1}, Acq_Sales = {1}>} Distinct([Sold To])) - count({<FISYR = {$(=$(vFisYr) - 5)}, YR_SW = {1}, Acq_Sales = {1}>} Distinct([Sold To]))) /
count({<FISYR = {$(=$(vFisYr) - 5)}, YR_SW = {1}, Acq_Sales = {1}>} Distinct([Sold To])) < 0,RGB(255,0,0),RGB(0,153,0))
in the textbox->font->color->calculated expression?