Selecting All in Filter Subset
Hey everyone,
I am creating a dashboard with checkbox filter cards based on a column with a lot of unique entries. Is there a way to select all the checkboxes in a subset as opposed to individually checking in each box? For example if I type the string 'apple' into the filter by search bar in the filter card, the filter card will return checkboxes labeled like...
apple1
apple2
apple3
apple4
...
apple100
I would like to select all of the boxes with the apple label, but as it is right now I would have to check off each box individually to display all data with 'apple' in this particular column. Is it possible to have a Select All option in a filter card?
Thanks
Comments
-
Hi @user049665 ,
I dont think there is any option as 'select all' for checkboxes available as of now. Since its a filter column, and if you would like to select all, which means show data for all the selected values. I would advice you to reset filter, which would work in a same way. Resting filter means show all without having any filter, which is actually you are looking for i.e 'select all'.
Do let me know if this fix your issue?
**Say 'Thanks' by clicking the thumbs up in the post that helped you.
**Please mark the post that solves your problem by clicking on "Accept as Solution"
Regards,
Neeti
0 -
I do not think you can do a select all however you could make another filter to group your data, we have done something similar. For example if you are listing different types of apples and melons you could make a beastmode like the following:
case
when `fruit` like '%apple%' then 'apple'
when `fruit` like '%melon%' then 'melon'
end
This would allow you to have a secondary top level filter where you could select apple which would then have the data for all apples.
2
Categories
- All Categories
- 1.1K Product Ideas
- 1.1K Ideas Exchange
- 1.2K Connect
- 969 Connectors
- 256 Workbench
- Cloud Amplifier
- 1 Federated
- 2.4K Transform
- 76 SQL DataFlows
- 500 Datasets
- 1.8K Magic ETL
- 2.7K Visualize
- 2.2K Charting
- 373 Beast Mode
- 20 Variables
- 484 Automate
- 102 Apps
- 378 APIs & Domo Developer
- 6 Workflows
- 22 Predict
- 6 Jupyter Workspaces
- 16 R & Python Tiles
- 316 Distribute
- 64 Domo Everywhere
- 252 Scheduled Reports
- 59 Manage
- 59 Governance & Security
- 1 Product Release Questions
- 5K Community Forums
- 37 Getting Started
- 23 Community Member Introductions
- 63 Community Announcements
- 4.8K Archive