Multiple rules, one rule for each column?

Hello, help please.
I have four rules for example (according to the image):

Rule 1) if value (“column_product”) = pro1 and value (“store”) = 1
Rule 2) if value (“column_product”) = pro1 and value (“store”) = 2
Rule 3) if value (“column_product”) = pro1 and value (“store”) = 3
Rule 4) if value (“column_product”) = pro1 and value (“store”) = 4

column_product: pro1, pro2, pro3
store: 1, 2, 3, 4

each rule must generate a column assigning in the row the value of the sale otherwise it does not exist is assigned the value 0. For this example I only have 4 rules but it would be the solution to many more rules I want to use.


data_input_multiple_rule.xlsx (8.2 KB)

thanks in advance

Use Pivot node for the task.

Do test with Pivot does not allow me to add more rules, only meets for a rule.

Hi @Yonatan!

Here is example workflow with use of Pivoting node for your problem. That is what @izaychik63 had in mind I believe.

2019_04_08_Pivoting_Example.knwf (16.8 KB)

Br,
Ivan

2 Likes