Active Pivot
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello All,
Is it possible to generate active pivot output via alteryx workflow .
What i mean is the when i click on the output pivot data , it should give me detail line item level information based on which pivot was made.
Thanks.
- Labels:
- Output
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @praneshsapmm,
I don't think Alteryx have capabilities like this. I searched through the community, and fortunate for you, I have found a workaround:
Basically, you would need to overwrite data in a different sheet, and the pivot table would need to be refreshed manually.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
As @Emil_Kos mentioned - there's no pivot-table output available in Alteryx, but the way people do this is they set up the pivot-table in Excel pointing to a hidden sheet, and then they overwrite the data in that hidden sheet.
There are a few other options:
- You could build an analytical app that has some basic options on what data to filter / pivot by - and that produces a static pivot
- You can output this to a .tde and give people the option to do a pivot in Tableau
- you could pump this out to a SQL server and put an OLAP cube on it (or the same with Essbase) - that way you're generating an OLAP cube that can be accessed from many locations. This will take some serious engineering, but if you're dealing with pivots of a lot of data (e.g. a General Ledger for a big company) then this is the way you'd have to go eventually.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Emil_Kos ,
I tried to do this . Alteryx is updating the data sheet . But when i open the pivot sheet of this data , it opens but crashes immediately .
I idea why is this happening. Check box to refresh data while opening is already available .
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @praneshsapmm,
It is hard to say. Maybe there is some Kind of problem with the data that you are importing.
do you receive any error message? Can you check with alteryx how the crashing sheet looks in Alteryx?