15 Sep 2022 11:12 PM - last edited on 19 Sep 2022 10:37 AM by Ana_Kuzmenchuk
Hi,
I have a requirement to convert from ms to sec .Below is my USQL Query
SELECT avg(visuallyCompleteTime), as "AVG", PERCENTILE(visuallyCompleteTime,10) as 'P10' from user action where name="loading of page *"
Please let me know if this is feasible to convert from ms to sec.
Thanks,
Tarun
Solved! Go to Solution.
15 Sep 2022 11:55 PM
Math operation with aggregator functions is not available in USQL, You can upvote the following Product Idea for it to be more probable in the future:
There are some places where it is available, but not with aggregator functions: