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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Static line - set analysis

Hi All,

I have a line chart for monthly data from Dec-15,Jan-16,Feb-16,......Sep-16.

When I select any SalesDate value , my graph should not be changed the order from Dec,Jan,Feb,Mar,.....Sep.

Please advise.

Thanks in advance.

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

Sort by Expression

Only({1}Match(Month,'Dec','Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov'))

View solution in original post

6 Replies
MK_QSL
MVP
MVP

Go to Sort Tab

Untick Sort By Expression (Date)

Tick Numeric Value

Not applicable
Author

Thank You mrkachhiaimp.

If I do same, Dec going to last value. I want it first value in the sequence.

trdandamudi
Master II
Master II

See if the attached works for you...

MK_QSL
MVP
MVP

Sort by Expression

Only({1}Match(Month,'Dec','Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov'))

jagan
Partner - Champion III
Partner - Champion III

Hi,

You can use MonthYear as dimension, if you just display Month alone it will be confusing for users.

Hope this helps you.

Regards,

Jagan.

jagan
Partner - Champion III
Partner - Champion III

Hi,

Remove the Sort Expression and try.

Regards,

Jagan.