🔒 This topic is solved and locked.
Need further help from the community? Please
sign in and ask a new question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 10-09-2018 01:40 AM
(4060 views)
Hi Community,
I am need your help understanding this within a proc sql step. Have never used coalesce function.
coalesce(t.amt_increase,r.loanamtchg) as amt_increase,
coalesce(t.pct_increase,r.loanamtchg/r.loanamount) as pct_increase
Thanks kindly for your help.
Magstar
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
What is it about the documentation that you don't understand?
4 REPLIES 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
What is it about the documentation that you don't understand?
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for sharing this article. It is very clear and explained so well.
Kind regards,
Magstar
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
@Timbim - good to hear! Personally I find this function very useful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Would you normally use in place of joins? It is the first time I've come across this. I am not an expert in coding but want to be one.