- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
WindWalker
Engager
06-22-2021
07:25 AM
So I am writing a query and It all gets piped into stats at the end. There is a value that I want to use to remove lines from stats as the line item is unnecessary. I understand that by will list every item but I'm looking to remove particular lines based upon a certain condition as it will help cleanup my data. What im looking todo is I run a distinct_count on an item and then for every line that the dc result is 0, remove it from my results
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
WindWalker
Engager
06-22-2021
07:40 AM
Just solved,
After calling my stats function
|stats <Whatever you have for stats>
| where <condition>
i just called where and it gave me the results im looking for
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
WindWalker
Engager
06-22-2021
07:40 AM
Just solved,
After calling my stats function
|stats <Whatever you have for stats>
| where <condition>
i just called where and it gave me the results im looking for
