Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Removing duplication in POP-UP text

Hi All,

I am unable to remove duplication of dimension in the pop-up, when we have two expressions in chart.Please give me solution.I am attaching the print screen shot.

2 Replies
Not applicable
Author

Hi Sandhya,

Pop-up can be customized.

1) In the Presentation tab of chart properties, deselect the Pop-up Labels checkbox.

2) Create third expression as below

='Group: ' & Group & chr(10)

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

& 'Weight: ' & Num(Sum(Wt),'#,###')

3) For the above expression in Expression tab under "Display Options" deselect check box for Bar and select check box for "Text as Pop-up".

Hope this solves

Thanks,

Sri

Not applicable
Author

Plz close this post as you have already created one for the same.