Variables

Variables are placeholders that help administrators store values and assign it for users. This enables dynamic input parameterization for various operations. With this, you can dynamically filter the reports for each user. You can also create an aggregate formula with dynamic input using Variables. Zoho Analytics provides a set of system variables. You can also create your own custom variables.  

Variables - Basic 

  1. What is a Variable?   
  2. What are System variables?   
  3. How to create Custom Variables?
  4. Can I create multiple Custom Variables?  

 Using Variables 

  1. Where can I use Variables?  
  2. How to use a variable in share filter criteria? 
  3. How to use Variables in filter criteria for Published Views?
  4. How do I create an Aggregate Formula using Variables?
  5. How do I create a User Filter using Variables?
  6. How to set as default User Filter value using a variable?

 Managing Variables 

  1. How do I manage all my Variables? 
  2. How to edit a Variable?
  3. How to delete Variables?

Variables - Basic

1. What is a Variable?

Variables are placeholders that help the Administrators to assign dynamic values for various operations.  Zoho Analytics provides a set of default variables. You can also create your own custom variables.  

You can dynamically apply filters or set the default user filter value for your shared users. You can also create an aggregate formula with dynamic input using Variables.

2. What are System variables?

Zoho Analytics provides a set of predefined system variables that you can use in your filter criteria. They are listed below.

System Variable NameDescription
System.login.emailReturns the email id of the user who has logged in.
System.login.firstnameReturns the first name of the user who has logged in.
System.login.lastnameReturns the last name of the user who has logged in.
System.login.fullnameReturns the full name of the user who has logged in.

3. How to create Custom Variables?

Account Administrator, Organization Administrators, and Workspace Administrators can create variables for a Workspace.

The following presentation explains how to do this. 

4. Can I create multiple Custom Variables?

Yes, you can create multiple variables in a Workspace. All of them will be listed in the Variables tab of the Settings page. You can view and manage all the Variables from this page. 

Using Variables

1. Where can I use Variables?

You can use Variables in the following scenarios.

  • Share Filter criteria
  • Filter criteria for Published Views
  • Aggregate Formula (Custom Variable)
  • Create User Filter (Custom Variable)
  • Default User Filter value (Custom Variable)

2. How to use a variable in share filter criteria?

You can apply dynamic filtering for shared users using variables. 

Follow the below steps to filter data dynamically for shared users. 

  1. Open the view to be shared.
  2. Click Share > Share this view.
  3. Specify the email addresses of users to whom you want to share the view, in the Enter email addresses or group names field.
  4. Click Apply Permissions & Filters and open the Filter Criteria tab.  
  5. Specify the filter criteria in the following format. You can use the set of default system variables or your custom variables as needed.
    "Table Name". "Column Name"=${Variable}
    In the below example, we've set to map the login mail address of the user to the Agent Email column in the Tickets table and the records with his email address will be filtered.
    "Tickets"."Agent Email"=${system.login.email}
  6. Share the View. 
  7. When agents access the view, they will view data for tickets that are assigned to them. 


3. How to use Variables in filter criteria for Published Views?

You can apply dynamic filters for both private and public URLs. 

Follow the below steps to apply filter criteria for Embedded views/Permalink with Login access.

  1.  Publish the view with Login access.
  2. Enter the criteria in the Specify URL Criteria section.
  3. Specify the filter criteria in the following format. You can use the set of system Variables or your custom variables as needed. 
    "Table Name". "Column Name"=${Variable}
    In the below example, we've used a custom variable in which a set of Departments are assigned to shared users' email addresses. When this custom variable is mapped to the Department Name, the agents will view only records for these departments
    "Department"."Department Name"=${Department}
  4. Publish the views. When the agent views the report, their login address will be mapped to the department in the variable, and then the corresponding department records will be filtered. 

Note: For views with Access Permission Access without Login and Public on the web, the filtering will be applied only if the users have logged into Zoho Analytics. Otherwise, the view will be displayed with the default filter value. 

4. How do I create an Aggregate Formula using Variables?

You can create an Aggregate Formula using Custom Variables. This allows you to change the formula input and thus make a dynamic calculation. 

To add Aggregate Formula using Custom Variables, open the Add Aggregate Formula dialog. All custom variables in your workspace with List and Range as Variable value will be listed. You can construct a formula using the variable. The below slide explains this in detail. 


5. How do I create a User Filter using Variables?

You can create User Filters based on Variables, provided an aggregate formula with a variable is used in the report. To add the User Filter, simply drag and drop the variable from the Variables tab. This will change the corresponding value in the formula used in Aggregate Formula. 


6. How to set as default User Filter value using a variable?

You can set a dynamic default User Filter value using a custom variable. This is applicable for variables with Plain Text as Data Type. 

Follow the below steps to set the default User Filter value using the variable. 

  1. Open the view in Edit Mode.
  2. Open User Filter tab.
  3. Drop the categorical column for the user filter.
  4. In the Specify the default filter value field, enter $.
  5. All the text-based custom variables in the workspace will be listed. Select the required variable. 
  6. Save the view. When the shared user accesses the view, the corresponding variable value mapped to their mail id will be set as the default user filter value. 

Managing Variables

1. How do I manage all my Variables?

All Variables will be listed in the Variables tab of the Settings page. You can view and manage all the Variables from this page. On mouseover, a contextual menu to edit and delete the Variables will appear.

2. How to edit a Variable?

You can edit a variable from the Workspace Settings page by following the steps below. 

  1. Open the Workspace Explorer
  2. Click Settings and then open the Variables tab. 
  3. Hover the mouse over the Variable you want to edit. A contextual menu will open. 
  4. Click the Edit icon. The Edit Variable dialog will open. 
  5. Make the required modification and click Update. The variable will be modified. 

3. How to delete Variables?

You can delete a Variable from the Workspace Settings page by following the steps below. 

  1. Open the Workspace Explorer
  2. Click Settings and then open the Variables tab. 
  3. Hover the mouse over the variable you want to delete. A contextual menu will open. 
  4. Click the Delete icon. An Alert message will be shown to confirm the action.
  5. Click Yes to delete the Variable.