Filters for specific Drill Down?
Currently I have a list of outstanding loans grouped by state. Once a state is selected, the drill down will show individual locations within the state that make up the number.
I want to have a specific group of individual locations show up when I click Utah (the main competitors), so in the drill down I have filtered the locations to the ones I want which in turn filters them for every state if drilled into. Is there a way to have this filter only apply to certain rows if drilled into?
Best Answer
-
You can make a Beast Mode to group the locations. Something like
case
when state = 'Utah' and location in ('A', 'B', 'C') then 'Keep'
when state != 'Utah' then 'Keep'
else 'Remove'
end
Then select 'Keep' as your filter. This should filter out anything that is not location A, B, or C in Utah.
1
Answers
-
Alternatively you could also do a filter that excludes the locations that are in Utah, however this would not work if there was a location with the same name in a different state. You could also just make a beastmode using CONCAT() for state and location and then just filter them out that way.
0
Categories
- 10.6K All Categories
- 1 APAC User Group
- 12 Welcome
- 36 Domo News
- 9.6K Using Domo
- 1.9K Dataflows
- 2.4K Card Building
- 2.2K Ideas Exchange
- 1.2K Connectors
- 339 Workbench
- 252 Domo Best Practices
- 11 Domo Certification
- 461 Domo Developer
- 47 Domo Everywhere
- 100 Apps
- 703 New to Domo
- 84 Dojo
- Domopalooza
- 1.1K 日本支部
- 4 道場-日本支部へようこそ
- 22 お知らせ
- 63 Kowaza
- 296 仲間に相談
- 649 ひらめき共有