Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I came across an interesting case. After I uploaded the extension written by myself to our Qlik server, I am the only who can change the order of dimensions in properties panel, by simply dragging and dropping. For the others users, the dimensions are not movable and the order is fixed. I thought there might be some errors in my codes which has impact on the properties panel, so I just created another very simple extension with a hypercube behind. However, it remains the same, only I can change the dimension order. I also checked some other third party extension, the dimensions are also locked for the other users, not for me. Qlik default straight table and pivot table works properly for everyone. This sounds really weird, does anyone know why? Is it related to browser settings? Here is the code for the simplest extensions.
Issue solved by disabling PC's touch screen. A really surprising solution. It seems that module for extensions' properties panels doesn't support touch devices perfectly.
Issue solved by disabling PC's touch screen. A really surprising solution. It seems that module for extensions' properties panels doesn't support touch devices perfectly.