Combine date columns

louiswatson
Member
in Beast Mode
Is the below logic possible?
If appeal determination date is blank, insert determination date, if not insert application determination date?
Tagged:
0
Answers
-
If by blank you mean null, then you can use the IFNULL() function to do the replacement ilke this:
IFNULL(`appeal determination date`,`determination date`)
If it isn't actually null but an empty space you can do this:
CASE WHEN TRIM(`appeal determination date`) = '' THEN
determination date
ELSEappeal determination date
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.1
Categories
- All Categories
- 1.2K Product Ideas
- 1.2K Ideas Exchange
- 1.3K Connect
- 1K Connectors
- 271 Workbench
- Cloud Amplifier
- 3 Federated
- 2.6K Transform
- 78 SQL DataFlows
- 524 Datasets
- 2K Magic ETL
- 2.9K Visualize
- 2.2K Charting
- 433 Beast Mode
- 22 Variables
- 508 Automate
- 114 Apps
- 386 APIs & Domo Developer
- 8 Workflows
- 26 Predict
- 10 Jupyter Workspaces
- 16 R & Python Tiles
- 331 Distribute
- 76 Domo Everywhere
- 255 Scheduled Reports
- 65 Manage
- 65 Governance & Security
- 1 Product Release Questions
- Community Forums
- 40 Getting Started
- 26 Community Member Introductions
- 67 Community Announcements
- 4.8K Archive