Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
PFA the data I have in a Qlikview straight through table. Here the quarter field was derived from the period_start_dt field. The ordering I am expecting is as follows:
1Q2015
3Q2014
2Q2014
1Q2014
Please assist.
Thanks,
Sudha.
You can use the Dual function to create a numeric value with different display format. See attached example.
or sort by expression desc
Mid(Quarter,3,4) & Left(Quarter,1)