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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Line chart, change line layers

Dear sirs,

I have a line chart with two dimensions and one expression.

Say dimension 1 (x-axis) is a timeline and dimension 2 is my product. When selecting three products i get a line chart with 3 lines, one line for each value in 'Product' and a line showing aggregated sales pr. week.

So far so good - but I need to manually change the layers of the lines, since they overlap sometimes and i need a certain product to be on the top layer.

Is it possible?

1 Solution

Accepted Solutions
johnw
Champion III
Champion III

The line layers depend on the sort order of your second dimension, with the first value on the bottom, and the last value on the top. If you need to precisely control which product goes in which layer, you could use a sort expression, but I'd suggest loading your products in the desired order and sorting by load order.

View solution in original post

3 Replies
Anonymous
Not applicable
Author

A good idea for enhancement request for QlikTech.

johnw
Champion III
Champion III

The line layers depend on the sort order of your second dimension, with the first value on the bottom, and the last value on the top. If you need to precisely control which product goes in which layer, you could use a sort expression, but I'd suggest loading your products in the desired order and sorting by load order.

Not applicable
Author

Thx for input.