Hello community,
My problem is that i actually want to make a row level authentication in a shared report with guest access enabled by passing parameters in url.
I will try to explain my problem in detail :
I have a Report in SAS Viya, in which I have a filter for different customers (filter-object:customerid). I have a parameter(cusid) for this object which actually filters that filter. Now I want to share this report as embedded using guest access. I have managed to pass the parameter in url so depending the customer that view the report I filter what he/she can see. My problem is that any customer that has access to this report can change the filter in the report , so can see info from another customer. Is there any way to prevent any user from changing the filter-object in the report? Can I hide the filter object ? Can I use the parameter that I have made (cusid) in the data source as a filter through environment manager?