I am currently using a bar chart visualization but I need to sort the bars by descending order. I can't use a simple chart count by EVNTSEVCAT | sort -count because the SEVCAT f...
I was surprised by this result: In a field starting with a value that can be interpreted as an integer, groupby treats it lexically, but sort treats it numerically. How does sort determine t...
hi why my sort _time doesnt works please? what is strange is that when I click directly on the field the sort doesnt works too | eval _time = strftime(_time, "%d-%m-%y %H:%M:%S")
| sort _...
Hello dears, How can i sort these field values ? Field = "port" 0/1/0/2/ 0/8/0/7/ 0/2/0/3/ 0/5/0/2/ 0/6/0/3/ 0/16/0/2 0/18/0/6 0/16/0/5 0/4/0/2/ 0/6/0/2/ 0/18/0/2 0/12/0/4 0/3/0/7/ &n...
I have a table like below.
Date, count
22/12/2014,9
23/12/2014,19
24/12/2014,16
6/01/2015,4
7/01/2015,7
4/02/2015,42
5/02/2015,17
when i use below query, i don't see date in sort...
...rom inner join I want the output like - alignment of field names. Sorting the order of field names. Before - AccountName FAILURE SUCCESS IMPACT LOSS% Total A...
Hello,
I need help to further sort the following data. In the sample data in the screenshot, I wanted to group the password.
The output should look like
problem abstract c...
...ount(host) as hits by cs_uri_stem, cs_method | sort response_time
However, the sort command does not seem to work. Perhaps it's because the field names have the method appended to it? something l...
Hello, hoping someone can give me a hand or point me in the right direction.
I have a report that is based off of a DB query, I'm trying to sort a date field descending. Due to the nature of the d...