Hi everyone,
I’m working on a Bubble project where I have a table with multiple columns and I’ve added several slicers to filter the table data. I’m looking for guidance on how to implement the following features:
1.Multiple Slicers: Filter the table using multiple slicers
Filter Options:
1.Select All: An option to select all items in a slicer.
2.Unselect All: An option to unselect all items in a slicer.
3.Option for Blanks: Include an option to filter by blank values.
4.Multiple Selections: Allow multiple selections for all filters.
Additionally, I need guidance on how to create a workflow to handle these filters. Specifically, how to set up the workflow to update the table based on the selected slicer criteria, and how to manage the filtering logic to accommodate multiple selections, select all, unselect all, and blank options.
The table is connected to my database via the API connector and displays the correct data.
Could someone please provide a step-by-step guide ?
Thank you!