I have a custom metric called Response Rate, which is calculated as: (Survey Finished) / (Email Sent - Email Bounce). These data points are available in the respondent funnel data.
Now, I need to create a new widget to display the Response Rate for shorter surveys and extended surveys. The survey type will be identified using an embedded data field (randnum) available in the survey source, where randnum > 40 indicates an extended survey and randnum < 41 indicates a short survey.
However, I am unsure how to calculate the correct Response Rate. Should I apply a filter based on randnum, or different calculation needed.

