Dear friends,
I'm having a problem... maybe it's very simple, but with soo many work, right now I can't think well...
I need to filter rows in a dataflow...
I created a condition spli to that... maybe there is a better solution...
And the condition is: Datex != NULL(DT_DATE)
(Some DATE != NULL)
[Eliminar Datex NULL [17090]] Error: The expression "Datex != NULL(DT_DATE)" on "output "Case 1" (17123)" evaluated to NULL, but the "component "Eliminar Datex NULL" (17090)" requires a Boolean results. Modify the error row disposition on the output to treat this result as False (Ignore Failure) or to redirect this row to the error output (Redirect Row). The expression results must be Boolean for a Conditional Split. A NULL expression result is an error.
What is wrong?
Regards,
Pedro
Hi Pedro,
What if you use IsNull(Datex) to define your condition? You could then use the default output for all rows where Datex is not Null.
Hope this helps,
Andy
|||oooohhhh Men... soo simple... last week is being too hard for me... lot of work.... jesus!!!
Thanks!!
|||Hi Pedro,
You're welcome! Don't be so hard on yourself. SSIS isn't intuitive and I've been working with it a while. We're all still learning!
Andy
No comments:
Post a Comment