This content has been marked as final.
Show 2 replies
-
1. Re: Grouped bar chart: gap for a zero-count group
Naveen Agarwal Aug 17, 2016 11:13 AM (in response to Dimitri Shvorob) -
2. Re: Grouped bar chart: gap for a zero-count group
Shinichiro MurakamiAug 17, 2016 11:39 AM (in response to Dimitri Shvorob)
Naveen is correct, but if you don't mid to add two more calculated fields, I think you can create this view.
[Count F]
sum(if [My_Boolean]=False then 1 else 0 end)
[Count T]
sum(if [My_Boolean]=True then 1 else 0 end)
Thanks,
Shin
9.0 attach.
-
True_False_9.0_SM.twbx 10.2 KB
-