Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Doubts on Reports navigation on click(Macro / INFO LOAD)

Hi ALL,

I have some groups and related to these groups I have to show them related reports. So when the user tries to login he can view the list of reports allowed for him. This part I can achieve in the section access calling the groupid in the section application.

Then from that on clicking the report names the corresponding reports should open in different window. This is something the click event should navigate to the desired report or the desired report should open.

Could anyone please give me some idea onthe same ,how to achieve?

Thanks a ton in advance.

Please help me out. I need this urgently.

Best Regards,

Mahasweta





2 Replies
amars
Specialist
Specialist

Hi,

Create a Table specifying the Group & to show the report to the user or not

Group ReportID Show

Admin RP01 1

User RP02 0

In this way , After that Go to Reports -> Edit Reports . Select a Report & cliek Edit-> Report Settings

& Check Conditional Show

In the text box before that u can put a formula like this

(=If(ReportID= 'RP01' & Show =1,1,0)) Change the report ID for each Report.

To just test this feature put 0 in the Text box & you will see that the report doesn't appear in the list.

Regards

Amar

Not applicable
Author

Hi,

Thanks a ton Amar.

Will try to implement the solution given by you and let you know regarding the updates.

Thanks,

Mahasweta