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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
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

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'.