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

Multi row formula increment by grouping

QurrathAmeena
8 - Asteroid

 

Hi all,

 

For the following sample data I'm trying to perform following operations:

 

1.Group the data on basis of col1 ,col 4 and col2 and the second part of OP is updated and incremented accordingly.

2. Group the data on basis of col1 , col3 ,col5 and the first part of OP is updated and incremented accordingly

col1col2col3col4col5op
BottleAS06-07-201609-06-2018S1||A1
BottleAS06-07-201609-06-2019S1||A2
BottleAS08-09-201818-05-2020S2||A1
CupQA12-15-201101-11-2014A1||Q1
CupQA12-15-201101-11-2015A1||Q2
CupRA12-9-201508-07-2011A1||R1

 

When I tried it with multi-row formula its treating each row as a new case and incrementing it accordingly, so despite my best efforts, I have been unable to complete the first part of the OP using the sample data provided above.

 

Could anybody help me resolve the issue ?

Thanks in advance 

10 REPLIES 10
QurrathAmeena
8 - Asteroid

Hi @DataNath ,

That's exactly what I was looking for ! Thank you so much ! 

Labels
Top Solution Authors