Pages

Tuesday 21 January 2014

Report Output

Scenario:
Report contains two pages (Page 1, Page 2)....

First page should run on 'Pdf'
&
Second page should run on 'HTML'.....

1. Take 2 List reports...

2. Create a string variable
case
when Reportoutput()= 'PDF' then 'Pdf'
when Reportoutput()= 'HTML' then 'HTML'
end

3. Go to page 1, select the List using ancestor button & Change the Variable into string, & Render variable to 'Pdf'

4. Follow the step 3 for 'HTML'

5. Run the Report against 'PDF' and 'HTML'

No comments:

Post a Comment