gicagugui
7 years agoRegular Visitor
Status:
Done
Published report filters are lost when setFilters is called
We published a report with 2 report level filters: one configured to have single selection, and one hidden. When we embed the report using JS api, and use setFilters, the initial filters configurati...
fuji
5 years agoRegular Visitor
Hi gicagugui and all,
have you solved the issue or have any clue why is it happening?
Everytime I use setFilters() or updateFilters() it visually sets/updates only the 1st filter passed, but hides all the other from filters panel. But then calling getFilters() returns them all, even though only 1st filter remains visible in filters panel.
I have created stackoverflow topic around that as well with more details.
***
UPDATE:
COLLAPSING/EXPANDING FILTERS PANEL MANUALLY (after setFilters/updateFilters) HELPS TO UN-HIDE DISAPPEARING FILTERS.
I will play around more to check if it has something to do with filterPaneEnabled setting...