Forum Discussion
mattkocak
Kudo Kingpin
4 years agoRetain user's visual state for custom slicer (persist state)
I'm creating a custom slicer, but have run into an issue. If a user clicks on my custom slicer and reloads the page, then the filter from the custom slicer will still be retained, but the custom slic...
- 4 years ago
Hi mattkocak,
I have to admit it's been a little while since I've developed a slicer, but from what I remember, the visual host returns the slicer state upon updates (for cases like yours) and you just need to parse it and apply it to your visual's logic so that it represents the persisted state being returned. Have you tried this already?
Regards,
Daniel
Anonymous
3 years agoNot applicable
Hi, I am curious if you find the way to save a state of slicer upon page reload, I have custom date range picker and looking for solutions once button is pressed , visual keep state across all report pages , many thanks for replying