Question
Maantic Inc
Maantic Inc
US
Maantic Inc
Posted: Aug 17, 2016
Last activity: Aug 22, 2016
Last activity: 22 Aug 2016 9:58 EDT
Closed
How to control report definition where clause argument based on access group
Select Name, Age from Employee where (if access group Manager ) id = '100' else if (access goup employee) id ='200';
***Updated by moderator: Lochan to update Categories***
Hi John,
With the hlep of data page you can check the access group and get the required fileter value which can passed to RD directly.
Don't forget to mention the data page on pages and classes tab of RD.
Hope this helps..!!