COGNOiSe.com - The IBM Cognos Community

IBM Cognos Analytics Platform => Cognos Analytics => Reporting => Topic started by: peewan on 25 Feb 2020 09:52:03 AM

Title: Custom Report page delivery
Post by: peewan on 25 Feb 2020 09:52:03 AM
So I have a report with 4 summary page, and one details page.
Detail page for myself and QC purpose.

When i delivery the report to Clients, I would like just send 4 summary page only.
How could I do that without delete the details page?

Thank you!
Title: Re: Custom Report page delivery
Post by: seb24c on 25 Feb 2020 01:02:25 PM
I include a change log page in every report that is hidden from the output by a render variable that always evaluates to false:

v_ChangeLog (boolean): 1=2

You would have to remove the render variable to view the detail page. There may be a way to get username into the variable so it would show only when you run the report.