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 count record

luo
8 - Asteroid

Hi,

I have a datatable that look like:

NoAmountMemoDate
1213 20200901
11234 20200901
14124 20200901
21438 20200902
2157 20200902
31237 20200910
31238 20200910

 

and I want to transfer to 

NoAmountMemoDateSubNo.
1213 202009010
11234 202009011
14124 202009012
21438 202009020
2157 202009021
31237 202009100
31238 202009101

 

Is there a way to do that? Thank you

3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @luo ,

 

Here is a workflow for the task.

 

atcodedog05_0-1600847713286.png

Output as expected

atcodedog05_1-1600847733402.png

 

Hope this helps : )

 

Please mark post as solution if it helps.

luo
8 - Asteroid

Hi, @atcodedog05 

It's acctually not count by date. Is there another way that do not use date?

atcodedog05
22 - Nova
22 - Nova

Hi @luo 

 

you can use "No" column too, to get the desired output.

 

You need to groupon a certain column get this desired output.

 

I dont see anyother way to get the expected output.

Labels
Top Solution Authors