Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
how can I display the "help text" (described in the tab "Title") when de title is hidden? Is not possible?
Thanks
Hi
I think I understand your question differently than the previous post. Are you asking how to pop-up help text when the caption bar is hidden (and so the ? icon can not be displayed)?
Well you have a number of alternatives.
To create a pop-up help box, follow these steps:
Now clicking the button will toggle between displaying and hiding the text box.
I usually take that slightly further by having the text box close if you click on it as well (create the same action as the button)
Jonathan
From QlikView Tutorial
Info
If a piece of external information, such as a text file, a picture or a multimedia presentation is to be connected to a field value, this is done in a table that is loaded through an info prefix. (In some cases it will be preferable to store the information inside the .qvw file, by using the bundle prefix.) The table must contain two columns only, the first one with the field values that will form the keys to the information, the second one containing the file names of the pictures etcetera.
The same applies to, for example, a picture from a database management system. On a binary field, a blob, the info select statement makes an implicit bundle, i.e. the binary data will be fetched immediately and stored in the qvw. The binary data must be the second field in a select statement.
The syntax is:
info ( loadstatement | selectstatement )
Examples:
Info Load * from flagoecd.csv;
Info Select * from infotable;
Info Select Key, Picture From infotable;
Hi
I think I understand your question differently than the previous post. Are you asking how to pop-up help text when the caption bar is hidden (and so the ? icon can not be displayed)?
Well you have a number of alternatives.
To create a pop-up help box, follow these steps:
Now clicking the button will toggle between displaying and hiding the text box.
I usually take that slightly further by having the text box close if you click on it as well (create the same action as the button)
Jonathan
Sorry IMQQLIK...
....i didn´t read right way!!!Is my mistake!!!!
don't worry!!!!