Icon

15_​Conditional Filtering Solution

Part 1: Implement a workflow to separate data into groups A, B and C using Rule-based Row Filter nodes. Then apply a different method toeach group to calculate a variable called "NewCount":Group A: NewCount = Count * 2Group B: NewCount = 0Group C: NewCount = Count - AdjustmentFill in the blank nodes to acheive the desired result, and recombine into a single table using the Concatenate node. Part 2: Implement the same logic using a Column Expressions node, including a single if / else if / else statement. Part 1: Part 2: Input DataCode ACode BCode CCount * 2ZeroCount - AdjustmentRecombineresultsInput DataTable Creator Rule-basedRow Filter Rule-basedRow Filter Rule-basedRow Filter Math Formula Math Formula Math Formula Concatenate Column Expressions Table Creator Part 1: Implement a workflow to separate data into groups A, B and C using Rule-based Row Filter nodes. Then apply a different method toeach group to calculate a variable called "NewCount":Group A: NewCount = Count * 2Group B: NewCount = 0Group C: NewCount = Count - AdjustmentFill in the blank nodes to acheive the desired result, and recombine into a single table using the Concatenate node. Part 2: Implement the same logic using a Column Expressions node, including a single if / else if / else statement. Part 1: Part 2: Input DataCode ACode BCode CCount * 2ZeroCount - AdjustmentRecombineresultsInput DataTable Creator Rule-basedRow Filter Rule-basedRow Filter Rule-basedRow Filter Math Formula Math Formula Math Formula Concatenate Column Expressions Table Creator

Nodes

Extensions

Links