Hi,
I have a report with two lists and with different underlying queries. The requirement is now to have in HTML all data in one page (no page breaks) but in Excel to have the lists in different worksheets. The first idea would be to create several pages and render the pages depending on the Repor Format (one page with both lists and two page with each of the lists). But somehow it does not appear to me as a graceful solution. Do you have some other, maybe more efficient, approaches?
Thanks in advance,
Timm
You can have a single page that renders in html and a page set that breaks up the pages for Excel output.