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...
So I am looking for the number of a specific event (sign-ins) deduped by a user, which is simple. The challenge I am having is that I need the results deduped by date. So if i am looking at a w...
...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...
i have the following in a statistical table on a dashboard
index=* <do search> | dedup B C | table _time B C D E F J | sort-_time
I would like to have a count at the end of each row 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...
Hi I wish to dedup and consolidate customer details across two cities. E.g. I have 2 records of the same customer across two cities and I want to consolidate them into 1 row N...
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...