check condition

Hello,

I’m trying to understand a simple scenario in KNIME workflow.

I have result set which give me either True/False condition. based on this I need to perform certain operation.
let say, if resultant Values is TRUE then, no need to do anything. else (resultant value False) should read the data.

Hi @kotlapullareddy ,

For it, you can use the rule engine to test your quest and set true or false value or anything else like it… 0/1, S/N… with row split, you can set the default value to top row path and other value to bottom… after that, you can go on…

Other tip is set the rule engine value as “top” and “bottom” and then use the If node to direct the flow… BUT the value need to be passed as flow variable, so you need to use the table row to variables to set it before the if node.

That’s some examples for it. ok?

Tks,

Denis

@kotlapullareddy you could take a look at these case/switch example:

3 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.