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 Designer Desktop Discussions

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

Headers and Sub Headers in report

praneshsapmm
8 - Asteroid

Hello there , 

 

I have this requirement of hardcoding the headers and sub hearders to while generating the out in Alteryx .

 

xxx is header1

YYY and ZZZ are Subheaders  .There is no condition , at any time these must be the headers and subheaders followed by the data . 

 

Headers and SubHeaders are not available in input file.

 

Can anyone help . 

Thanks.

XXX Header1
YYYAging Sub Header
ZZZ2019Sub Header1
JV 0.00Data 
D3 111.00
DE11.00
SD0.00
SW0.00
Grand Total122.00 
4 REPLIES 4
atcodedog05
22 - Nova
22 - Nova

Hi @praneshsapmm 

 

Here is what you can do.

 

You use union to put header above data

 

Input:

atcodedog05_0-1602174601695.png

Output:

atcodedog05_1-1602174625674.png

Workflow:

atcodedog05_2-1602174668561.png

 

You can set mapping on column name or position in union tool.

 

Hope this helps 🙂

 

If this post helps you please mark it as solution. And give a like if you dont mind 😀👍

grazitti_sapna
17 - Castor

Hi @praneshsapmm 

 

Please find the attached workflow. If you find it is useful please accept or like the solution.Screenshot (556).pngScreenshot (557).png

Sapna Gupta
Qiu
20 - Arcturus
20 - Arcturus

@praneshsapmm 
@atcodedog05 shoud meet your requirement. I have just made a minor modification to get the Grand Total and Union it with the header and data parts.
Give us a mark!header-R1.PNG

atcodedog05
22 - Nova
22 - Nova

Happy to help 🙂 @praneshsapmm 

 

Cheers and Happy Analysing 😀

Labels