What is COALESCE explain with example
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2022 09:32 AM
Please Help me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-18-2024 01:42 AM
Hi @Dan O Connor ,
what if we don't want to add fourth row(empid :004) which is not present in sn ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2025 02:49 AM
Rows are records. This is data once loaded will appear as a record in a ServiceNow table.
If for example you had a data load with 10 records but only wanted to use lets say 7, you would just remove the three rows you don't want from the data file, so it doesn't import in the first place.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-30-2024 02:14 PM
I'm studying for my CSA and this was a simple explanation of coalesce and its use case. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2024 05:17 AM
You are welcome.
The example above I gave is typical in nearly every customer instance, as likely there will be some form of User LDAP populating User Accounts.
But it also remains true for any data import you might execute.