Page 1 of 1

Posted: Wed Apr 07, 2010 9:48 pm
by dodda
Any helpon my issue

Posted: Wed Apr 07, 2010 10:41 pm
by BillB
I'm surprised that no-one has recommended Search to you yet :)

Try - if Trim(NullToEmpty(Out_IRI_UPC.PC_ID))='' then "N/A" else Out_IRI_UPC.PC_ID

Posted: Fri Apr 09, 2010 7:04 am
by dodda
Hi All,

I used the below code in the transformer. It is working fine.

If trim(nulltovalue(Out_IRI_UPC.PC_ID, ' '))='' then "N/A" else Out_IRI_UPC.PC_ID