- Help Center
- FAQ
- General Enquiries
-
Intuitive Dashboards Core Software
- Getting Started
- Viewing Dashboards
- Interacting with dashboards
- Filters
- Connections
- Datafeeds
- Datasets
- Components
- Creating Dashboards and Components - Overview
- Creating Components
- Creating a Dashboard
- Administering the System
- Administering Users
- Administering Groups
- Security Filters - V5.2 and earlier
- Security Filters - V5.3 Onward
- Embedding Dashboards
- Configuration File
- Installation & Configuration Guide
- Version History
-
Intuitive for PaperCut V2
-
Intuitive for PaperCut MF V3
-
Intuitive for SAFEQ
-
Intuitive For Managed Print Services (MPS)
-
Intuitive Cloud Services
-
Intuitive for PaperCut Hive V1
-
Intuitive for SAFEQ Cloud
-
Intuitive for Docuware
-
FAQ
Filter a dashboard using a URL query string parameter?
Dashboard filters can be passed through the URL query string. For specifics on how this is accomplished please refer to Passing filters through the dashboard.
The syntax for passing a dataset filter to the dashboard is: http://.../dashboard.html?dsfilter={1:2:3:4} where the values in the curly brackets are as below:
- The dataset id
- The column id within the dataset
- The value(s) to test for
- The operator
0 = EQUALS
1 = INLIST
2 = BETWEEN
3 = NOT_EQUALS
4 = NOT_INLIST
5 = NOT_BETWEEN
6 = GREATER_THAN
7 = LESS_THAN