Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Ray0801
Creator
Creator

How to extract Quater of a date?

Is there any Function available in Talend to extract the Quater from a date.

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

You can try this expression:

(TalendDate.getPartOfDate("MONTH", yourDateColumn)/3)+1

 

Regards

Shong

View solution in original post

2 Replies
Anonymous
Not applicable

You can try this expression:

(TalendDate.getPartOfDate("MONTH", yourDateColumn)/3)+1

 

Regards

Shong

Ray0801
Creator
Creator
Author

@Shicong Hong​ Thanks,It worked