I have panel which performs the look up on the csv file and have the additional code as below.
| eval _time=strptime(date,"%m/%d/%Y")
| where _time>=relative_time(now(),"-1q")
Now currently I have hard coded the the time range for last quarter data. When I tried to connect this panel to the Shared Time Picker, the values weren't getting updated as per the collection.
You advice would be appreciated!!
↧