Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
nikhilgarg
Specialist II
Specialist II

How to fix the selected value position in list box

Hello All,

In my app in Qliksense, when i select any value from listbox, the selected value moves to the top. I want my selected value in the list box to hold on it's position only and not to move at the top. Can anyone help em in this?

Thanks,

Nikhil Garg

2 Replies
Anonymous
Not applicable

Go to Edit mode, select the Filter pane and goto Sorting.

Turn off automatic and select which way of sorting you require.

nikhilgarg
Specialist II
Specialist II
Author

I want the values to be positioned as it is. Let usay if Year field has value:

2015, 2016, 2017, 2018 and if i select 2017, by default 2017 gets positioned at top. I dont want this. I want 2017 to be placed at its position even after selection. For this i have used:

Only({1}Year) but this does not works