Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Adding Calender Group

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...

1 Reply
johnw
Champion III
Champion III

I'd build the month field in the script:

date(monthstart(StartTime),'MMM YYYY') as StartMonth

Then just use Month as a dimension.