Hi, I have created a results chart using this search:
| dbquery "DBNAME" "SELECT useraction FROM usertable" | eval useraction=strftime(useraction,"%Y-%d-%m") | stats count by useraction
However there are no dates along the x axis, only the title of "useraction"
How can I get those there for context?
Thanks :)