@Jaclyn Reiter , LOL - so long ago that I don't think I've kept that report so kinda had to figure out what this meant to me. What happened was that when you try to chart a checkbox, it just says No Value. Melinda's workaround is you add a calculated field on your custom form so that anything that is of multiple value will show up as multiple and any single checkbox item will show as itself on the calculated field. This is then what you chart - the calculated field. So on your custom form, open a calculated field called TEST for example, then put in: IF(CONTAINS(", ",Solutions Being Implemented),"Multiple",Solutions Being Implemented) Mind, might be best to pull in Solutions Being Implemented from the search field box as calculations don't seem to read typed in field names. On your report, you can now then use TEST on the report to chart. However, the issue with this is the historical value. If the calculated field is just put in now, it won't calculate past values unless you go in and resave the custom form. Eg, I put this in an issue custom form and nothing shows up on this field so I had to go and resave the form to ensure that new calculated field works. Might not be as useful unless you plan to use it for going forward data. Regards. Polly Co