Hi,
I want to set up a query expression for inboxing. I have created an additional select_one question in my survey that will indicate if a survey requires any revisions. The choices are "Yes" and "No" what is the correct expression to enable the inbox if the choice is "Yes"
survey form formatting shown below, as well as my attempted query expression
Solved! Go to Solution.
The value stored is always the name. So you need = 'yes' lowercase here.
I strongly suggest you have the case match for both options or it will drive you nuts for years. I really wish 123 would fix that in the form it is bad practice for sure. As a general rule have your name and label match if at all possible.
Hope that helps
The value stored is always the name. So you need = 'yes' lowercase here.
I strongly suggest you have the case match for both options or it will drive you nuts for years. I really wish 123 would fix that in the form it is bad practice for sure. As a general rule have your name and label match if at all possible.
Hope that helps
Thank you