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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
ferha_jafri
Partner - Creator III
Partner - Creator III

what is 'Q' in the statement

'Q' & ceil(month(TempDate)/3)

what is q in the above statement plz help me to understand the above statement.

Thanks in advance

Ferha Jafri

Labels (1)
1 Solution

Accepted Solutions
sujeetsingh
Master III
Master III

It is just a charachter

Actually this statement is used to create Quarter like Q1,Q2 etc

Here & is used to concatenate.

Actually month(datefield)/3 makes the quarter

View solution in original post

3 Replies
sujeetsingh
Master III
Master III

It is just a charachter

Actually this statement is used to create Quarter like Q1,Q2 etc

Here & is used to concatenate.

Actually month(datefield)/3 makes the quarter

ferha_jafri
Partner - Creator III
Partner - Creator III
Author

Thanks i got it

Not applicable

'Q' just a user defined symbol in the form of character for indicating the quarter.

you can also write anothe symbol in the place of 'Q'.