Forum Discussion
Ivan9485
4 years agoFrequent Visitor
How to graph a checklist
I'm doing a checklist where "V" means that the process (1.1,1.2,...) was completed correctly, while "X" means that it failed, the checklist is made everyday from Monday to Saturday and i need to grap...
- 4 years ago
If you unpivot the process, and transform V/X into 0/1 so that your data table looks like this:
Then it's simple to drop these columns into a matrix visual with subtotals showing failure counts across the dimensions.
AlexisOlson
4 years agoSuper User
If you unpivot the process, and transform V/X into 0/1 so that your data table looks like this:
Then it's simple to drop these columns into a matrix visual with subtotals showing failure counts across the dimensions.