Forum Discussion

Ivan9485's avatar
Ivan9485
Frequent Visitor
4 years ago
Solved

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 graph which of the processes has the most failures "X" and also which day has the most failures"X", im a newbie and couldnt find a post related to this,  thanks if anyone can help

 

DAY1.11.21.31.41.51.61.7
MONDAYVVVVXXV
TUESDAYVVVXVVV
WEDNESDAYXVVXVXV
THURSDAYXVVXVVV
FRIDAYVVXXVVV
SATURDAYVVVVVXV
  • 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.

2 Replies

  • 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.

  • Hi Ivan9485 ,

    Has your problem solved by AlexisOlson 's solution? If yes, please consider accept it as the solution to help the other members find it more quickly. If not, please feel free to let me know.

    Best Regards,
    Community Support Team _ kalyj