Forum Discussion
harshagraj
4 years agoPost Partisan
RLS from database
Hello all, I have report which has RLS defined for "Function". In the Manage Roles i have created 4 roles [FUNCTION_NAME] = "Engineering" [FUNCTION_NAME] = "ISC" [FUNCTION_NAME] = "Procurement" ...
- 4 years ago
You can create a role that has no filters assiged or, if you want you can just add TRUE() to the table that holds the Function_Name field which would look something like this:
harshagraj
4 years agoPost Partisan
Hi jdbuchanan71 thank you but how would i create that? is it just [FUNCTION_NAME]?
jdbuchanan71
4 years agoSuper User
You can create a role that has no filters assiged or, if you want you can just add TRUE() to the table that holds the Function_Name field which would look something like this:
- harshagraj4 years agoPost Partisan
Thanks a lot! this works