I need to plot multiple columns in the same line graph with different colors.
The data looks like
After connecting the input file,when I check in the charting tool,I got get any option to choose the different columns.
Please help!
Is this what you were looking to achieve? (apart from formatting!)
Ben
So in that case, if you are working with a .csv file, ensure you convert your measure type fields to numeric type, by default alteryx will read all fields from a .csv file as V_String as they do not contain any metadata.
Once you convert the appropriate fields then you can connect the charting tool and it will pick up those fields.
Can you post a table of the sample data rather than the image @Newbie_1 then we can build an example for you