Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

Create index summary sheet & Generate multiple Workbooks & sheets

Kottapally_Ramesh
7 - Meteor

Hi,

From the attached data set,

1. I need to generate Multiple workbooks based on the Week column & Generate multiple sheets based on the Categories & Location.

2. Each work book should contain one Index sheet with detailed tables based on the "Categories" and add totals for each location.

3. Index sheet should contain hyperlink to the each sheet & each sheet should contain hyperlink of Index sheet.

 

Please advise how can i achieve the above logics with Alteryx.

 

Attached sample data set & output for easy reference. 

 

 

2 REPLIES 2
danilang
19 - Altair
19 - Altair

Hi @Kottapally_Ramesh 

 

This looks suspiciously like a school assignment so I'm going to point you to some sources where you can learn the techniques required

 

1. Writing to multiple sheets:  Check out the solution in this post   I used this example since it uses the Reporting tools that you'll need to include the hyperlinks.  You can extend the concept here to write to multiple workbooks from the same Render tool 

2. Adding hyperlinks in the output excel file.  This post shows how to add a hyperlink in a sheet to another sheet in the same workbook.

 

Dan

Kottapally_Ramesh
7 - Meteor

Thank you Dan for your help.

 

I have tried and able to create multiple sheets. However i'm not able to achieve the index summary sheet with hyper links.

 

Could you please check and advise how can i achieve the expected index format with hyperlinks to all the sheets in workbook. 

Labels