Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I want to show a pie chart , which shows count and total percentage.
right now I can see the % only .
Count ({$<[Status]={done}>}Status)/count(Status)
So I want to see values like [Count. %] in pie .
Is there any way of doing that.
Thanks in advance.
Add the count expression as a second expression and select values on data points, it should ignore the actual expression but append the values underneath your current values.
Hi,
Use Text in chart from Presentation tab->
write your expression to count % and count in that
Try like
='[ Count : '& count(status)&' , ' &Count ({$<[Status]={done}>}Status)/count(Status) & '%'
Regards
no guys..it isnt working.
plus the "invisible" option is diaabled in here.
Can you post the .qvw for me to have a look at?