Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
bharatkishore
Creator III
Creator III

Sorting order in Multi Box

Hi Guys,

I have an small problem with the sorting order in qlikview. Let me explain in detail:

In the back end script i have written code as

LOAD * INLINE [

    Choose a View

    OG

    OU

    CSG

    CO

    MC

    CR

];

     i have created a multibox and loaded the field Choose a view.

And i selected "always one selected value" i.e. OU and it will be selected all the time. But When i select the multi box button the order will come as OU defautly selected and the rest of order will be

    OG

    CSG

    CO

    MC

    CR

But my requirement is the multi box should be displayed as(With OU should be always selected)

    OG

    OU

    CSG

    CO

    MC

    CR

Can you guys please help me on this.

Thanks

Bharat

55 Replies
tamilarasu
Champion
Champion

Hi Bharat,

Use load order as "Original" in sort tab like below.

Capture.PNG  Capture.PNG

Hope this works for you!

tamilarasu
Champion
Champion

Working fine in SR 9.

Chanty4u
MVP
MVP

Hmm tq raj...for me its nt wrkng

arulsettu
Master III
Master III

can u upload ur sample

Not applicable

Hi Bharat,

Can you please see the attachment and let me still you cant able to get the sorted order.

Thanks,

Sreeman.

bharatkishore
Creator III
Creator III
Author

Hi Nagaraj,

It is not working...

bharatkishore
Creator III
Creator III
Author

Hi Sreeman,

It is not working...

bharatkishore
Creator III
Creator III
Author

Is it because of SR12??

tamilarasu
Champion
Champion

I am not sure whether this is bug or not. It's working fine in SR 9 version. You can also try sort expression as

=Match([Choose a View],'OG','OU','CSG','CO','MC','MC')

Capture.PNG

arulsettu
Master III
Master III

did u checked my version 12 upload?