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
- 294 Workbench
- 6 Cloud Amplifier
- 8 Federated
- 2.8K Transform
- 97 SQL DataFlows
- 607 Datasets
- 2.1K Magic ETL
- 3.8K Visualize
- 2.4K Charting
- 707 Beast Mode
- 49 App Studio
- 39 Variables
- 667 Automate
- 170 Apps
- 446 APIs & Domo Developer
- 44 Workflows
- 7 DomoAI
- 33 Predict
- 13 Jupyter Workspaces
- 20 R & Python Tiles
- 391 Distribute
- 111 Domo Everywhere
- 274 Scheduled Reports
- 6 Software Integrations
- 115 Manage
- 112 Governance & Security
- Domo Community Gallery
- 31 Product Releases
- 9 Domo University
- 5.3K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 103 Community Announcements
- 4.8K Archive