Hi Team,
I need to calculate the percentage value for 2 columns
Closed | Open | Closed % | Won % |
0 | 1 | ||
0 | 1 | ||
0 | 1 | ||
0 | 0 | ||
0 | 0 | ||
1 | 1 | ||
0 | 1 | ||
0 | 1 | ||
1 | 0 | ||
1 | 0 |
How can I get the results for Closed% and Won% in the above table ?
Thanks
Solved! Go to Solution.
Hi @JDong
Is this what you are looking for?
Here is a workflow for the task. If not provide an expected output i can help out🙂
Output:
Workflow:
Hope this helps 🙂 Feel to ask if you have any questions
If this post helps you please mark it as solution. And give a like if you dont mind 😀👍
Sure. Please refer to the below grid
Fruits | Closed | Open | % |
Grapes | 0 | 1 | |
Grapes | 1 | 1 | |
Grapes | 0 | 1 | |
Grapes | 0 | 1 |
So here I select fruits and the % calculation should be now based only on the Grapes category.
Thanks
Hi @JDong,
In order to do so you need to modify the summary tool in the workflow. I would suggest reading about summary tool to understand it better:
The workflow:
The output:
Good Luck!
Thanks very much to all....it works great !