Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I wish to remove unnecessarily occupied space at the top and bottom from the published Qliksense dashboards. I do not want my clients to see the header, ribbon, menu etc which occupies 40% of the space of my dashboard. What all options do I have? Any way to launch the dashboard already in full screen mode or have control over the sizes of the headers, menu etc?
in the server installation you will find a folder /Client/assets/client.
There you will find client.css with the class .qui-toolbar. Here you could set height: 0px; (instead of 44 px).