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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
berryandcherry6
Creator III
Creator III

How to find in which Quarter the given date falls.

I want to find Quarter in which given date falls.Any help is appreciated.

Thanks,

Supriya

1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

Use a master calendar to create a quarter field and your date will be linked to the quarter field.

Creating A Master Calendar

'Q' & Ceil(Month(TempDate)/3) as Quarter

View solution in original post

2 Replies
sunny_talwar
MVP
MVP

Use a master calendar to create a quarter field and your date will be linked to the quarter field.

Creating A Master Calendar

'Q' & Ceil(Month(TempDate)/3) as Quarter

brunobertels
Master
Master

Hi

Just use the quatername() function

For exemple you have a date field called "date"

add this : quatername(date)

Hope it helps

Bruno