Error in Case statement in Beastmode
Hi there, I'm getting this error when creating a case statement in Beast mode. Hoping someone can help?
Invalid Formula : A column in this calculation did not exist.
This is the case statement. It's pretty simple, and the column definitely exists in the dataset, so I'm not sure why it won't work.
CASE
when `Active days` >= 90 then "90+ Days"
when `Active days` >= 60 then "60-90 Days"
when `Active days` >= 30 then "30-60 Days"
when `Active days` < 30 then "<30 Days"
end
0
Best Answer
-
The issue is that you are using double quotation marks in your then statement. It should be single quotes like this:
CASE when `Active days` >= 90 then '90+ Days' when `Active days` >= 60 then '60-90 Days' when `Active days` >= 30 then '30-60 Days' when `Active days` < 30 then '<30 Days' end
**Check out my Domo Tips & Tricks Videos
**Make sure toany users posts that helped you.
**Please mark as accepted the ones who solved your issue.0
Answers
-
The issue is that you are using double quotation marks in your then statement. It should be single quotes like this:
CASE when `Active days` >= 90 then '90+ Days' when `Active days` >= 60 then '60-90 Days' when `Active days` >= 30 then '30-60 Days' when `Active days` < 30 then '<30 Days' end
**Check out my Domo Tips & Tricks Videos
**Make sure toany users posts that helped you.
**Please mark as accepted the ones who solved your issue.0 -
facepalm. thank you.
0
Categories
- 10.5K All Categories
- 5 Connect
- 915 Connectors
- 250 Workbench
- 459 Transform
- 1.7K Magic ETL
- 69 SQL DataFlows
- 476 Datasets
- 186 Visualize
- 250 Beast Mode
- 2.1K Charting
- 11 Variables
- 16 Automate
- 354 APIs & Domo Developer
- 88 Apps
- 3 Workflows
- 20 Predict
- 5 Jupyter Workspaces
- 15 R & Python Tiles
- 245 Distribute
- 62 Domo Everywhere
- 242 Scheduled Reports
- 20 Manage
- 41 Governance & Security
- 170 Product Ideas
- 1.2K Ideas Exchange
- 10 Community Forums
- 27 Getting Started
- 14 Community Member Introductions
- 55 Community News
- 4.5K Archive