nico.ben
01-23-2009, 01:07 PM
Hi,
I need a hint because, probably I am not doing things in the smarter way :)
I need to set a boolean to true if a string field of my contains a determined value:
Example:
If my_string contains foo then boolean=true
Now I am achieving my goal with:
- one filter rows
- checking the value of my_string
- splitting the flow in two branches
- setting boolean to true in the true branch, and false in the false one
- joining the flow
That seems too complicated, even if it works.
Is there a smarter way, please?
Thank you,
nicola
I need a hint because, probably I am not doing things in the smarter way :)
I need to set a boolean to true if a string field of my contains a determined value:
Example:
If my_string contains foo then boolean=true
Now I am achieving my goal with:
- one filter rows
- checking the value of my_string
- splitting the flow in two branches
- setting boolean to true in the true branch, and false in the false one
- joining the flow
That seems too complicated, even if it works.
Is there a smarter way, please?
Thank you,
nicola