I am trying to apply advanced survey logic (identifying the max score for a multi-select question and applying custom weighting in order to calculate the weighted average). I tried using embedded data fields within Survey Flow by using piped text to pull the recode values of each selected choice, and then using math operations to determine the maximum and apply weighting. The formula is however not working for me. Not sure if this is the best approach/right approach/i have something wrong with the formula/if this is even something that can be done within Qualtrics?
Providing an example of one of the formulas I tried to enter in an embedded data field:
$e{max (${q://QID27/SelectedChoicesRecode}) * 30}