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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Dynamic sort order for a line chart after it is displayed

I am trying to allow users of a qlikview document to dynamically change the sort order of a chart.

I have created a variable called vSortOrderValue which is 1 or -1

In the chart I use the Sort expression:

Sum(employeesDaysWorked) * vSortOrderValue

When I bring up the chart the first time it uses the value of vSortOrderValue, I have tried with both 1 and -1 and the chart values are sorted as I would expect.

But after the chart is display when I change vSortOrderValue from 1 to -1 the sort order never changes. How do I make this work?

Labels (1)
1 Solution

Accepted Solutions
mike_garcia
Specialist
Specialist

Try a Dollar-Sign Expansion in the Variable Syntax

=Sum(employeesDaysWorked) * $(vSortOrderValue)


Mike.

Miguel García
Qlik Expert, Author and Trainer

View solution in original post

2 Replies
mike_garcia
Specialist
Specialist

Try a Dollar-Sign Expansion in the Variable Syntax

=Sum(employeesDaysWorked) * $(vSortOrderValue)


Mike.

Miguel García
Qlik Expert, Author and Trainer
Not applicable
Author

Can you post that QV file where you have created this?

Probably that will give more clarity for resolving query.