Hi.
Has anyone encountered this situation. When i burst an unaltered report off a burst table, i correctly get a single email with the various file formats as attachments.
However, when i try to burst the same report using the following render variable logic at the page level to not render the first page in any other format but HTML, I get a separate email for each file format.
ReportOutput( ) = 'HTML'
The logic works, but the distribution method is off. Why is that? Any help much appreciated!
Hugo