Idea Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Notify Moderator
Coalesce function
Status:
Implemented
Submitted by
simonaubert_bd
on
‎10-31-2021
07:50 AM
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Notify Moderator
A very useful and common function
https://www.w3schools.com/sql/func_sqlserver_coalesce.asp
Return the first non-null value in a list:
COALESCE(NULL, NULL, NULL, 'W3Schools.com', NULL, 'Example.com')
returns 'W3Schools.com'
It exits in SQL, Qlik Sense, etc...
Best regards,
Simon
It exits in SQL, Qlik Sense, etc...
Best regards,
Simon
See more ideas labeled with:
16 Comments
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.