I have three questions on report.
1. Is it possible to give an id to TR/TD/TABLE to the report output?
2. Is it possible to hide a part of data from the report based on some
condition. In the example below,
TABLE FILE CAR
PRINT COUNTRY DEALER_COST RETAIL_COST SALES
ON TABLE SET ONLINE-FMT HTML
ON TABLE SET STYLE *
TYPE=DATA,COLUMN=DEALER_COST,COLOR=RED,WHEN=COUNTRY EQ 'ITALY', $
ENDSTYLE
END
When Country is 'ITALY', I dont want the data to be displayed in the DEALER_COST
field. The DEALER_COST is a numeric field. Is there a command like,
TYPE=DATA,COLUMN=DEALER_COST,VISIBILITY=HIDDEN,WHEN=COUNTRY EQ 'ITALY', $
3. How to apply multiple when conditions?
For example, in the above example, i need RETAIL_COST to be BOLD when SALES is 0
and COUNTRY is ITALY.
Thanks for your time.
Regards,
Cyril Joy.
WF Production 8008 on Linux.