cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Getting user actions for a given time with USQL

mkulov
Organizer

Hi,

I want to get user actions for a given period of time - lets say for yesterday.

I am running the following query but I get no results:


SELECT name FROM useraction WHERE startTime < "2.09.2020"


When I set the date to be current date "3.09.2020" I am getting data as expected.

However no data is received for a given period of time other than the current date.


Any idea how to get user actions for a given period of time?


Thank you,

Martin

Digital Performance Optimizer
2 REPLIES 2

AlexanderSommer
Dynatrace Champion
Dynatrace Champion

Have you adjusted the global time frame selector in the header?


Hi Alexander,


Yes, it was the timeframe selector and I was also missing startTimestamp parameter for the API call.


Thanks for your help!

Martin

Digital Performance Optimizer

Featured Posts