Hi, you can do any of below ways.
- You can count the true/ false by filtering them and then make them a set and perform aggregation (CNT ()) on the data .
- Create a calculated field and then apply aggregation on them.
![](https://www.edureka.co/community/?qa=blob&qa_blobid=14485671359923226642)
Right click and drag the created field in the text shelf, then click on CNT() box to display number of true and false.
![](https://www.edureka.co/community/?qa=blob&qa_blobid=3348826430929046429)
Hope this helps you.