Well, I thought I had it running. :-\
The following works well on a Block for PDF but for EXCEL, it is not.
IF (ReportOutput() in ('PDF','XLS','CVS'))
THEN ('Y')
ELSE ('N')
Please help if you can. :) :o
Thx so much!!
Resolved:
I added additional condition: Here is the code:
IF (ReportOutput() in ('CSV','layoutDataXML','MHT','PDF','rawXML','singleXLS', 'spreadsheetML','XLS','XML','XLWA'))
THEN ('Y')
ELSE ('N')
I think may be adding one of the above in addition to just XLS did the trick.
Thanks,
Kamran :) :) :) 8) 8)