Say for instance I am searching for windows event codes and types and I have a list of the event code mapping to their text description. How can I show in my search output the Event code mapped to their names? thanks
try like :
your_base_search|stats list("fields name Event code") as " Event code" by "fields name of text description" |....