Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

Create X individual records based on the value of a field

hellyars
13 - Pulsar

Okay...

Silly question...

 

I have a record that depicts the Type of car by quantity across Calendar Years.


The output will be a Tableau .hyper file.  I want to make a chart that depicts the # of cars per year BUT I want an individual mark ('square') for each cart in a given year instead of a single block that sums the # of vehicles in a given year.   I assume, the solution is to create X number of records matches the sum for a given year. 

 

In the example below, I would need 15 records for CY20, 23 for CY21, 39 for CY22, and 68 for CY23.  Any easy way to do that?

 

 

TYPECY20CY21CY22CY23
Model_Y15233968
1 REPLY 1
Luke_C
17 - Castor

Hi @hellyars 

 

Not sure how you need it oriented, but maybe transpose and use the generate rows tool?

Luke_C_0-1662489836172.png

 

 

Labels