crytalbria
Technical User
Thank you for your time. I've been knocking my head against the wall on this one.
I have a single value number parameter. I would like the below formula output to change color when the number entered in the parameter is >= its value.
If Not OnFirstRecord And
{@GapFromDate} >= Previous({@GapThruDate}) then
DateDiff ("d",{@GapFromDate},Previous({@GapThruDate})) Else 0
-----------------------------------------------------------------------
The formulas used above {@GapFromDate} & {@GapThruDate} are simple If then else formulas to grab the dates when they meet a simple criteria
-----------------------------------------------------------------------
I've found nothing that seems to work, I've tried to compare the output of the formula to the parameter, output the formula to a shared variable and compare it to the parameter. set up the parameter & formula output as global vars to compare those.. Nothing seems to work and I've run out of ideas.
Any help given would be greatly appreciated
-BV
I have a single value number parameter. I would like the below formula output to change color when the number entered in the parameter is >= its value.
If Not OnFirstRecord And
{@GapFromDate} >= Previous({@GapThruDate}) then
DateDiff ("d",{@GapFromDate},Previous({@GapThruDate})) Else 0
-----------------------------------------------------------------------
The formulas used above {@GapFromDate} & {@GapThruDate} are simple If then else formulas to grab the dates when they meet a simple criteria
-----------------------------------------------------------------------
I've found nothing that seems to work, I've tried to compare the output of the formula to the parameter, output the formula to a shared variable and compare it to the parameter. set up the parameter & formula output as global vars to compare those.. Nothing seems to work and I've run out of ideas.
Any help given would be greatly appreciated
-BV