Crystal XI
I'm doing a report with a lot of conditional formatting. I have threshold values and want my fields to change color based on where they fall. Is there some way to do a formatting formula that does not need the field name? I want to do something like:
IF <THIS FIELD> < {@LO THRESHOLD}
THEN CRGREEN
ELSE
IF <THIS FIELD> > {@HI THRESHOLD}
THEN CRRED
ELSE CRBLACK
I've looked thru help, but if the option is there it's under a name that is not obvious to me.
I'm doing a report with a lot of conditional formatting. I have threshold values and want my fields to change color based on where they fall. Is there some way to do a formatting formula that does not need the field name? I want to do something like:
IF <THIS FIELD> < {@LO THRESHOLD}
THEN CRGREEN
ELSE
IF <THIS FIELD> > {@HI THRESHOLD}
THEN CRRED
ELSE CRBLACK
I've looked thru help, but if the option is there it's under a name that is not obvious to me.