How do I count the number of unique recipients of each type of unique attachment from emails. The same user could receive the same attachment in multiple emails. Using the “dedup” command?
Hello,
Please I need your help, I have a dedup with a conditional.
It happens that I have this table where when the technician enters the reason for its technical service is saved in s...
Hi Everyone, I have a field called "User" that contains similar values and I was wondering how to remove or merge similar values? For example: "Tony W" and "Anthony W" (both values of the same fiel...
...rue
I am aware that I can run this to remove duplicates at search time.
| inputlookup myAAAlookup.csv
| dedup ACCT,AUID,ADDR
| outputlookup myAAAlookup.csv append=true
However, I want t...
Assuming there are 2 columns - Date & count and there are duplicates date.
How to dedup on Date and pick the maximum count value ?
2020-02-27 1522
2020-02-27 1680
2020-02-28 1639
2020-0...
When searching in our list of usernames that have logged in, I dedup the usernames but the results are case sensitive.
For example I have user01 and User01 both showing in the search results.
H...
Hi. I am creating a search and dashboard to display our last ten locked account events. This seems to work well as I have it configured. One of the things I am doing is using the dedup command to r...