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
For me it didn't work and are there more then one selected value it should in general fail. Which qv release and which client do you used for it (my is QV 11 SR12 with desktop client)?
- Marcus
I used QV 12
for my customer I had the same Problem with QV 11 SR12 and I used another formula
I am currently not at customer site and I donot have QV11 SR12 available.
So you may test another Expression
selecting more than 1 value will not work with only
just to understand the logic behind.... what does the formula in plain words?
the Point is that with {1} takes all values of the specified field regardless of any selections
instead of only you can use max
only ({1}QUARTER) works also when more than 1 quarter is selected
I used QV 12. But my customer had the same expectation with QV 11 SR12. But I cannot give
you the Expression for QV 11 (it may differ from the above Expression)