Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys
How would I include in my Qlikview doc the option to select date in Quarters
My date field is DECDDT
i.e. Q1, Q2, Q3, Q4
How would i do this in my script?
Simpeler, this one?
:
Dual('Q' & ceil(Month(DECDDT)/3) & ' ' & Year(DECDDT),
QuarterStart(DECDDT)) AS Quarter,