Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all
How can I prevent users from modifying the order and width of columns in tables within Qlik Sense SaaS?
After deployment, certain users consistently rearrange columns in tables, leading to issues and support tickets when they can’t restore the original layout.
Is there a feature or setting in Qlik Sense SaaS that can restrict users from modifying column order and width to maintain consistent table layouts?
Thank you very much
Hi,
It's not possible for now.
Kind regards
Hi Pico,
There is a workaround to achieve this. You can use the layout container object from the Qlik dashboard bundle within custom objects. Drag and drop the container object and place first your table object, then a text and image object. The text and image object will cover the table.
To make the text object transparent go to presentation => Styling => background color. Use an expression and set it to =argb(0,1,1,1). Lastly add a single space to the text object and it will become fully transparent.
Nice workaround, but it does not fit other requirements. thank you anyway