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: 
NavinReddy
Creator II
Creator II

mouseover label

Dear All,

I want to show Use of barchart When Mouseover,

how can i done this can any one help me to do this

i Need some one help

Thanks In Advance

Niranjan

1 Solution

Accepted Solutions
Not applicable

8 Replies
Not applicable

In expressions, add a new dimension. For the definition use ='your explanation here'. Under Display Options unselect bar and select Text as Pop-up.

Not applicable

Here is another thread with something similar

mouseover label

NavinReddy
Creator II
Creator II
Author

Hi Jocob,

I did the same way but im not getting any information

if you have sample document please provide me

it could be better for me under stand

Best Regards,

Niranjan

its_anandrjs
Champion III
Champion III

1. Add another expression as 'Your details about the Bar Chart' and

2. Uncheck the Bar option

3. Check the Text as Pop-up option

4. Go to presentation properties >> Error bars >> uncheck the Pop-up Labels

dseelam
Creator II
Creator II

In the Captions there is a option called help text you can type your explanation and hove over on the caption you will see your text

its_anandrjs
Champion III
Champion III

You can use dual function also

Eg:-


Add another expression >> Uncheck Bar option >> and uncheck Pop-up Labels option also from Presenatation option

Dual(

  YourDimension & ' - ' & Sum(YourExpr),

  Avg(YourExpression) )

Not applicable

Hi here you go.

NavinReddy
Creator II
Creator II
Author

Thank you guys