table card for null value
My data looks like this, when id is blank, it means the file has not been used. I wanted to create a table card to show which files have not been used. In this case, I wanted to show file B, E in the table card. But if I make selection in filter for Id in ' ' , nothing comes up.
Can anyone give me some ideas why or maybe there is better way to present the list.
FileName ID
A 1
B
C 12
D 2
E
Best Answers
-
You may be able to do a Beast Mode to help with this.
Something like:
CASE WHEN ID is NULL THEN 'Unused' ELSE 'Used' END
1 -
Hi,
You can either use BEAST mode CASE statement or even MAGIC ETL(if applies to)-> REPLACE TEXT. CASE statement as below:
(
CASE WHEN 'ID' IS NULL THEN 'ANY OTHER VALUE' ELSE 'ID'
END
)
Hope this helps!!!
Thanks, Neeti
1
Answers
-
You may be able to do a Beast Mode to help with this.
Something like:
CASE WHEN ID is NULL THEN 'Unused' ELSE 'Used' END
1 -
I wrote a whole long response to this, and apparently got logged off!!!
Basically...Domo hates null values!
Use magic etl to replace null values and empty text.
Beast mode will be limiting and doesn't solve tbe underlying issue, so I recommend doing it in etl.
Let me know if you have an issue fixing.
DataMaven
Breaking Down Silos - Building Bridges
**Say "Thanks" by clicking a reaction in the post that helped you.
**Please mark the post that solves your problem by clicking on "Accept as Solution"1 -
Hi,
You can either use BEAST mode CASE statement or even MAGIC ETL(if applies to)-> REPLACE TEXT. CASE statement as below:
(
CASE WHEN 'ID' IS NULL THEN 'ANY OTHER VALUE' ELSE 'ID'
END
)
Hope this helps!!!
Thanks, Neeti
1
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