Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Folks,
I have dummy data to create Gander diversity
but am not getting what exactly am looking for !!!
I want to see my out put as per my below snap shot
Can someone help me out from this??
PFB for for your reference!!!
Hi,
Check the attached.
Yes i have tried the same.
But
In snap shot, There are only 2 legends(Male and Female).
also have dimensions count by Gander and % by Gander
which is not showing .
Pls suggest!!
Hi,
Try to use Valuelist method,
Dimension:
=Valuelist('Female','Male')
Measure:
Count by Gendar
If(ValueList('Female', 'Male')='Female',Count({$<gendar = {'F'}>}id),
If(ValueList('Female', 'Male')='Male',Count({$<gendar = {'M'}>}id)))
% by Gendar
If(ValueList('Female', 'Male')='Female',Count({$<gendar = {'F'}>}id)/Count(TOTAL id),
If(ValueList('Female', 'Male')='Male',Count({$<gendar = {'M'}>}id)/Count(TOTAL id)))
Almost closed but my dimensions are Count by Gander and % by Gander
and also have legends are Male and Female.
Can you please kindly look at??
Like this?
Please refer attached sample application.
Hope this will help.
Regards!
Rahul Pawar