Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
this is my problem:
There is a text field containing the quarters of each year (e.g. '2015 Q1'). I want to choose the Quarter from a drop down multi-box. But it is impossible to keep the quarters in the right order. The selected one is always on top, even though sorting order by state is ticked off.
Is this a bug or a feature? Any ideas?
Keep Qliking
Michael
On the sort tab, can you make sure that 'state' option is unchecked?
as I said...it is ticked off:
Sorry, I missed that. Can you try checking Numeric Value also (while keeping Text)
Hi Michael,
maybe this is an alternative for you: Building a nicer, dynamic QlikView multibox The Qlik Fix!
- Marcus
same result 😞
Very nice hint and I like Barry's demo app.
But actually it suffers from the same problem: The selected values are always at the top even with sort by status is ticked off.
I have checked this even with various expressions like: =aggr(concat({1} distinct Region, ',', Region), Region) but the selected values are always on the top and break the sorting. Therefore it's a "feature".
An alternatively (which I use quite often) for you might be to use listboxes with a container instead of a multibox.
- Marcus
in the sort tab define this Expression
only({1}QUARTER)
really strange result in my model, it breaks the alphabetical order AND sorts by status