Hi,
Do you know if it is possible for users to filter the data in a table? I see that the filtered ones I have to configure from the beginning, but I would like users to be able to filter the data as if they were doing it in a data sheet.
Thank you very much in advance.
Possible… yes, but personally it’s a bit of a pain as it requires a table that stores your columns that you are filtering on and then that table also stores the filter values that people are applying so whenever someone puts in a filter in a filter form, that table then also syncs data.
Thank you so much for the quick anwser.
I understand, so the display of a user is not independent? That is, the visualization has to be the same for everyone?
It’s possible, but you have to construct the feature yourself. This topic might be helpful to you:
[Dashboard - filter based on user input, multiple filters](https://community.appsheet.com/t/dashboard-filter-based-on-user-input-multiple-filters/33548) Questions
Hey everyone, Spent the weekend trying to get this to work with no luck so would really appreciate your help. I’m trying to get a view of my data where the user can slice the data based on a number of filters that can be selected from dropdown options. I tried to solve via the help articles on slices based on user data and think I might be close. I have a table called ‘New Legal obligations’ that has columns included such as Region (lookup based on country), Status (enum), Team name (enum) e…