Zoho Analytics allows you to share reports, dashboards, and data tables with specific users while maintaining precise control over what they can see and do. Whether you need to give a colleague read-only access to a single chart or grant a team full editing rights over a dataset, the sharing system in Zoho Analytics provides the granularity to accommodate both scenarios.
By default, sharing is restricted to Account Admins, Organisation Admins, and Workspace Admins. Standard users can share views if an admin has explicitly granted them the Share View permission.
Zoho Analytics offers fine-grained permissions that control what a shared user can do with a view:
You can apply filter criteria to a shared view so that each user only sees the data rows relevant to them. Filters use SQL WHERE clause syntax and support multiple conditions combined with AND, OR, and NOT operators.
System variables such as System.login.email can be used to automatically apply personalised filters based on the logged-in user's identity, removing the need to create separate views for each individual.
For data tables, you can restrict which columns a shared user can view. This is useful when a table contains sensitive fields such as salary information or personal identifiers that should not be visible to all users.
A Viewer is a restricted user type who can only view reports shared with them. Viewers cannot create new reports or share views with others, regardless of the permissions assigned to individual views.