Quantcast
Channel: ISNULL Function
Viewing all articles
Browse latest Browse all 4

ISNULL Function

$
0
0
Hi Guys,

I am working on GL table, apparently I got NUll values in some columns. Columns data type are currency and I want to replace all the "NULLS" with 0. I am using derived column transformation and I ahve tried both the expression below but they are not working. Am'I missing something here.

ISNULL(ColumnName) == True ? "0" : ColumName

ISNULL (ColumnName) ? "0" : ColumName

Both the expressions are not working, this is right approach using derived columns or any other approach need to follow.

Thanks,

D


Viewing all articles
Browse latest Browse all 4

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>