Attribute Details: AutoGlobalFilters
 Back


When there are panels with an AnalysisFilter element, the user can create a "global" filter which affects all panels of the current dashboard tab. When panels share the same data columns, a single global filter affects both panels. So, for example, if two panels both have column OrderDate from the Orders table, the user can create single global filter on date which filters rows from both panels.

Panels derived from the AnalysisGrid having the ActiveQueryBuilder child element can have the global AnalysisFilter automatically generated. Set attribute AutoGlobalFilters=”True”.

For ChartCanvas charts, clicking a chart data point with a filterable column automatically adds a global filter, and related panels get updated to reflect just the rows for the clicked data point.

The default is “False”.



POTENTIAL VALUES

False
True




PARENT ELEMENTS

Click element to drill down for more information.

Dashboard


 Back to top


 Chart Debug