SOLVED
how to filter out a chunk of dataset?
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Ryanz3653
7 - Meteor
‎07-10-2024
03:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
ID | PART | LOGIC |
12 | ADD | |
1256 | FDD | START |
1052 | AFF | |
ADF1 | AGF | |
23D | GHR | END |
34 | DFG |
Solved! Go to Solution.
Labels:
- Labels:
- Workflow
3 REPLIES 3
apathetichell
19 - Altair
‎07-10-2024
04:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
‎07-10-2024
04:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
could you please provide a workflow solution? thanks very much
21 - Polaris
‎07-10-2024
04:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Ryanz3653
We can also try to use the Multi-Row formula tool to flag the target rows.
