Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Sort (week + day) on chart

Hello,

i search to sort a chart on Week + Day.

I have discribe my problem on the attached file.

Thanks for your help.

Sophie

Labels (1)
12 Replies
Anonymous
Not applicable
Author

It's not good for me.

Look in my exemple s.27 mer. must be before s.27 jeu.

Sophie

hector
Specialist
Specialist

Hi, use this calculated dimension (or create it in the script)

=dual([Semaine Jour enlèvement],[SemaineEnlèvement]*10 + [JourEnlèvement])

So, if the week is 26 and the day is 5, this will return 260 + 5 -> 265, then order by "numeric value"

rgds and good luck.

Anonymous
Not applicable
Author

Good for me Smile

Thanks

Sophie