Case When
This is confusing to me. I am used to If, then statements.
Could someone tell me the error when using this statement. The idea is when the discount level is 0 I want to divide it by 64, if it is not 0 then I want to divide by 24.
This is what I have.
CASE WHEN `Discount`=0 then `Quantity`/ 64 else `Quantity` / 24
Thanks!
0
Comments
-
Every case statement needs to finish with an end statement:
CASE WHEN `Discount`=0 then `Quantity`/ 64 else `Quantity` / 24 END
You will also need to make sure that the `Discount` field is a numeric field. If it is text, then you will need to do:
CASE WHEN `Discount`='0' then `Quantity`/ 64 else `Quantity` / 24 END
______________________________________________________________________________________________
“There is a superhero in all of us, we just need the courage to put on the cape.” -Superman
______________________________________________________________________________________________0
Categories
- 10.6K All Categories
- 1 APAC User Group
- 12 Welcome
- 36 Domo News
- 9.6K Using Domo
- 1.9K Dataflows
- 2.4K Card Building
- 2.2K Ideas Exchange
- 1.2K Connectors
- 339 Workbench
- 252 Domo Best Practices
- 11 Domo Certification
- 461 Domo Developer
- 47 Domo Everywhere
- 100 Apps
- 703 New to Domo
- 84 Dojo
- Domopalooza
- 1.1K 日本支部
- 4 道場-日本支部へようこそ
- 22 お知らせ
- 63 Kowaza
- 296 仲間に相談
- 649 ひらめき共有