Hi,
My requirement is to find 30 mins result using timechart span=30m from the start time that I have mentioned.
Start time can be e.g say 11:34 AM OR 11:38 AM OR 11:42 AM etc.
But instead getting result in 30 mins internal say 11:30 AM, 12 PM, 12:30 PM, 1 PM etc.
Use the aligntime parameter to timechart, i.e.
| timechart span=30m aligntime=@m...
Use the aligntime parameter to timechart, i.e.
| timechart span=30m aligntime=@m...
Thank you. It works.