Initializing help system before first use

vdl-action-tableau-clear-global-filters

Clear Tableau global filters from browser storage and update filters in any active visualizations in the view.

since 5.1

Required parent element

Must be contained within one of the following elements:

Example

<vdl-action-group name="clearSpecificGlobalFilters">
  <vdl-action-tableau-clear-global-filters filter-names="=['city', 'month']"></vdl-action-tableau-clear-global-filters>
</vdl-action-group>
<vdl-action-group name="clearAllGlobalFiltersForNamespace">
  <vdl-action-tableau-clear-global-filters storage-namespace="=scenario.id"></vdl-action-tableau-clear-global-filters>
</vdl-action-group>

Attributes

filter-names Optional list of global filters to clear. If not specified, or if it resolves to an empty string or empty array then all global filters will be cleared. If specified as a static string it accepts a comma-separated list of filter names. If specified as a dynamic expression it expects an array of filter names to be returned. since 5.1 accepts expression
storage-namespace Can be used to clear global filters from a specific browser storage namespace. If not specified, the operation will be performed on non-namespaced global filters. since 5.1 accepts expression

© 2001-2024 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.