Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8667

Re: Inserting N/A in Report if Data is Blank CR 8.5

$
0
0

hey Brett,

 

you can try something like

 

if isnull({POTENTIAL_CLAIMANT_VIEW_MS.PATIENT_ID_NUM})

then '000000'

else

if {POTENTIAL_CLAIMANT_VIEW_MS.PATIENT_ID_NUM} = ''

then '000000'

else

{POTENTIAL_CLAIMANT_VIEW_MS.PATIENT_ID_NUM}

 

it could be that the field is just blank or nulls are being converted, and not NULL.

 

cheers,

jamie


Viewing all articles
Browse latest Browse all 8667

Trending Articles



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