Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

multibox selection always on top

Hi,

I can't find a solution to this problem ...

I would like to remove sorting by State in the multibox, exactly like a listbox.

I attach example with two different behaviors.

someone did solve this problem?

thanks,

Ste

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

FYI friom QV support


"Dear Stefano,

Thank you for providing the sample QVW, I want to confirm that this is a bug and it has been filed with bug ID 6177.

The good news is that this bug has been fixed and it is going to be included in the next release (SR6). I have done some testings within an internal release of SR6 and it works."

View solution in original post

11 Replies
Clever_Anjos
Employee
Employee

I don´t see the difference, could you explain better?

Anonymous
Not applicable
Author

too concise sorry... i try to explain me better

if you select a date on a list control selected value remain in its original position eg:

01/01/2010

02/01/2010

03/01/2010

04/01/2010

if you select a date on a multibox control selected value it's always on top, breaking the origina order eg:

02/01/2010

01/01/2010

03/01/2010

04/01/2010

i try to change sort order (State, expression, original, none) but with no results.

Clever_Anjos
Employee
Employee

Well.. The listbox is getting on top here... Am I missing something?

Capturar.PNG.png

Anonymous
Not applicable
Author

Hi Stefano,

I guess that there is no way to have exactly the same behaviour.

But if you want to select a date and you wish to see only following dates,

you can enter the expression in your multibox.

 

=if (len(GetFieldSelections(TempDate))>0,if (TempDate >= GetFieldSelections(TempDate),TempDate), TempDate)

You will only see dates which are after your seletcd date! But maybe this works for you and

your customer!

Hope this helps!

Regards

Not applicable
Author

Looks like a "feature". You are supposed to manipulate that using the "State" sort option.

If you unclick that, it should be sorted like the listbox.

I think you need to contact Support and report a bug.

Cheers

Anonymous
Not applicable
Author

TestDateMultibox.jpg

Anonymous
Not applicable
Author

Expression:

= if (len(GetFieldSelections(TempDate))>0,if (TempDate >= GetFieldSelections(TempDate),TempDate), TempDate)

MultiboxCorrect.jpg

Anonymous
Not applicable
Author

the problem is the order visualization and not the content filter, because i need also to select the dates before the selection.

I'm building a date From->To selection control based on multibox.

I think this is a bug...DateRangeSelector.jpg

thanks all

Anonymous
Not applicable
Author

FYI friom QV support


"Dear Stefano,

Thank you for providing the sample QVW, I want to confirm that this is a bug and it has been filed with bug ID 6177.

The good news is that this bug has been fixed and it is going to be included in the next release (SR6). I have done some testings within an internal release of SR6 and it works."