Select to view content in your preferred language

something broke the parser

836
2
Jump to solution
07-21-2023 04:09 PM
Labels (1)
tiwariC
Emerging Contributor

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?

0 Kudos
1 Solution

Accepted Solutions
ZacharySutherby
Esri Regular Contributor

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,
Zach

View solution in original post

2 Replies
ZacharySutherby
Esri Regular Contributor

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,
Zach
tiwariC
Emerging Contributor

Thank you Zachary!

0 Kudos