Hi folks,
As part of Zoho Creator - Tips and Tricks series every fortnight, we are back today with a new tip on how to use URL parameters to filter reports.
You don't always have to play with filters to drill down reports. Yes, that's right. You can pass URL parameters to set filter values and view only the required data. This technique is quite useful while linking reports in an email, a document, or when bookmarking an important report that you would like to view on a regular basis. For example, you can bookmark your sales report and add a filter value parameter specific to your region.
Let's look at example to understand how to pass parameters to the URL. Here, we have a sample report showing the details of different products.
Let's see how to filter using a single field:
Base Link + #Report:<report_link_name>?Field_Deluge_Name = value
Now let's add a filter to view all the records with the Category:Mirror. The report URL would be as given below:
Similarly, you can filter a single field with multiple values:
Base Link + #Report:<report_link_name>?Field_Deluge_Name = [value1,value2]
In this case, let's filter the products based on two Categories:Mirrors and Steering. The report URL would be: