Viewing 2 posts - 1 through 3 (of 3 total)
Another way is to add a "Derived Column Transform" and use the expression "?" with a default value that replaces null.
Example: ISNULL([testColumn])?0:[testColumn]
Raj
June 16, 2009 at 10:10 am
#1010315
#1010314