Forum Discussion
abpgupta
Continued Contributor
5 years agoPaginated Report: Conditionally Show or Hide based on report output type
Hi All, I want to hide header when report is exported in Excel format but continue to display it in PDF format. Is there any way to achieve this functionality in Paginated report? Thanks in...
v-janeyg-msft
Community Support
5 years agoHi, abpgupta
It’s my pleasure to answer for you.
According to your description,I think there is no existing function that can directly meet your needs.
You need to save two version reports (hide header/not hide header),one for excel,another for PDF.
Like this:
If it doesn’t solve your problem, please feel free to ask me.
Best Regards
Janey Guo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
abpgupta
Continued Contributor
5 years agoThanks v-janeyg-msft !
I am looking for way similar to Cognos where we can control it with Conditional Variables based on report output types without need to create multiple reports for each output type.