Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
prees959
Creator II
Creator II

QuarterStart and QuarterName Help

Hi,  Im using the following to work out which Quarter a date falls in by using :

QuarterName([End Date])  

 

We need to change this so that instead of the Quarters running from Apr - Mar they run from Mar to Feb so this month (December) falls in Quarter 4 (Dec-Jan-Feb) rather than Q3.

Can anyone advise on this please?

 

Thanks 

 

Phil

1 Solution

Accepted Solutions
Arthur_Fong
Partner - Specialist III
Partner - Specialist III

Try this:

QuarterName(<Date>,0,3)

QuarterStart(<Date>,0,3)

Replace <Date>  with your Date column.

 

View solution in original post

1 Reply
Arthur_Fong
Partner - Specialist III
Partner - Specialist III

Try this:

QuarterName(<Date>,0,3)

QuarterStart(<Date>,0,3)

Replace <Date>  with your Date column.