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

how to dynamic select the rows

PradeepGupta
5 - Atom

hi,

 

I am trying to fetch the rows where i get certain data. if my table has 100 rows and 1 column and if i am searching for particular value then i want 6 rows after the value occurs in my fields.

2 REPLIES 2
DavidP
17 - Castor
17 - Castor

Hi @PradeepGupta 

 

You can use a multi-row formula and filter tool to do this. In below example the row value that I'm looking for is "value10". The multi-row formula then marks the 6 rows after this row by adding a new column. The filter tool then removes all the rows except for the 6 you want to keep.

 

DavidP_0-1599514694991.png

 

vil
6 - Meteoroid

Hi, I'm trying to do a similar thing, but I need to find not 6 rows after specific value, but the amount of rows where a specific value in another field describes the end of a set. Any help would be appreciated.

Labels
Top Solution Authors