You can generate individual permanent URL's for all types of views such as tables, charts, pivots, tabular view, summary view, query tables and dashboards that you create using Zoho Analytics. Refer to this question to learn about generating a URL.
The following are the three access models that you can choose while generating a URL for a report/dashboard.
Generating a URL with secured login allows the highest level of security to the view. Selecting " Private Access with Login" , would prompt the users to login to Zoho Analytics to access the view. Also, only users to whom you have shared the view would be able to access the view, on successful login.
When selecting "Private Access without Login" , Zoho Analytics will generate a private permalink/URL making it secure and very hard to guess. Users need not login to Zoho Analytics to view the report. Although this is secure, the randomly generated key is not impossible to guess.
In case you want your report to be accessible to the users within your organization or to the users who visit your web page and do not require any random key based link generation or logging into Zoho Analytics, you can use the public access mode.
Yes, you can protect your private URLs (without Login) with password. When you generate a permalink with Private Access (Without Login) Zoho Analytics will generate a private permalink making it secure and very hard to guess. You can also protect it with a password by selecting Set access password checkbox in Access URL dialog.
Yes, you can set an expiry date for your URL by checking the Set expiry checkbox in the Access without Login section. The shared URL will be valid only for the specified time frame. After the mentioned date, the URL will expire. After the set time, you can extend the expiry date, if you want to extend the validity.
Yes, you can share the published reports and dashboards in your social handles using the Social Widget option. Learn more.
Follow the below steps to share the published reports and dashboards in your social handles:

Zoho Analytics allows you to generate URL's of reports/dashboards in an interactive mode. The following interactions are possible when generating a URL in interactive mode:
You can also generate URL's for reports to display it as a image. This feature is only available for charts. As a result of this, the chart will be generated as a static image and hence the URL will load faster.
When you reset/regenerate the URL, the previously shared URL's will become invalid. You will have to update the latest URL to continue accessing the report/dashboard. In case you have used the URL in the embed snippet that will become invalid as well. You will have to regenerate the new embed snippet and update the page.
The following permissions can be granted while sharing the URL of a report/dashboard.
You can edit the previously granted permissions by following the below steps:
\
You can easily remove the permissions by following the below steps:
Zoho Analytics allows you to apply dynamic filters to your views when sharing it to your users .
Using this feature, you can share the same permalink to different set of users by applying different set of filter criteria, to suit the allowed permission, context and profile of the user who is accessing the URL.
Filters can be applied by passing the required filter criteria to the parameter named ZOHO_CRITERIA and appending it as a part of the URL/Permalink. The view's data is filtered and displayed based on the criteria specified, whenever a user access the link.
The generated Permalink/URL for a chart would look like as shown below.:
The above URL displays Store Sales bar chart when accessed by the users. To limit the view to just show the Store Sales for the year 2016, add ?ZOHO_CRITERIA=year("Date")='2016' to the URL as shown below. Here in the example Year function is used to extract year from the column Date.
|
ZOHO_CRITERIA="(<column name/SQL expression/SQL function calls> <relational operator> <value/column name/SQL expression/SQL function calls>)"
|
| Column name |
Refers to the name of the column on which you are applying the criteria |
| SQL Expression |
Any valid SQL Expression. Eg: "Sales"-"Cost">1000 Supported Arithmetic Operators are: +, -, *, / |
| SQL Function call |
In-built standard functions from Oracle, MS SQL Server, MySQL, DB2, Sybase, ANSI SQL, Informix and PostgreSQL databases
Eg.: year(date_column) = 2016 |
| Relational operator |
Any relational operator to compare values supported in an SQL SELECT Query WHERE clause. The following operators can be used:
|
| Value |
Refers to the exact value to match Eg.: "Department" = 'Finance" here 'Finance' is a literal value to match. |
Refer to the SQL SELECT WHERE clause documentation to know more on how to construct the filter criteria.