Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
marco_puccetti
Partner - Creator
Partner - Creator

Sheet Labels

Anybody knows how to set the labels property in a document?

Is it possible to set the height between the top of the screen and the labels?

An ideal disposition could be the following:

                 TITLE

                 VSpace

|LABEL1| LABEL2| LABEL3|

Thanks a lot

Marco

10 Replies
MayilVahanan

Hi

Try like this

='Title' & chr(10) & chr(10) & 'Label1'

or

='Title' & chr(10) & 'Line1'

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
marco_puccetti
Partner - Creator
Partner - Creator
Author

I need to set the space between the top and the labels, how i shown in the following image,

Immagine.png

Thanks

Marco

marcus_sommer

This are not sheet-tabs else buttons which switch per actions through the different sheets from the app.

- Marcus

marco_puccetti
Partner - Creator
Partner - Creator
Author

So where can i find and insert them in the sheet?

Marco

marcus_sommer

Create a button and customized him how you want and set an action to change the sheet:

Copy this button how many you need - change the text and action (sheet-id) and the copy all these button as linked objects in all sheets and hide the sheet-tabs.

- Marcus

marco_puccetti
Partner - Creator
Partner - Creator
Author

Is it possible to hide the Sheet labels and use the button with seitch per actions, how you have suggested?

Thanks

Marco

marco_puccetti
Partner - Creator
Partner - Creator
Author

Excuse me, which are the settings for the button in order to obtain a tab like style?

Another thing, how can insert separate images in a document?

Thanks

Marco

marcus_sommer

You should a little bit experiment with various layout-options and I think with a textbox (can also be used for click-actions)  you could better achieve a good solutions, also with images for these buttons or for the sheets (is similar in general tab):

- Marcus

marco_puccetti
Partner - Creator
Partner - Creator
Author

Thanks i'll try it.

Marco