Creating "Other" group in a chart
How do I write a beast mode that will group a large collection of small values into an "Other" group (Say any with a sum of values under 200) without specifying the members of that group?
Edit: I should mention that these would be sums of multiple values. Meaning multiple rows per day but the sum is still <200 in the time frame specified.
I want a pretty bar chart without needing to export to Excel.
Comments
-
If there is only one instance for each value (i.e. each customer name appears only once) then you could use:
Title the beast mode formula something like "Adjusted Group"
case when `Value` < 200 then 'Other' else `Group` end
`Value` = your values you are checking to see if they are smaller than 200
`Group` = the grouping you are trying to sort by
1 -
Yes, I should have specified that there are multiple values in each. I'm looking for the sum.
I'll edit the post.1 -
I'm not sure if this can be done in beast mode, but I know it can be done in mysql and in ETL transform.
If it were me, I would just "group by" as a transform for the relevant field and then run the same formula that I posted above. Is there any reason you would still need to see the individual entries? That would be the only drawback of this solution.
0 -
Is the goal to have this group created for your category (usually X-) axis, or is this for your series in your chart?
Darius Rose
**Say “Thanks” by clicking the “heart” in the post that helped you.
**Please mark the post that solves your problem by clicking on "Accept as Solution"1 -
Yes, that's the goal.
0
Categories
- All Categories
- 1.8K Product Ideas
- 1.8K Ideas Exchange
- 1.5K Connect
- 1.2K Connectors
- 300 Workbench
- 6 Cloud Amplifier
- 8 Federated
- 2.9K Transform
- 100 SQL DataFlows
- 616 Datasets
- 2.2K Magic ETL
- 3.9K Visualize
- 2.5K Charting
- 738 Beast Mode
- 56 App Studio
- 40 Variables
- 685 Automate
- 176 Apps
- 452 APIs & Domo Developer
- 47 Workflows
- 10 DomoAI
- 36 Predict
- 15 Jupyter Workspaces
- 21 R & Python Tiles
- 394 Distribute
- 113 Domo Everywhere
- 275 Scheduled Reports
- 6 Software Integrations
- 124 Manage
- 121 Governance & Security
- 8 Domo Community Gallery
- 38 Product Releases
- 10 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 108 Community Announcements
- 4.8K Archive