Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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
Hi
Thanks for the Answer. if the dimension is in Groups(Cyclic,Drill-down) how to remove the duplications in POP-Text.
Please give me the answer.
Thanks