SOLVED
Need help in customize filter.
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
anonymous008_G
8 - Asteroid
‎09-27-2024
03:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
How can I filter below data that will get output as EMG and very next record of EMG, rest everything should be filter out. Can we do this with filter block or multi row formula needs to be use?
Can someone please help me with solution.
Sector |
Long |
Long |
Long |
Long |
Long |
Long |
Long |
Long |
EMG |
Long |
Long |
Long |
Long |
Long |
Long |
Long |
Long |
Solved! Go to Solution.
Labels:
- Labels:
- Help
3 REPLIES 3
OTrieger
13 - Pulsar
‎09-27-2024
04:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@anonymous008_G
I do not understand what you would like to do. With a Filter Tool you can filter out all the EMG entries from the rest. But I'm not sure what you are trying to do as it is not clear from what you wrote.
15 - Aurora
‎09-27-2024
04:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @anonymous008_G
You'll need both a multi-row formula tool and then a filter
Create a flag field with
[row-1:field]='EMG'
And then your filter is
[Field]='EMG'
OR [Flag]=1
‎09-30-2024
01:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@OllieClarke -- thanks, this is worked as per my expectation.
