Comments
-
Ok. I couldn't figure out how to get this to work using a pie chart, but I was able to get what I needed. Data structure changed slightly I ended up using a Radial progress bar. I created two beast modes for Listed and Completed. Listed CASE WHEN `Type` = 'List Date' THEN 1 END Completed CASE WHEN `Type` = 'Completed Date'…
-
Thanks for your help Grant. I feel like I'm close. But I still don't know how to calculate or display the Not Complete number. Here's what the data looks like now. And the Pie Chart. Group by Type and Pie Value is Count of Respondent ID. How can I show "Completed" and "Not Complete" instead of "List" and "Completed".
-
It's changeable by the user.