We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

How to create new table based on first coulmn value

umarabdulsattar3275
7 - Meteor

umarabdulsattar3275_0-1674555448352.png

 

8 REPLIES 8
JamesCharnley
13 - Pulsar

@umarabdulsattar3275  the important tool here is the cross-tab, which allows you to turn rows to columns, but to differentiate between groups you'd just need to first make some kind of tag to group on within the cross-tab so it doesn't aggregate, for example the tile or multi-row formula tool

 

JamesCharnley_0-1674555834432.png

 

umarabdulsattar3275
7 - Meteor

Can you please share the alteryx file that i can see in more details.

 

JamesCharnley
13 - Pulsar

@umarabdulsattar3275  I've already attached to original workflow to the post! I'll attach another one here with a multi-row instead of a tile since it could be a bit more intuitive.

 

JamesCharnley_0-1674556762185.png

 

 

Let me know if you have more questions

umarabdulsattar3275
7 - Meteor

to my data it not giving proper tile num

umarabdulsattar3275_0-1674556616056.png

at the end its show me like this all record in same cell 

umarabdulsattar3275_1-1674556672461.png

Thnak you.

ShankerV
17 - Castor

Hi @umarabdulsattar3275 

 

You need to change the setting in the Tile tool please.

JamesCharnley
13 - Pulsar

@umarabdulsattar3275  I've attached an alternative with the multi-row formula that might be more intuitive. The way I set the tile up if you wanted to use the tiles you would need to change the number of tiles to match how many groups you need. The multi-row shouldn't need to be changed though, you'll just need to group by that new created field in the cross-tab

 

JamesCharnley_0-1674556857806.png

 

ShankerV
17 - Castor

Hi @umarabdulsattar3275 

 

This will help!!!!

 

ShankerV_1-1674557114379.png

 

 

ShankerV_0-1674557084876.png

 

umarabdulsattar3275
7 - Meteor

Thank you so much it working now. Thanks a lots💓

Labels
Top Solution Authors