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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
datanibbler
Champion
Champion

Combobox - how to make the tabs 2-lined?

Hi,

my question is in the title:

=> How can I, in a combobox, edit the tabs so that they allow for a 2-line diagram_title?

Thanks a lot!

Best regards,

DataNibbler

3 Replies
marcus_sommer

This is only possible if you choose dropdown instead of tab (anywhere). Alternatively you could build an object that looks like a combobox - listbox with the object-title, perhaps textboxes and frames for the layout and in the visible-properties from each object a concition like "if(getfieldselections(.....".

- Marcus

datanibbler
Champion
Champion
Author

Hi Marcus,

the combobox is really a tricky beast - it really seems like I'll have to abandon this approach.

Also, even when I select "Dropdown" instead of tabs in the combobox, I cannot seem to have a multi-line chart_title displayed - instead, QlikView displays the formula

>>> = 'text1' & chr(10) & 'text2' <<<

In a titlebar, I could do that, but not in the tabs it seems ...

marcus_sommer

For me it worked with all variants from manually (enter within text) or per functions with chr(10):

- Marcus