Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community,
0 is missing as attached possible value is 0% only.
Hi Balraj,
If there is null value Alt function will return the second parameter. For example
Alt(CLOSED_DATE, Today())
If CLOSED_DATE is Null then Alt() will return Today's date.
Hope this helps you.
Regards,
jagan.
Okay, so it handles null values. If Closed_Date is null then Today() is the alternate value of it...
Yes. Similar NVL() in oracle.
Regards,
Jagan.