Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

Generating 10 dynamic sheets

ASHISHKHURANA93
5 - Atom

I have a csv file with following data

HierarchyLevels
H110
H22
H33
H44
H55
H66
H7 
H8 
H9 
H10 

 

I want to create sheets only with levels present inside them.

E.g Create 6 sheets in this example named as H1,H2,H3,H4,H5,H6

 

The template of each sheet will be dynamic.For example the first sheet will have 10 levels.

 

Alteryx will create H1 sheet with following headers.There will be only 1 row 

 

TL1L2L3L4L5L6L7L8L9L10

Alteryx will create H2 sheet with following headers.There will be only 1 row 

TL1L2

 

And so on

1 REPLY 1
danilang
19 - Altair
19 - Altair

Here you go

 

The attached package contains the workflow that generates the headers and the macro that writes to excel

 

Solution.png

 

Once you extract the package to a directory, run the workflow.  The excel file will be created in the  ".\_externals\1" subdirectory

 

Dan