Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Custom popup only appear if Popup labels checked

I found an issue related to custom popup that it only appears when I check Popup Labels in Presentation Tab.... If I un-check it, none of the popup appears.... Is there any issue in latest build or I am missing something.

a. Its bar Chart

b. None of the expression have text as popup selected except one which has Bar un-selected

c. If I un-check Popup Labels in presentation tab, no popup show, but if check it, both standard and customize popup appears.

Thanks,

devoas.

19 Replies
avinashelite

Hi Devoas,

I think in the bar graph properties >presentation> you have unchecked the pop-up labels i guess please check it.

Pop.png

sujeetsingh
Master III
Master III

Confussed by your briefing

Anonymous
Not applicable
Author

Dear sujeetsingh,

Yes, you are right, I have unchecked it, because if I check this, it will show both default popup (fields value) and also custom popup. As per different forum post and Cookbook, following is what written there.

"We also had to turn off the default pop-up option in the Presentation tab or else it would

display both".

Now Please help me if I just want only to show my custom popup and don't want to show default Field values, what should I do...?

c_gilbert
Creator II
Creator II

You need to ensure the 'pop-up labels' options is checked in the presentation tab, but in your expressions tab, make sure the 'Text as pop-up' option is checked only for the expression you want to show.

QV_popuptext.png

In this example, if I selected the 'No. of Audits' expression, the 'Text as Pop-up' option is not ticked.

Anonymous
Not applicable
Author

I did the same thing but still default popup appears... I have three expressions, Sales, Cost & Popup text. Text on popup only checked on last but still get following result.

CustomPopup.png

Please help.

ChiragPradhan
Creator II
Creator II

3.pngHi devoas,

I can see you have tried this above but it seems to work for me. Untick Popup labels in Presentation tab, untick Text as Popup for the expressions you don't want to see the popup. Add another expression for the custom label and tick Text as Popup for that one.

1.png2.png

c_gilbert
Creator II
Creator II

Make sure 'Text as Pop-up' is NOT checked for any of your other expressions. Only the one with your custom pop-up expressions in.

Could you attach your QVW if you are still having problems?

Anonymous
Not applicable
Author

If I untick Pop-up labels from presentation layer, popup stop working (no popup appear) but asa I tick it from presentation layer both default & custom popup appear.

I added following simple scrip in a new file and add : Country as Dimension, Sales (Sum(Sales) as expression 1), Cost (Sum(Cost) as expression 2) ... (both have Text as popup unchecked. and third expression is ='Sales=' & sum(Sales) having bar unchecked and Text as popup checked..

LOAD * Inline [

Country, Sales, Cost

USA, 100, 50

UK, 200, 150

Japan, 300,250

];

If I do not untick  Pop-up Labels in presentation tab, it keep showing default as well as custom popup but if I untick it, nothing appears...

ChiragPradhan
Creator II
Creator II

I have attached a sample. Check if it works for you.