Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Pragya
Creator
Creator

Quarter Formula showing Q - Error

Hi All,

I used Qlik desktop before and now started working on Qlik server.

I used this formula to create quarters in the dashboard and it used to work fine. Now from the time I have started working on Qlik Server, it just shows Q.

Could anyone please advise what is wrong or what am I missing. The formula is

Year(Date#(ArrivalDate, 'YYYY-MM-DD')) & 'Q' & Ceil(Month(Date#(ArrivalDate, 'YYYY-MM-DD'))/3) as ArrivalYearQtr,

Please advise.

Thanks and Regards

 

Labels (1)
1 Solution

Accepted Solutions
Surya
Creator II
Creator II

Hello,

'Q' & Ceil(Month(num#(ArrivalDate))/3)

View solution in original post

2 Replies
Surya
Creator II
Creator II

Hello,

'Q' & Ceil(Month(num#(ArrivalDate))/3)

tresesco
MVP
MVP

The issue is probably with the data format. Check if the date values are really coming in desired format ('YYYY-MM-DD'). If this format doesn't match, the date#() would fail to fail the entire statement.