Filtering Studio Views
When creating and editing a Studio View, you can add PQL based predefined filters to the View and enable temporary filters for your App user. These filters allow you or an app user to display only the data that meets specified conditions, such as filtering data based on a data range or show information specific to an object or category.
When filtering your Studio Views, you have the following options:
These filters are configured in Edit Mode to ensure data is always presented in a specific way.
Knowledge Model (KM) filters: Knowledge Model Filters allow you to define PQL logic that can be reused across multiple Views or applied globally.
Global KM filters: These are specialized Knowledge Model filters that, once created, are automatically applied to any Studio View where that Knowledge Model is referenced.
Custom View filters: You can write your own PQL-based filter statements using the Filter Editor to create logic unique to a specific View.
Tab-level filters: You can assign predefined filters to individual tabs within a View, ensuring that the data changes context as users navigate between different pages of your App.
Component-level filters: You can set specific filtering logic for individual charts, tables, or containers to control the data displayed within that single element.
Built-in / generated filters: These are filters generated by the system when you use specific filter components, allowing you to view and copy their underlying PQL for reuse elsewhere.
To learn more about setting predefined filters in Studio, see: Setting predefined filters
These options allow end-users to interact with and explore the data in a published App:
Attribute filters: Attribute filters let users filter by specific data fields like Country, Vendor, or Time Range. See: Attribute filters
Process filters: Enabling process filters gives users access to specialized process-mining filters:
Process flow filter: Find cases where one event is (or isn't) followed by another. See: Process flow filters
Event / Activity filter: Filter for cases that include or exclude specific steps. See: Event / activity filters
Throughput time filter: Filter by the duration between two specific events. See: Throughput time filters
Filter Bar: Configuring temporary filtering explains how to set up the UI element where users can add and remove their own filter chips. See: Configuring a filter bar for your View
These are interactive elements you drag onto the View specifically for user filtering:
Filter Components: Available Studio View components include specific widgets like Date Pickers, Filter Dropdowns, Quick Filters, and Search Boxes. See: Filter components (date range, filter dropdown, quick filter, search box).