Hi Here is what i am trying to achieve
if "Lob_mt" field is null then replace it with field "lineofbuisness" value.
using this expression in derivedcolumn transformation
isnull(LOB_mt)==True ? (line of business):lob_mt
it is not working . note: i am using SSIS 2008 so, replacenull function is not an option