Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Pujitha
Contributor II
Contributor II

Hover the mouse

Hello all,

I have done with different types of charts in my qlikview dashboard. When I mouse over to particular chart it is showing as count and the expressions which I have given in the chart. But, I want to show some description like some text also when I hover the mouse in the charts. Could you please help me out as soon as possible. Thanks!

9 Replies
skamath1
Creator III
Creator III

For some type of charts like bar chart, you can add a expression for example like If function = If( '% Met' > 0.5, 'Met', 'Not Met') .

and turn of the bar and keep Text as popup.  Any other expression should also work.

Capture1.PNG

Pujitha
Contributor II
Contributor II
Author


I have only count( sales) that expression. How can I apply if condition in that. Suppose I put title as volume of sales. When I hover the mouse over that chart I am able to see the count along with that I need show up the definitation of some thing atleast 2 lines
skamath1
Creator III
Creator III

The if function was just an example. You can add new expression  and make it to show up as Text popup along with you count(sales) expression.

What do you want to show up ?  Provide some more details.

 

Pujitha
Contributor II
Contributor II
Author

I mean like, I need to show the definition of volume of sales( as an example am saying) it will contain 2 to 3 lines of sentences. How can I achieve this please help me as soon as possible. Thanks!! 

skamath1
Creator III
Creator III

Add a new expression. You expression can be as below.

Replace the line as required  within the single quote. Chr(13) will insert new line.

= 'This is the definition of the Volume of Sales'  &
chr(13) &  'Line 1'  
& chr(13) &  'Line 2' 

 

Pujitha
Contributor II
Contributor II
Author

This is not showing up correctly. I implemented calculated dimension with one expression. For Calculated dimension I used pick and match function along with other field. I made line chart. when I gave another expression which you mentioned above it not showing me 3 lines it is showing me only one line  and text is not showing up. Please help me for this issue.

skamath1
Creator III
Creator III

What are your expressions ? Without expression, cannot help. Provide screenshots, expression or qvw file to help.

Also try to use Combo chart instead of line chart. I think line chart does not support popup as label.

Pujitha
Contributor II
Contributor II
Author

Customer chat reached queue and there was interaction between the agent and customer (chats accepted)- as text when I hover the mouse over the chart. 

I have expressions and dimensions like this: I showed in the screen shots.

 

When I applied your expression in the expression tab it is showing me only one line with no text .

skamath1
Creator III
Creator III

Try Combo chart and use the line for each expression.