Hello everyone :)
I'm new to alteryx, but there is a problem I can't get my head around it.
I want to count how many times "True" is occurring in a specific column, then generate a row which append the number in the end of the column, like shown beneat
| Data field | Value |
| A | True |
| B | True |
| C | False |
| D | True |
The result:
| Data Field | Value |
A | True |
| B | True |
| C | False |
| D | True |
| Total True's | 3 |
I know it is possible in Excel, like shown beneath:
Hope you guys can help me.
Thank you :)
Solved! Go to Solution.
