Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
how to create Customised Pop Up in bar chart
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
Hi
Right Click on The Chart >> Go To Presentation Tab >> Uncheck the Pop-up Labels.
See this:
Also, see the Attachment.
Regards
Av7eN
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
It's working for me. See this:
Regards
Av7eN
But its not working on my System.. is there any Reason for the same ?
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.
check here https://community.qlik.com/thread/160564
i m Using QlikView 11.20 SR8 ... so how to Resolved this.. ?