Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
Qlik Community Office Hours: Join us on July 9th, 2025 - REGISTER HERE!
cancel
Showing results for 
Search instead for 
Did you mean: 
Karim_Khan
Creator III
Creator III

How to get the First Month of Quarter

Hi Team,

  

    Can we get the First Month of every quarter on the selection of Months?

Regards,

KK

KK
19 Replies
MayilVahanan

Hi

Try like this

=Month(QuarterStart(Max(Date)))

or

=MonthName(QuarterStart(Max(Date)))

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Anonymous
Not applicable

you have a listbox with months you select?

you want another listbox showing the first month of each selected month?

make Expression:

month(quarterstart(yourdate)) gives you month (or use date(quarterstart(yourdate),'yourformat') to Format as you require

you can also use this Expression in table

Karim_Khan
Creator III
Creator III
Author

Dear But I have Fiscal Period ID will it work with this

KK
Karim_Khan
Creator III
Creator III
Author

By applying the above expression

=Num(Month(QuarterStart(vMonth))) 

its is giving me default Month Jan as 1 only.

But I want Dynamic First month of Quarter on selection of Month

KK
MayilVahanan

Hi

What is the value in vMonth?

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Karim_Khan
Creator III
Creator III
Author

=right([Fiscal Period ID],2)

KK
MayilVahanan

hi

Do you have any date, Year or Month Year Field?

I think, =right([Fiscal Period ID],2) gives month number, am right?

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Karim_Khan
Creator III
Creator III
Author

Yes Sir,I don't have any Date field

KK
parthakk
Creator II
Creator II

Hi Karim,

PFA hope it helps you

Thanks

Partha