mightGuy22
09-29-2022Data Storage
showing excluded filters in sisense sdk
Hi, I am working on some functionality where I want to reset t the default filters on every page refresh so to achieve this I am added applyFilter() in sisense sdk implementation but it is only taking active filters in members array it does not show the filters which are in excluded array. Is there any way to reset to default filters on page refresh in sisense sdk ? or what jaql query I can try to pass excluded filters.
Note:I have added sisense dashboard using sisense sdk approach.