Want to track progression and targets based per Quarter
Hi all,
I've one datafile with sales with different products.
Quantity is a column where I used 'sum'
Target is made through a beastmode 'case when QUARTER(date
) like 1 then 1250 else 0 end'
Progress v2 is also made through beastmode and doesn't deliver the right results
'QUARTER(date
) like 1 then (1250- (quantity
))
else 0 end'
When I use sum(quantity) it creates multiple rows
The easiest way is probably to add a new column with the target to an ETL.
Problem is that I don't want to as it overcomplicates things and makes it harder to create a future proof progress column.
Hopefully there is another solution possible, thanks in advance
Best Answer
-
You need to aggregate Quantity in your Progress v2 Beastmode. Try:
'QUARTER(
date
) like 1 then (1250- (sum(quantity
)))Please 💡/💖/👍/😊 this post if you read it and found it helpful.
Please accept the answer if it solved your problem.
0
Answers
-
You need to aggregate Quantity in your Progress v2 Beastmode. Try:
'QUARTER(
date
) like 1 then (1250- (sum(quantity
)))Please 💡/💖/👍/😊 this post if you read it and found it helpful.
Please accept the answer if it solved your problem.
0 -
Thanks for your anwser.
Yes I tried that as stated in my opening post.
But then I receive multiple rows as you can see in the second screenshot0 -
In your opening post, there is no sum() function around
quantity
. You tried it with that sum function?Please 💡/💖/👍/😊 this post if you read it and found it helpful.
Please accept the answer if it solved your problem.
0 -
I was referring to this, I used the same beastmode as you said.
I tried it again after your post but sadly same result where everything just becomes a new row.0
Categories
- All Categories
- 1.7K Product Ideas
- 1.7K Ideas Exchange
- 1.5K Connect
- 1.2K Connectors
- 292 Workbench
- 4 Cloud Amplifier
- 8 Federated
- 2.8K Transform
- 95 SQL DataFlows
- 602 Datasets
- 2.1K Magic ETL
- 3.7K Visualize
- 2.4K Charting
- 695 Beast Mode
- 43 App Studio
- 39 Variables
- 658 Automate
- 170 Apps
- 441 APIs & Domo Developer
- 42 Workflows
- 5 DomoAI
- 32 Predict
- 12 Jupyter Workspaces
- 20 R & Python Tiles
- 386 Distribute
- 111 Domo Everywhere
- 269 Scheduled Reports
- 6 Software Integrations
- 113 Manage
- 110 Governance & Security
- 8 Domo University
- 30 Product Releases
- Community Forums
- 39 Getting Started
- 29 Community Member Introductions
- 98 Community Announcements
- Domo Community Gallery
- 4.8K Archive