Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Please see the below screenshot
I don't know i am getting this one and also made in sort tab load order as original
And did you also remove the check mark for 'State' correct?
Yes.. i have removed for that as well..