Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
how do i add calender group to X axis,
i have an expression bytecount/1024 = buildsize (which is in KB) to be displayed in Y axis,
and i want starttime(datetime field) to be on the x axis but i dont want each day , i want to group by month , so how do i get this
Please Help...
I'd build the month field in the script:
date(monthstart(StartTime),'MMM YYYY') as StartMonth
Then just use Month as a dimension.