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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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