Forum Discussion
GaryBushey
Aug 20, 2021Bronze Contributor
Need more information on the serialize command
I am using the serialize command, and having it show the row number, but I don't understand how it determines which row gets the row number. The command I am using below SecurityIncident
| where P...
GaryBushey
Aug 20, 2021Bronze Contributor
After more reading and playing around, I figured out that it is up to me to order the list BEFORE I serialize it. The serialize command just takes the rows in the order they were presented by the query.