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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
manoranjan_d
Specialist
Specialist

interval in month

hi all,

like interval 0-10,10-20, i want to get the month in interval example jan-mar, apr-june, july-sep, oct-dec

how to do in the coding and i want to use this as dimension in the bar chart

Labels (1)
1 Reply
zhadrakas
Specialist II
Specialist II

do you Need exactly this names?

You can calculate Quarters of the year to achieve this:

'Q'&ceil(month(TempDate)/3) AS Quartal,

regards

tim