Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
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 ...
For me it worked with all variants from manually (enter within text) or per functions with chr(10):

- Marcus