Using global filters
Global Filters provide users with a friendly UI-based method for creating reusable filters that can be shared in multiple Visualizer reports and Dashboards in your space.
To create Global Filters, select the
option from the menu. Provide a logical name for your Global Filter. Select your filter criteria and modify as needed. You can combine multiple filter criteria together to create advance filters.Previously, you would need to employ the Expression Editor to create reusable advance filters with some required knowledge of BQL.
([Categories.CategoryName] IN ('Beverages','Dairy')) AND ([OrderDate: Sum:
UnitsInStock] < 10000 OR [OrderDate: Sum: UnitsOnOrder] = 0)
To recreate the above BQL statement using the Global Filter editor, follow these steps:
- Select .
- Provide a logical name for your Global filter and select a subject area to assign the Global Filter
- Click Add Filter
- Select the measure(s) and/or attributes(s) desired.
- Arrange (nest, group etc.) and apply the available modifiers. At this time, you can choose between And and Or.
- Save the Global Filter. You can edit global filters after you save them to a subject area but keep in mind that global filters can be applied to dashboards by other users in your space.
Alternatively, you might consider combining Custom Sets and Global Filters together to create dynamic value filters. For example, a Custom Set based on a Top N result could vary based on your data set each day which can be applied as filter by itself or some logical combination with a Global Filter.