A feature where a field in usersetting can be change by action to store a temporary value. This value can be use to filter a slice data.
usecase: When setting up a dashboard view, you can set it as interactive mode but the annoying part is that when no row is selected in one view, all of the rows are selected in the other view. UX wise this can be fix by using usersetting.
We can achieve this by using another table to store the value but the resource required to store/fetch the data in database is not optimal.