Thank you for an update. I tried suggested SPL and added rename field to see if data exists ------------------- | eval Date = strftime(strptime("policy_applied_at","%FT%T.%6NZ"), "%b-%d-%Y") | eval Time = strftime(strptime("policy_applied_at","%FT%T.%6NZ"), "%H:%M") | rename "policy_applied_at" as "Last Refresh Time" | table "Last Refresh Time", Date, Time ------------- The rename, but not trimmed field has data, other two are empty Last Refresh Time Date Time 2024-02-19T11:16:58.930104Z 2024-02-19T11:16:54.980418Z 2024-02-19T11:18:44.875386Z
... View more