Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
In my Chart the sorting is not happening correctly .
Please suggest.
My requirement is :
How to sort the Straight table chart accordingly.
Like :
Full Year Chart
planning Month :
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
1st Half Of the Year
Jul
Aug
Sep
Oct
Nov
Dec
2nd Half of the year
Jan
Feb
Mar
Apr
May
Jun
Sample qlikvie model attached.
Check the attached:
=Match([Planning Month],'Jul','Aug','Sep','Oct','Nov','Dec', 'Jan','Feb','Mar','Apr','May','Jun')
Isn't how this is sorted right now in your sample?
did u tried here?
orelse
use sort tab-->expression like
Match(Field,'jan','feb',..............)
No Check the Full Year Chart
Planning Month
Apr coming after Dec.
Hi ,
Try something like below as Expression :
Dual(Month,Match(Month,'jan','feb','mar','apr','may','jun','jul','aug','sep','oct','nov','dec'))
Thanks,
AS
Didn't work
Didn't work
Didnt work.
Just promote (use Promote button) Planning Month over RO in "Sort" tab and you will have correct result on your Full Year chart. Take a look at attachement.