Search by filters

I’m trying to create an app with filters and I can not find any examples. I have a list of 5000 potential clients in dropbox and I would like that when the app is opened, I can filter the data. For example: search by name, by city and by class. Alguien me puede ayudar? Can someone give me an example?

Solved Solved
0 5 697
1 ACCEPTED SOLUTION

You can have a static row in a table that you use to filter a Slice of your customer table. The columns in the static search table represent your custom search parameters.

You will then reference that static row in the slice expression and write the conditional logic by which to filter the slice. Then setup a UX detail view for the static table and set your parameters to quick edit. Then create a table view for the customers slice and combine them both in a dashboard

View solution in original post

5 REPLIES 5
Top Labels in this Space