Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community,
I have one pie chart.. by default showing two slices...
My expression Count(Employee)
i have bucket, 1-5 years, 6-10 years
I have written Count({<Bucket={'1-5 Years'}>}Employee), but it showing 100% pie chart.
I want to show only 1-5 years slice Pink color slice.
Thanks in Advance...
try this
Count({<Bucket={'1-5 Years'}>}Employee)
Sorry i written
Count({<Bucket={'1-5 Years'}>}Employee) Only..
But it's not working.... If i am write this it showing 100% pie chart..
I din't want to show 100%, i want show only piece of bucket (1-5 Years Percentage only)
try this
Count({<Bucket-={'1-5 Years'}>}Employee)
Hi,
TRY IT
Count({<Bucket -={''1-5 Years''}>}Employee)
what is the error ur getting?
can u share sample for this?
What is the dimension your using ???
Try like this
1.un-check the show in % in the expression
2.create a variable vSum = count({1}Employee)
3. add this expression
Count({<Bucket={'1-5 Years'}Employee>})/vSum
then go to numbers tab select the expression and check on numbers + show in %
hope this helps you
Paul ,
try like this
Try like this
1.un-check the show in % in the expression
2.create a variable vSum = count({1}Employee)
3. add this expression
Count({<Bucket={'1-5 Years'}Employee>})/vSum
then go to numbers tab select the expression and check on numbers + show in %
Dimension: Bucket
Expression: Count(Employees)
Background color Expression: if( Bucket ='1-5 Years', RGB(210,211,30),white())