Beast Mode calculation when data is in rows and then how to chart

Hi All
I have a dataset (a sample is attached) where the 2 series I want to track are in the same column, identified by the Split Answer (i.e. male or female). I want to calculate the % split answer value by dividing the value by the sum of all values where the Split Detail is held constant (i.e. what is the % of female senior managers versus total senior managers (male+female)).
I have created the logic in Excel (refer to attached), so assume this means it can be written into a Beast Mode calculation. There are over 50k lines with this data presented in a dataset of 1.4m rows.
The next challenge is can the chart be created from this data set or does DOMO need to sculpt the data somewhere in the process to get the structure right for charting.
Thanks for any nudges to materials to read, or for any help with the logic.
Thanks
Ben
Best Answer
-
@BigWave Based on the data you provided, you should be able to use the beast modes below to without any additional manipulation:
% Female
sum(case when `Split answer` = 'Female' then `Value` else 0 end) / sum(`Value`)
% Male
sum(case when `Split answer` = 'Male' then `Value` else 0 end) / sum(`Value`)
If you just want the count of each answer, you can create 2 additional beast modes using just the numerators of the examples above.
1
Answers
-
@BigWave Based on the data you provided, you should be able to use the beast modes below to without any additional manipulation:
% Female
sum(case when `Split answer` = 'Female' then `Value` else 0 end) / sum(`Value`)
% Male
sum(case when `Split answer` = 'Male' then `Value` else 0 end) / sum(`Value`)
If you just want the count of each answer, you can create 2 additional beast modes using just the numerators of the examples above.
1 -
Thanks @MichelleH - how do I chart these two created series as lines with the y-axis being 0%-100%? I can see the chart 100% Stacked Bar that does it for bar chart but I can't find the 100% line bar?
0 -
Hi
I want to add another variable to the above equation but can't get it to work. In my Excel days I would use an IF statement. Here is my equation:
when 'primary class' = 'supermarkets and gocery stores' THEN sum(case when `Split answer` = 'Female' then `Value` else 0 end) / sum(`Value`)
Thanks
Ben
0
Categories
- All Categories
- 2K Product Ideas
- 2K Ideas Exchange
- 1.6K Connect
- 1.3K Connectors
- 311 Workbench
- 6 Cloud Amplifier
- 9 Federated
- 3.8K Transform
- 656 Datasets
- 115 SQL DataFlows
- 2.2K Magic ETL
- 813 Beast Mode
- 3.3K Visualize
- 2.5K Charting
- 81 App Studio
- 45 Variables
- 771 Automate
- 190 Apps
- 481 APIs & Domo Developer
- 77 Workflows
- 23 Code Engine
- 36 AI and Machine Learning
- 19 AI Chat
- AI Playground
- AI Projects and Models
- 17 Jupyter Workspaces
- 410 Distribute
- 120 Domo Everywhere
- 280 Scheduled Reports
- 10 Software Integrations
- 142 Manage
- 138 Governance & Security
- 8 Domo Community Gallery
- 48 Product Releases
- 12 Domo University
- 5.4K Community Forums
- 41 Getting Started
- 31 Community Member Introductions
- 114 Community Announcements
- 4.8K Archive