Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
mustafaelryah
Creator
Creator

How to hide the expression statement of the chart

Dear All,

     How to hide the expression statement of the chart when moving mouse on it .

Looking forward

1 Solution

Accepted Solutions
johnca
Specialist
Specialist

On the Presentation tab have you tried unchecking Pop-up Labels?

View solution in original post

7 Replies
johnca
Specialist
Specialist

On the Presentation tab have you tried unchecking Pop-up Labels?

mustafaelryah
Creator
Creator
Author

Thanks a lot.

johnca
Specialist
Specialist

You can put a space in the expression, or...a better way

Create an extra expression as a popup tool tip.

Copy the expression and turn off bar, line, etc. Then uncheck the Popup Labels on Presentation tab;

Tool Tip.bmp

Within this 'Tool Tip' expression you can create just about anyting you like;

popup2.bmp

='The current selection is returning ' & Sum(Members) & ' Members.'

This would appear as;

Popup Message.bmp

mustafaelryah
Creator
Creator
Author

Thanks, very good ways, but how to create expression of tip popup tool tip?

johnca
Specialist
Specialist

The expression was simply some text around the value, and would be similar to what you may put in a text box;

Expression 1:  This will create the bar

Sum(Members)

Expression 2: This has the same expression but is surrounded by some text

='The current selection is returning ' & Sum(Members) & ' Members.'

You then tell QlikView to show expression 2 as 'Text as Popup', and insure expression 1 does not have 'Text as Popup' checked. You also need to tell QlikView not to display expression 2 as a bar or line or symbol by unchecking those. Also, make sure the 'Popup Labels' on the Presentation tab is unchecked.

mustafaelryah
Creator
Creator
Author

I got your idea put how to tell the qlikview this is poput not bar ?  because when I add or copy paste the expression already comes with bar type .

Also there is one option on presentation to check popup all expression or not , no availability to check it one by one

johnca
Specialist
Specialist

Look at the options for the first expression. Bar is checked;

exp1.bmp

Now, look at the options for expression 2. Bar is not checked (neither is line, symbol, etc.)

exp2.bmp