You are not logged in.
For achieving authorization, we are going to apply following filter for each and every report query.
Is there anywhy to apply this filter for Saiku reports?
Filter Condition:
Where AuthTable.User = ${_RS_USER_USERNAME}
Thanks & Regards
Nayana
Offline
Hi Nayana,
please check here for parameters with Saiku reports: https://forum.reportserver.net/viewtopi … 5095#p5095
Regards,
Eduardo
Offline
Noted. That means we are still unable to add this parameter to Saiku Reports. Is there any workarounds which we can try out?
Thanks & Regards
Nayana
Offline
Hi Nayana,
ReportServer 3.0.6 will support parameters in Saiku Reports analogously as parameters in dynamic lists (https://reportserver.net/en/guides/admi … arameters/).
For example:
<SQL dialect='generic'>
select * from mytable
where myfield > ${myparameter}
</SQL>
oder
<SQL dialect='generic'>
select * from mytable
where $X{IN, id, myparameter}
</SQL>
Regards,
Eduardo
Offline
Thanks Eduardo
Thanks & Regards
Nayana
Offline