If you are unable to create a new account, please email support@bspsoftware.com

 

Condition Explorer to show block for only EXCEL Report (Rep. Auth. 10.2.1)

Started by gosoccer, 17 Jul 2015 05:55:10 AM

Previous topic - Next topic

gosoccer

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!!


gosoccer

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)