HI ,
I'm very new to alteryx . I have a data set containing wine features with one column called "quality". (0 to 10) . I would like
1) change or create a column base on the quality column so I could see all the number between 0-to 5 = non profitable and 6 and up to profitable .
2) I don't know how to do it : with the same column "quality" , separate the number like this depending if it's white or red. It's the profit for each wine .
Wine quality | White wine | Red wine |
9-10 | 50 CAD | 60 CAD |
7-8 | 25 CAD | 20 CAD |
6 | 5 CAD | 5 CAD |
1-5 | 0 CAD | 0 CAD |
How can I manage to do that ? I have attavhed my workflow .
thank you very much for any tip or help on this .