Hello Colleagues,
I have created a survey when I remove the relevant statement ${org_who}!='' from the begin group header (row 12) I get a "something broker the parser" error.
Can someone please have a look and give me some guidance?
Solved! Go to Solution.
Hello @tiwariC,
For the lat_long calculation you'll need to wrap the lat and long in the number() function: concat(number(${lat_calc}),' ',number(${long_calc}))
Hello @tiwariC,
For the lat_long calculation you'll need to wrap the lat and long in the number() function: concat(number(${lat_calc}),' ',number(${long_calc}))
Thank you Zachary!