Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Creating a Line Chart for each Row

VijayAnaparthi
8 - Asteroid

I need to create a Line Chart for each Row in table. Let's say i have 5rows then i need to create 5 Line charts. Here i will take 1st column as a X- axis and remaining all columns has to comes as Y-axis for each chart.

 

Can anyone please give a suggestion on how to create 5 Line charts for 5rows.

 

Thanks,

Vijay 

1 REPLY 1
FrederikE
13 - Pulsar

Hey @VijayAnaparthi,

 

It is not possible to achive this with multiple Y-Columns though, you would need to transpose thoose into a single one before building your Chart. 

 

To create multiple line charts instead of a single one you can use the "Batch" option in the Interactive Chart Tool. This allows you to Group by a field. For each value in this field a single chart will be created. 

 

E.g. this will create a chart for each unique value in "Field1".

 

FrederikE_0-1679568303949.png

 

 

See the attached example for batched charts. 

Labels
Top Solution Authors