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: 
Not applicable

how to create Customised Pop Up in bar chart

how to create Customised Pop Up in bar chart

15 Replies
aveeeeeee7en
Specialist III
Specialist III

Hi

See this Post:

Customising Chart Pop Up Information

Regards

Av7eN

Not applicable
Author

i m trying the same way but i m getting a Default Pop as well.. how to hide that.. i already Uncheck Text as Pop Up..

LOAD * INLINE [

Country, Sales, Costs

USA, 1000, 800

UK, 800, 700

Germany, 900, 1000

Japan, 600, 400

];

Sum(Sales)

Sum(Cost)

='Country:' & Country & Chr(10)

& 'Sales : ' & Num(Sum(Sales), '$(MoneyFormat)') & chr(10)

& 'Costs : ' & Num(Sum(Costs), '$(MoneyFormat)') & chr(10)

& 'Margin : ' & Num(Sum(Sales)-Sum(Costs), '$(MoneyFormat)')

& chr(10) & 'Margin % : '

& Num(1-(Sum(Costs)/Sum(Sales)), '0.0%')....

kinldy help me in this Qvw

aveeeeeee7en
Specialist III
Specialist III

Hi

Right Click on The Chart >> Go To Presentation Tab >> Uncheck the Pop-up Labels.

See this:

Uncheck This.png

Also, see the Attachment.

Regards

Av7eN

Not applicable
Author

i Tried using Uncheck the Pop-up Labels. then its not showing any POP on Bar chart.. the Qvw u have sended as well its not showing any Pop up .. plz check

aveeeeeee7en
Specialist III
Specialist III

It's working for me. See this:

Pop-up Visible.png

Regards

Av7eN

Not applicable
Author

But its not working on my System.. is there any Reason for the same ?

Siva_Sankar
Master II
Master II

Brijesh,

Which version of QV you are using?  The custom popup wont work bug and it lasted from SR7 to SR9. It's documented in the SR10 release notes as bug number 69025.

Not applicable
Author

i m Using QlikView 11.20 SR8 ... so how to Resolved this.. ?