-
Interactive filters are filters that appear as tiles directly on the Dashboard itself. Filter tiles have several different styles to choose between, and can resize and scale just like any other tile. Filters can apply to as many or as few reports as needed. This article applies to versions of the application released prior to v2019.2.
-
Any Advanced Report, Express Report, ExpressView, and CrossTab Report can be added to a Dashboard. Existing filters and prompting parameters can be accessed and modified from the Dashboard Designer. This article applies to versions of the application released prior to v2019.2.
-
Existing ExpressViews, Advanced Reports, or CrossTab Reports can be added to a Dashboard. Existing filters and parameters can be accessed and modified from the Dashboard Designer. Reports on Dashboards have most of the same interactivity as in the Report Viewer, with the exception of the interactive sorts/filters dock.
-
The Filters menu in the Dashboard Designer toolbar is where filters are created, modified or removed, and imported prompting report filters can be modified. Use the Filters menu to add interactive filter tiles to the Dashboard Canvas.
-
Dashboards are a way to combine several related reports into one unified viewing space. Existing reports can be added to a Dashboard, and new Visualizations can be created directly on the Dashboard itself. Images, text, other web sites, and interactive filters can also be added.
-
Filters narrow the scope of reports by restricting the data by specified criteria.
-
In this video, we discuss filters in the Report Designer, which allow us to narrow down the amount of data being displayed.
-
Custom Filter Functions provide the ability to make functions that will dynamically calculate a value for a filter using high level code.
-
To show only data that matches certain criteria, filters can be added. Filters can also improve performance by only including relevant information. There are two kinds of filters that may be applied to an ExpressView: Standard and Top/Bottom.
-
Group Min/Max Filters cause the report output to display detail containing either the highest/latest or lowest/earliest values in a field for either one group, multiple groups, or an entire data set.
-
Runtime filters and parameters can now be modified via the JavaScript API prior to a report's execution.
-
Nick Cortina walks through applying filters and parameters via the JavaScript API, a feature new to v2019.1!
-
To sort groups by the summary, or aggregate, calculation of each group of an Advanced Report, use Top/Bottom filters. Top/Bottom filters look for the highest or lowest values in a set, and then put those values in order. Any arbitrary cell in the report can be the Top/Bottom filter.
-
-
Nick talks about some common use cases for custom filter functions and then explores how we might use them creatively to improve upon our user experience even more!