Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I've this issue. I developed a Qlikview application, loaded in a QV Server, with some objects (tables, straight tables, ecc...) and columns have this order:
Dimension A, Dimension B, Expression 1, Expression 2, Expression 3...
Users want to move columns via Access Point, for example to have :
A, B, 1, 3, 2
or
A, B, 3, 2, 1
and with drag and drop they of course can.
But they want that, at the end of the session (or, better, when they reopen the application), the order will be shown as the original (A, B, 1, 2, 3) and not with the "new" moved order.
Anyone can help me?
Thanks
Mike
Maybe use a document bookmark with layout state and call the bookmark when opening the application.
What if you close the application with the option "close" on the right of your menubar ? The next time you will open you have your normal look with a,b,1,2,3