Limit the View access on Data for other

Suppose We have a team of 10 members. 5 of them are looking for data of US and rest 5 looking data of UK. When anyone of them open dashboard then they only see dashboard values or tables which are present to dashboard to the particular region they are working. 

For example: Suppose Ram working on US data. So when he open the dashboard named as ABC , he only see value in the tables ( which are basically present on dashboard ABC ) which are related to US data.

Basically I want to put data access. But don’t know how to do it. https://docs.looker.com/admin-options/tutorials/permissions

0 1 879
1 REPLY 1

You can use User Attributes for that and sql_always_where parameter in Explores. 

Here is some documentation:

https://community.looker.com/lookml-5/advanced-permissioning-using-user-attributes-6347

Or Access Filter, which is simpler:

https://docs.looker.com/reference/explore-params/access_filter

But if you need admin, top-level access, or a list of values, then you’ll have to dig deeper into how to achieve it with Liquid.

Top Labels in this Space