Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
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 Delete Duplicate

babe
5 - Atom

Hello,

 

I am trying to see if a row look like the next Row. I am using Multi Row formula but it doesn't work. 

 

CaseFLAUEntityValue
A21300F201LIA00 -0.01653650
A21300F201LIA00999999-0.01653650
A26000LF928TIT05dFF-0.02000000
P10610F928TIT05 -0.05000000
R65800F101LIA02 -0.20833300
R65800F101LIA02999999-0.20833300

 

I would like to see if the values in all the column except the column "Entity" is the same as the next row. I would like to put an "1" when the next value of next row are similar to the row we analyze ( except for the column "Entity"). An "1" will be put in place if the row is similar for the column : Case, FL , AU and Value    and not for the column Entity

 

The result  will look like this :

CaseFLAUEntiteValueResultat
A21300F201LIA00 -0.016536500
A21300F201LIA00999999-0.016536501
A26000LF928TIT05dFF-0.020000000
P10610F928TIT05 -0.050000000
R65800F101LIA02 -0.208333000
R65800F101LIA02999999-0.208333001

 

 

Thanks you in advance for your helps,

 

Best regards!

 

 

 

5 REPLIES 5
ShankerV
17 - Castor

Hi @babe 

 

Please find the expected output.

 

ShankerV_0-1674753198519.png

 

Luke_C
17 - Castor
17 - Castor

Hi @babe 

 

Here's an example:

Luke_C_0-1674753330738.png

 

 

ShankerV
17 - Castor

Hi @babe 

 

Please use the filter post Multi row formula, to remove (delete) the duplicate.

 

ShankerV_0-1674753330810.png

 

 

Many thanks

Shanker V

binuacs
21 - Polaris

@babe One way of doing this

binuacs_0-1674753325165.png

 

ShankerV
17 - Castor

Hi @babe 

 

Another way to use Unique tool.

 

ShankerV_0-1674753392333.png

 

Labels
Top Solution Authors