Team I need help with a Scatter Plot Visualization.
Here's the Search I'm using: | inputlookup append=t 07012022KPI_Formatted.csv | eval Deployed=strptime(Deployed, "%m/%d/%y") | fieldformat Deployed = strftime(Deployed, "%m/%d/%y") | table "Deployment Success" Deployed "Deploy Lead Time"
It populates the Statistics I'm looking for:
lk83_4-1657210982996.png
However, when I click Visualization, the Deployed axys is not showing the Dates but as numbers 0.....
lk83_6-1657211365321.png
Screenshot for reference of my imported CSV.
lk83_7-1657211412805.png
Any ideas how to fix it? Thank you
LK
... View more