Alteryx Designer Desktop Discussions

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

how to filter out a chunk of dataset?

Ryanz3653
6 - Meteoroid

Hi community, i have a sample dataset as follows, i only need the part to form the table that is between and including 'start' to 'end', 4 lines in total. In the real case i may have thousands of rows and i know how to find 'start' row and 'end' row already.

How to i do that?

Thank you for your help

IDPARTLOGIC
12ADD 
1256FDDSTART
1052AFF 
ADF1AGF 
23DGHREND
34DFG 
3 REPLIES 3
apathetichell
19 - Altair

recordid

filter - start value and end value in logic.

crosstab start/end record ids into one row of start value/end value.

append this to your original list

filter if the recordid is between these two values.

Ryanz3653
6 - Meteoroid

could you please provide a workflow solution? thanks very much

Qiu
21 - Polaris
21 - Polaris

@Ryanz3653 
We can also try to use the Multi-Row formula tool to flag the target rows.

0711-Ryanz3653.png

Labels