Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Qlikers,
May i know how to show data/information when i mouse over the Text/Button Object?
let say i have a category as laptops, i want to show Revenue, Gross Margin when i mouse over the text object, then the Revenue, Gross Margin information will show when i mouse over.
Thank you
Hi wongkweechin
Try the below
Create your button
Insert your formular in the help section of the properties of the button
When you mouse over the below sum result will show
If you need more help post up your sample file
Regards Steve
Thanks Steve. I got it right.
Thank you for the time. i appreciate it.
But if let say i wanna show the Gross Margin and Total Sales in 2 line inside the help text.
How to make it next line?
Thank you
Hi,
Try this:
='Expr 1' & CHR(10) & 'Expr 2'
Best regards,
Janusz Twardziak
Use carriage return to force a new line like this:
=sum(F2) & chr(10) & sum(F2 * 2)
Regards,
Gordon
Click the ... button. You can type the text on two lines.
Jonathan
Thanks all Qlikers.
I able to get the next line.
Pictures are not downloading in this page. It looks like the pictures contain the formulas.