|
POST
|
I got this to kinda work but it has issues. What I do is take off the last 3 chars of the running list, thus breaking up that last value - which is then not found. not(contains(substr(${AllPlants}, 0, string-length(${AllPlants}) - 3), ${SpeciesList})) If you go down the repeat in order this works. But this falls apart if you go backwards in a repeat and try and change a value. What would be nice is a count of the number of substrings found. so substr("XXXXX", "X") returns 5 not just true false. Or a contains that returns the position the string was found would work also. Thanks for any ideas.
... View more
03-04-2019
02:01 PM
|
1
|
1
|
10427
|
|
BLOG
|
Seems to be a bug with constraints and repeats in 3.3 Add a Constraint to a select_one field that is in a repeat Pick a value from the list then add a repeat Go back to repeat 1 using the arrow and the value you entered disappears. A calc on the field also blanks itself back out when hitting the back arrow Remove the constraint only and it works fine. I tried all kinds of constraints and it always does it. This a biggie. Thanks
... View more
03-04-2019
01:36 PM
|
0
|
0
|
10458
|
|
POST
|
Thanks a lot that worked. I just ended up doing a if on a field in the repeat with both sides of the if being the same. That way it updates when the user picks a value and when a repeat record is added. So if(${RepeatField},round(int(now() - ${StartedForm}) div (1000*60),1), round(int(now() - ${StartedForm}) div (1000*60),1)) Thanks again
... View more
03-04-2019
07:51 AM
|
1
|
0
|
3254
|
|
POST
|
Just got 3.3. On iOS Minutes is always 0 now and never changes. Android still gives the initial minutes and never updates just like 3.2. Have not tried connect yet.
... View more
02-27-2019
09:27 AM
|
0
|
3
|
3254
|
|
POST
|
ParentGlobalID is probably protected or something but I am not sure. You cannot edit an existing record either yet. You could try to use your own ID fields and then create a second relationship class that ties them together using your ID instead. You can use a calc field in the repeat that adds that ID to each repeat record. I do this a lot so that when you are way down in a repeat you still have that PrimaryKey. That way I never really use globlaid and parentglobalid at all. For me if a part of a form will be done later I like to make it its own form. That way I have editor tracking, GPS (shows me if they went to the wrong spot), etc. Putting revisits in a repeat is not a good workflow in my opinion - 2 visits should be 2 forms. Sorry I am not much help on this one.
... View more
02-27-2019
08:03 AM
|
0
|
0
|
6218
|
|
POST
|
I have a select one list in a repeat where I want to stop, or warn, a user if they pick an item more than once during the repeats. This list is about 1,300 items. I created a field that keeps a running list from my repeat join(", ", ${SpeciesList}) I tried this constraint on the list not(contains(${AllPlants}, ${SpeciesList})) but it always triggers since it is in the list as soon as i pick it. Is there a way to count the number of string occurrences? Or remove it from the check somehow. Thanks for any ideas
... View more
02-27-2019
07:32 AM
|
1
|
24
|
21289
|
|
POST
|
I tested on Windows using Connect 3.2, iOS with the latest, and Android with the latest (2 diff devices). I also just made a all new form with just these 2 fields on it (since I cannot share) and it is still no longer working. Is attached. Thanks
... View more
02-26-2019
08:04 AM
|
0
|
4
|
3254
|
|
POST
|
Yep I do just that now with 9 forms all connected to one master Feature Class. See my full write up on how to do this here https://community.esri.com/thread/221263-mapping-with-survey123-within-a-polygon-or-admin-unit Hope it helps
... View more
02-21-2019
01:16 PM
|
1
|
3
|
2278
|
|
BLOG
|
I have a note field that tells the user the number of minutes that have passed since starting the form. At 3.0 the minutes changed each time I added a repeat - which is what I want. After upgrading to 3.2 the field is no longer updating at all. Both outside of a repeat Field 1 Type Name Label Calc time StartedForm Started at once(now()) Field 2 Type Name Label Calc note MinsElapsed Minutes Elapsed round(int(now() - ${StartedForm}) div (1000*60),1) Again this was working great under 3.0 but never updates on 3.2. thanks
... View more
02-20-2019
02:44 PM
|
0
|
0
|
6093
|
|
POST
|
I have a note field that tells the user the number of minutes that have passed since starting the form. At 3.0 the minutes changed each time I added a repeat - which is what I want. After upgrading to 3.2 the field is no longer updating at all. Both outside of a repeat Field 1 Type Name Label Calc time StartedForm Started at once(now()) Field 2 Type Name Label Calc note MinsElapsed Minutes Elapsed round(int(now() - ${StartedForm}) div (1000*60),1) Again this was working great under 3.0 but never updates on 3.2. Thanks
... View more
02-19-2019
09:59 AM
|
0
|
6
|
3382
|
|
POST
|
Mine has 9 forms with almost all of them having repeats. I did notice, as you say, that Survey123 seems to be leaving the To and From labels of the Relationship class blank. It tends to name the RC itself a number also. At least when you download a GDB that is what you see. I have not worried about it much but it does mean the drop downs for the RCs in the attribute table are blank. So it would be nice if this was fixed. You could try adding a label then republish but I am not sure you can change those names after the fact. Everything seems to work ok since it uses numbers internally. Survey123 - why are these attributes in the Relationship classes being left blank? Thanks
... View more
02-18-2019
10:54 AM
|
2
|
2
|
6219
|
|
POST
|
It actually is in there now I just need to go from Connect 3.0 to 3.2 and it worked great.
... View more
02-14-2019
03:16 PM
|
1
|
1
|
4840
|
|
POST
|
Which version of Connect did you make the form in? Must be at least v3. What version of the App are you using? Must be at least v3.
... View more
02-14-2019
09:46 AM
|
0
|
0
|
1205
|
|
POST
|
If it is possible to attach other things why are you blocking them on Android and IOS then? thanks
... View more
02-14-2019
09:31 AM
|
0
|
1
|
2808
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Wednesday | |
| 1 | Wednesday | |
| 1 | Wednesday | |
| 1 | Wednesday | |
| 3 | 2 weeks ago |
| Online Status |
Online
|
| Date Last Visited |
Thursday
|