You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am writing a custom visual and would like to know which filters are applied to it.
If the isDataFilterApplied property of the dataview's metadata tells me weither the visual is affected by external filters or not, I can't find a list of filters anywhere, neither in jsonFilters property (this one contains only the list of filters set by the visual itself apparently).
I can't figure out any useful use case of the isDataFilterApplied property.
Meanwhile, I would really like to know if there is a way to get these external filters somewhere.
Any undocumented API maybe?
Could it be part of a feature request?
Thanks for your help. 🙏
The text was updated successfully, but these errors were encountered:
Hi,
I am writing a custom visual and would like to know which filters are applied to it.
If the
isDataFilterApplied
property of the dataview's metadata tells me weither the visual is affected by external filters or not, I can't find a list of filters anywhere, neither injsonFilters
property (this one contains only the list of filters set by the visual itself apparently).I can't figure out any useful use case of the
isDataFilterApplied
property.Meanwhile, I would really like to know if there is a way to get these external filters somewhere.
Any undocumented API maybe?
Could it be part of a feature request?
Thanks for your help. 🙏
The text was updated successfully, but these errors were encountered: