Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
Hi,
Thanks a ton Amar.
Will try to implement the solution given by you and let you know regarding the updates.
Thanks,
Mahasweta