This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
We have extended our Early Bird Tickets for Inspire 2023! Discounted pricing goes until February 24th. Save your spot!
Is it possible to generate something like this with the Alteryx Table reporting tool? I've figured out the entire table except the monthly grouping in the first row.
Hey @jgreene
Did this get you to an answer that solved your problem? If yes, would you mind marking this one as solved (to include this in the knowledge base) - or if there are still open questions, feel free to reply, and we can work together to find an answer that gets you where you need to be.
Thanks @jgreene, have a good weekend
Sean
As far as I know there's no way (yet) to get the upper grouping to output from the table tool regardless of how the data is rolled up with crosstab unless I'm missing a "group by" option somewhere.
This is a relatively common need for table that's being used for reporting purposes - to be able to add another header above which acts like a grouping (like Excel Pivot tables), or to add some kind of a total row or some other summary.
I suspect that this is possible if we build a technical macro that can intercept the output from a table tool and directly add to or manipulate the payload (the actual table that's being presented), but I have no idea where to start on this (I can't see an easy way to look inside a "Report" data type and start appending or pulling bits off)
Is there anyone in the team that you can refer this thread to, who knows the internals of the "Report" data type, with the intention of possibly experimenting with how users can do the kind of work that @jgreene mentioned (I have a similar need and would welcome the ability to start customizing a little).
Thank you all
S
Hey gang!
I agree, the need to add additional headers comes up quite a bit - and depending on each particular case, it could require a combination of @CarlosA's approach from above, along with this resource on how to create sub-headers/sub-columns. We're also currently working to add functionality to our reporting tool suite as a larger development initiative, so there's likely to be more features to operate with in the near future! So stay posted! In the meantime, adding usability to the approaches outlined above by incorporating them into a macro could certainly help if this use case comes up frequently.
Best regards,
MattD
Chiming in that this feature would be greatly appreciated!
Hi, have Alteryx looked into this functionality as it would enrich the ability to pivot data dramatically?
Attached is my approach to how I created nested headers in a table output. I've used a trivial example with some dummy data that has headers for animal, financial year and month. It doesn't address all of the issues in the original post, but for me at least, it was enough of a start for my particular issue.
Plight