I'm using the global time in a dashboard search as suggested above: "queryParameters": {
"earliest": "$global_time.earliest$",
"latest": "$global_time.latest$"
} It works fine if the user selects presets or relative time. But if the user picks a date range, I get an error like this: Any ideas on how to avoid this date format issue?
... View more