Hi! I need to create a widget that tracks the completion rate for a specific question on our survey. The question is a text field, and I want to be able to track how many customers are answering that question over time. Basically I want to track the percentage of customers that have entered something (anything) in that field over time.
My gut feeling is saying this should be super easy to do, but I haven't been able to figure it out on my own.
Any suggestions?
Page 1 / 1
Hi @Bradley_J!
We wanted to jump in here since you haven't received an answer yet. You can do this by adding branch logic in the Survey Flow that checks if the text field question is not empty. Then, within the branch, add an Embedded Data field that gets the value 1. See the linked pages for more details.
This allows you to create a custom metric Sum(Embedded data field)/Count in your dashboard which will give you a % value of people who put anything into the field.
If you have any further questions or need more personalized assistance, we recommend connecting with our support team here!
We wanted to jump in here since you haven't received an answer yet. You can do this by adding branch logic in the Survey Flow that checks if the text field question is not empty. Then, within the branch, add an Embedded Data field that gets the value 1. See the linked pages for more details.
This allows you to create a custom metric Sum(Embedded data field)/Count in your dashboard which will give you a % value of people who put anything into the field.
If you have any further questions or need more personalized assistance, we recommend connecting with our support team here!
Great, thanks Emily!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.