Forum Discussion

michaeldewaele's avatar
michaeldewaele
Frequent Visitor
2 years ago

RLS filtering based on SELECTEDVALUE

I'm trying to apply an RLS filter based on the SELECTEDVALUE of a specific table. 

 

I'm looking to implement a feature where the RLS filter is different depending on the report page the user is viewing. One of my pages has a filter set on the table 'Pages' so it only has one value. I then get the SELECTEDVALUE of the 'Pages' table in the RLS filter. When it equals one value, I apply one filter, if it equals another value, I apply the other filter. 

 

Unfortunately, this doesn't work. It's almost as if the SELECTEDVALUE is not working / filtered during RLS evaluation?