Free Trial

Alteryx Designer Desktop Discussions

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

Net and Divide

geeklarokcmie
8 - Asteroid

What tools to use to execute the below query:

 

Where ‘Column1’ = “XYZ” ensure the net of each ‘NumbersColumn’ by ‘Column2’, ‘Column3Date’, ‘Column4Date’ equal each other

5 REPLIES 5
DataNath
17 - Castor
17 - Castor

@geeklarokcmie what do you want to happen here? If this condition isn't met, do you want to flag these records? Filter them?

 

If you could provide a bit more info/context around your query, along with some mock data and the desired output you would expect then that would help to build out a solution.

grazitti_sapna
17 - Castor

@geeklarokcmie , You can use filter tool if you want to filter out records on the basis of condition by specifying your condition in custom or you can use formula tool if you want to flag the data which matches your condition to True. If you want more specific answer to your question I would suggest to provide sample input and output so that I can provide you with sample workflow.

Sapna Gupta
geeklarokcmie
8 - Asteroid

@DataNath@grazitti_sapna  If condition isn't met - I want to filter the records.

Column2NumbersColumnColumn3DateColumn4DateColumn1
1234567891600.007/25/20227/26/2022ABC
1234567901600.007/25/20227/26/2022ABC
1234567912000000.007/1/20227/26/2022ABC
1234567922460.687/26/20227/26/2022ABC
1234567931600.007/25/20227/26/2022ABC
12345679420.507/25/20227/26/2022ABC
1234567951032.001/10/20227/26/2022ABC
1234567961600.007/25/20221/25/2022XYZ
12345679714087.412/15/20211/26/2022XYZ
123456798115.027/25/20221/27/2022XYZ
1234567994000.007/25/20221/28/2022XYZ
12345680030000.001/6/20221/31/2022XYZ
1234568014000.007/25/20222/1/2022XYZ
DataNath
17 - Castor
17 - Castor

@geeklarokcmie not sure I'm following the logic here as nothing looks like it will net out here. Can you provide a simplified list of the conditions that need to be checked i.e. what should equal what etc? Should be easy enough to filter once we have that.

geeklarokcmie
8 - Asteroid

I used Select, Filter and Tile Tools to get the desired result. Thanks

Labels
Top Solution Authors