Fixed Function At Two Levels (Or nested Fixed Function)
I have a data set that includes duplicate rows for products.
I'm using a fixed function to de-dupe an aggregate sum of product prices because I only want one product row to contribute to the total.
The fixed function (total_product_price) looks like this: SUM(DISTINCT Price) FIXED (BY Product ID)
However, now I need to create a table that looks like this:
Store | Total Product Price | Total Price | Percent of Total |
---|---|---|---|
A | 100 | 300 | 0.33 |
B | 100 | 300 | 0.33 |
C | 100 | 300 | 0.33 |
The challenge is that the Total Price calculation must be a sum of the total_product_price calculation that is fixed to the entire data set (including the de-duplication in total_product_price performed by the Fixed Function).
Thank you in advance!
Best Answer
-
Have you tried using nested beastmodes? You may need to have nested beastmodes enabled by your CSM from Domo. You could try SUM(DISTINCT Price) FIXED (BY Product ID) as Beastmode 1 and then:
SUM(SUM(`Beastmode 1`) FIXED ())
If I solved your problem, please select "yes" above
0
Answers
-
Is ETL out of the question?
If I solved your problem, please select "yes" above
0 -
@ColemenWilson , it is the plan right now, to group the values and de-dupe there, but that will lock us into a those set aggregation fields and prevent responsive filters.
After hacking, I wasn't able to get the fixed function to work as we'd like.0 -
Have you tried using nested beastmodes? You may need to have nested beastmodes enabled by your CSM from Domo. You could try SUM(DISTINCT Price) FIXED (BY Product ID) as Beastmode 1 and then:
SUM(SUM(`Beastmode 1`) FIXED ())
If I solved your problem, please select "yes" above
0 -
@ColemenWilson - I will try this. It's actually what I thought of as I typed out the OP.
Thanks, I'll follow up if it works!0
Categories
- All Categories
- 1.8K Product Ideas
- 1.8K Ideas Exchange
- 1.6K Connect
- 1.2K Connectors
- 300 Workbench
- 6 Cloud Amplifier
- 9 Federated
- 2.9K Transform
- 102 SQL DataFlows
- 626 Datasets
- 2.2K Magic ETL
- 3.9K Visualize
- 2.5K Charting
- 753 Beast Mode
- 61 App Studio
- 41 Variables
- 692 Automate
- 177 Apps
- 456 APIs & Domo Developer
- 49 Workflows
- 10 DomoAI
- 38 Predict
- 16 Jupyter Workspaces
- 22 R & Python Tiles
- 398 Distribute
- 115 Domo Everywhere
- 276 Scheduled Reports
- 7 Software Integrations
- 130 Manage
- 127 Governance & Security
- 8 Domo Community Gallery
- 38 Product Releases
- 11 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 110 Community Announcements
- 4.8K Archive