POST
|
Hello, after I used pulldata on geopoint to extract full addres to field named "address", I used this calculation in .xls form for a required question: "Is geopoint within Zlatar Bistrica city?": if(contains(${address},'Zlatar Bistrica'), 'yes', null) So, the result is that form can't be submitted if the geopoint is set ouside the city. Now I'm working on a same form for a neighbour city called "Zlatar". But if I use analog calculation: if(contains(${address},'Zlatar'), 'yes', null) it is obvious that a geopoint can be set in city "Zlatar Bistrica", because contains "Zlatar" . It shoudn't be posible, so how can I write a calculation for an address that must contain "Zlatar" and must NOT contain "Zlatar Bistrica" at the same time? Thanks very much!
... View more
07-17-2020
09:37 AM
|
0
|
1
|
77
|
POST
|
Hello, after I used pulldata on geopoint to extract full addres to field named "address", I used this calculation for a required question: "Is geopoint within Zlatar Bistrica city?": if(contains(${address},'Zlatar Bistrica'), 'yes', null) So, the result is that form can't be submitted if the geopoint is se ouside the city. Now I'm working on a same form for a neighbour city called "Zlatar". But if I use analog calculation: if(contains(${address},'Zlatar'), 'yes', null) it is obvious that a geopoint can be set in city "Zlatar Bistrica", because contains "Zlatar" . It shoudn't be posible, so how can I write a calculation for an address that must contain "Zlatar" and nust NOT contain "Bistrica" at the same time? Thanks very much!
... View more
07-17-2020
07:25 AM
|
0
|
1
|
69
|
POST
|
Hello, first, I used pulldata on geopoint to extract full addres to field named "address". My idea is to create calculation which will check if the full address with street name and number etc., contains name of the city. If not, then return value of null, and as it is requiered field, it will forbid submission of the form if the geolocation is set outside of that city. Well, I'm not sure this logic is right, but the calculation I wrote sure isn't: if(${address}) regex(., 'Zlatar Bistrica'), 1, null) Any help would be much appreciated, thank you.
... View more
06-04-2020
02:27 AM
|
0
|
6
|
302
|
POST
|
Hello, I need to limit possibility of submissions in Geoform app to only one region, so that users can't post a submission outside the border of that specific area. Is that posible with some ArcGIS tool and how? Thank you!
... View more
05-18-2020
02:58 AM
|
0
|
1
|
186
|
Online Status |
Offline
|
Date Last Visited |
3 weeks ago
|