Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
I like to know it is possible to make the label of the pie chart directly display at the pie ? right now the label is group together and place at the right hand side , and user need to view the pie chart color for example red color is larger contribution , and then refer to label on the right red color and see the name .
Paul
Enclosed my QV DOC
Check enclosed file... Not exactly you are looking for but can help you...
Hi Sir
Thank you for your example . I try to follow your example , and i use below expression , i still not able display label beside the pie chart.
DUAL(
Exec P&L Heading_
,
FABS(
if([Exec P&L Level] = 's','',
sum({$<year = {$(=max(year))}, month = {"<=$(=max({<year={$(=max(year))}>} month))"}>} Amount/1000/$(ColumnDim98))
)
)
)
Hi All
Can some one help me ?
Paul