Heyho!
I am not able to find a solution to insert all row items from a grid that were answered with “2” (number of columns = 3) into a question title.
You previously indicated that you purchased (row items from question C2 with answer [2]) within the last 5 years only from other lighting manufacturers than “Client Name” due to product accessibility.
Would you generally be willing to buy these products at “Client Name”? Please explain shortly.
Thanks in advance!
Best answer
Other survey but same issue:
%%output .= “<strong>Regarding the services mentioned previously:<ul>”;
%%table1 = sgapiGetTableQuestionSkus(990);
%%table2 = sgapiGetTableQuestionSkus(998);
%%table = sgapiArrayMerge(%%table1,%%table2);
foreach (%%table as %%header => %%val) {
%%answer = sgapiGetValue(%%val);
if (%%answer == “Yes”) {
%%title = sgapiGetTitle(%%val,”German”);
%%output .= “<li>” . %%title . “</li>”;
}
}
%%output .= “</ul></strong>”;
Merge codes will not work for your conditional use case. This is something that you would need to build out using Custom Scripting. If you would like to try your hand at this you can find the documentation here:
https://script.surveygizmo.com/help
Alternatively, this is the kind of customization that our Programming Services team can build out for a fee. You can learn more about Programming Services here:
https://www.surveygizmo.com/programming-services/
I hope this helps!
Bri
The SurveyGizmo Team