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: 
Not applicable

Quarterwise as at expression

how to write as at expression for quarterwise in pivot table without writing if conditions.QlikTech Admin

2 Replies
its_anandrjs
Champion III
Champion III

Hi,

You mean to say that without creating Quarter field in load statement you want to use field in dimension.

Thanks & Regards

ashwanin
Specialist
Specialist

use Ceil to define Quarter

e.g 'Q'&Ceil(num(Month(Date))/3) as Quarter,