Focal Point
Conditional Formating

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/7901014871

July 31, 2006, 01:15 PM
neuro
Conditional Formating
Is there a way to use conditional formating to change the value displayed in the report? I know I can change colors, fonts, etc... However I am curious if the actual field value can be changed.

If this was HTML, I would use Javascript, however I am using PDF as the output.


Currenly working @ Learning Circle Education Services
Previously worked @ Nationwide Insurance
Prod: WebFOCUS 7.6.11


Test: WebFOCUS 7.6.11


Dev: WebFOCUS 7.6.11
July 31, 2006, 01:25 PM
Glenda
Please provide an example of what you want to do.


Glenda

In FOCUS Since 1990
Production 8.2 Windows
July 31, 2006, 01:27 PM
neuro

TYPE=DATA, COLUMN=CATTYPE,VALUE='Asset Retention' ,WHEN=CATTYPE EQ 'AR',$


Where the "VALUE" would be the TERM used to SET the FIELD to the value I want to display.

thanks


Currenly working @ Learning Circle Education Services
Previously worked @ Nationwide Insurance
Prod: WebFOCUS 7.6.11


Test: WebFOCUS 7.6.11


Dev: WebFOCUS 7.6.11
July 31, 2006, 01:55 PM
Glenda
Try using a decode:

CATTYPE_DESC/Axx = DECODE CATTYPE(AR 'ASSET RETENTION'
ELSE 'OTHER)


Glenda

In FOCUS Since 1990
Production 8.2 Windows
July 31, 2006, 03:05 PM
neuro
Thank you, it was kind of a Duh moment!!!


Currenly working @ Learning Circle Education Services
Previously worked @ Nationwide Insurance
Prod: WebFOCUS 7.6.11


Test: WebFOCUS 7.6.11


Dev: WebFOCUS 7.6.11