Free Trial

Alteryx Designer Desktop Discussions

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

sum validation

griseldagomes
7 - Meteor

Hello Experts,

Could you please help advise how can I ensure that only those records move ahead with the all fields in the below data set, where the amounts net to zero.

Validation is to be done at column 'A/B' and column 'Amount' level.
Therefore, if 2 rows exist for the same amount, one with 'A' and other with 'B', the it can move ahead.

Amount will always be in absolute value.

 

A/BCodeNumberAmountCCYDesc
AABJ1153.1USD2
AABJ3212.4USD4
BABJ4212.4USD3
1 REPLY 1
adamweaver39
9 - Comet

Hi @griseldagomes, could you please explain a little more what you are trying to accomplish here? I am finding your description hard to follow. Making an educated guess -- I think you could try using the Multi-field binning tool in order to group by like numbers and then pass that through a filter. Bin.Ex.jpg

Labels
Top Solution Authors