I have to calculate the average using three questions which i can do using embedded data like below.
$e{ (q://QID1/SelectedChoicesRecode + q://QID2/SelectedChoicesRecode + q://QID3/SelectedChoicesRecode)/3 }
But the tricky this is that if at any of the question recode value is 6 then we need to remove that from calculation from both numerator and denominator.
We can do this by setting up if conditions in survey flow but here i have given example of just three questions.
In actual i have a list of questions where i have to apply this logic, so is there any suggestion to handle this in easy and tidy way.
Might be if we can able to use IF in the Math operation only.