Forum Discussion
Sharing an app - Security
- Anonymous1 year ago
Hi, Benc7777
You can create a read-only role in your reporting tool. This role should only allow you to view the visualization and not any of the underlying data, queries, or editing capabilities. Assign this read-only role to the user [email protected]. This restricts their access to only what you want them to see.
Or implement row-level security to ensure that users can only see their specific data. This can be done by defining security filters in SQL queries or by setting them in the reporting tool.
It is also possible to use the APP, without selecting the following options, users can only view your report and cannot modify it
How to Get Your Question Answered Quickly
Best Regards
Yongkang Hua
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, Benc7777
You can create a read-only role in your reporting tool. This role should only allow you to view the visualization and not any of the underlying data, queries, or editing capabilities. Assign this read-only role to the user [email protected]. This restricts their access to only what you want them to see.
Or implement row-level security to ensure that users can only see their specific data. This can be done by defining security filters in SQL queries or by setting them in the reporting tool.
It is also possible to use the APP, without selecting the following options, users can only view your report and cannot modify it
How to Get Your Question Answered Quickly
Best Regards
Yongkang Hua
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Benc77771 year agoHelper I
Thanks this sounds like a plan ! Thanks for your time, I shall investigate and test.