Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
I did a partial reload using the below script , but it does not work.
left join (GE)
Load PART_NO_,
if (PRODUCT_TYPE='SOFTWARE','SOFT',
) as [PRODUCT_CLASS],
Can some one advise where i go wrong ?
Paul
Remove , after SOFT 'SOFT',
if (PRODUCT_TYPE='SOFTWARE','SOFT'
) as [PRODUCT_CLASS],
Remove , after SOFT 'SOFT',
if (PRODUCT_TYPE='SOFTWARE','SOFT'
) as [PRODUCT_CLASS],
Hi Sir
it work now , as i spell Software as SOFTWARE . now it work.
Thank you
Paul