Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear Qlikview User
I have been searching for the answer to my question on forums and have tried several techniques, but am struggling to get my list box to stay in the same order when a selection is made
My list box is based on a field called month and I have the following months
Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
I have sorted my listbox on a field called FMonth which is a number and assigns a 1-12 on each month. With this field, I am able to get my desired look of the list box
Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar
However when I make a selection, the selction moves to the front of the listbox. I would like it to remain where it was. Can anyone help
May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr
Kind Regards
Helen
I think you need to deselect the first option to sort by state, and whenever you are using a sort expression, you probably need to apply set analysis to the expression to ignore the effect of selection in that field:
=Only({1} FMonth)
I think you need to deselect the first option to sort by state, and whenever you are using a sort expression, you probably need to apply set analysis to the expression to ignore the effect of selection in that field:
=Only({1} FMonth)
I am assuming that you are using a sort expression as FMonth, right?
Try this as your sort expression:
Only({1} FMonth)
Did you try uncheck auto ascending in sort tab of list box that says State?
Hello Stefan
Thanks very much!
Thank you SunnyT
Much appreciated