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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Sort order in line chart change with set Analysys why?!?!?!?

Hi everyone,

I have a problem with setAnalysis in line chart:

my dimension is YYYYMM

and my expression are:

1. sum({<MonthYearX=>}field1)                             MonthYearX=YYYMM+X where X is a number of month in the past or in the future

2. sum({<MonthYearX=>}field2) 

3. sum({<MonthYearX=>}field3) 

I sort my chart for expression: =YYYYMM but when i select one MonthYearX the chart order put this MonthYearX at the top of chart order of X-Axes.

Why??? I must keep locked my sort order...:(

See the screenshot for more details of the error.

graph.PNG

Anyone can help me please...

Gino.

1 Solution

Accepted Solutions
Not applicable
Author

I solved:

MI Dimension is left(YYYYMM,4)&'-'&right(YYYYMM,2))...

and Qlik have problm in sort because data types not clear. If I declare dimension with this:

text(left(YYYYMM,4)&'-'&right(YYYYMM,2)) and sort with text field all is OK!

View solution in original post

3 Replies
alexandros17
Partner - Champion III
Partner - Champion III

Could you please provide your source document?

Not applicable
Author

I don't have any qvd now...

Not applicable
Author

I solved:

MI Dimension is left(YYYYMM,4)&'-'&right(YYYYMM,2))...

and Qlik have problm in sort because data types not clear. If I declare dimension with this:

text(left(YYYYMM,4)&'-'&right(YYYYMM,2)) and sort with text field all is OK!