|
POST
|
We are starting to get a lot of reports on this crash on a Tab Active 2 as well. Seems like the last update maybe.
... View more
08-30-2019
11:01 AM
|
0
|
0
|
3514
|
|
POST
|
I have got grids and pages to work together. You have to use the style theme-grid pages. Then any place you want a normal page use a w1 and then each question will take up one line. It will still have boxes around everything but the team said they are working on that. For the user seeing repeat issue what I do is have a join() that sits outside the repeat. This way the user can see the list of everything they have entered. I also use this for a unique check to make sure they never pick the same thing more than once. Only real trick is to take a few chars off the end of the join() to check (otherwise it will see itself all the time). Hope that helps.
... View more
08-30-2019
10:56 AM
|
1
|
5
|
6885
|
|
POST
|
All relevant fields that are not showing should always be "" empty string. (note there is another bug where a default will be added to a relevant that is not showing). This was not always working before but was fixed in 3.5. There was a post about this when 3.5 came out but I cannot find it. There were also some other posts about it today. Using hidden or calculate is the way to go.
... View more
08-30-2019
09:11 AM
|
1
|
0
|
976
|
|
POST
|
Looks like your Excel validation got messed up. This happens when you copy/paste cells and forget to use right click Paste Values. It is just using simple Excel constraints looking up via the types tab. Options are Fix the validation by looking at another cell. Copy paste (not using paste values so you get the validation to come over) from a cell that does work then type your value back in. Start a brand new form, copy all the old form in using Paste Values, then save over the top of the original. This is what I do to "update" my old forms when new features come out. Turn off Excel validation for that cell. I do this a lot when using grid or it will yell at you constantly. I also use this to get rid of the annoying yellow popups.
... View more
08-30-2019
07:30 AM
|
1
|
1
|
3951
|
|
POST
|
Once you sync Collector could show you all of them. But if you are all offline at the time then no since well you are all offline. We have some people here working on a app that uses the 123 API to query the tablet database. But that would still not help you offline to get data tablet to tablet.
... View more
08-30-2019
07:21 AM
|
0
|
0
|
1970
|
|
POST
|
When a relevant is hidden it will always be "" string. No way around that. (Except for the default values bug.) You could use the hidden type or something maybe?
... View more
08-30-2019
07:17 AM
|
0
|
0
|
3863
|
|
POST
|
Why not use the globalid? And/Or GUID. Not sure if you can calc a GUID in a form. Objectid changes all the time on export and import. In our old Access DB they created unique keys bases on date, time, milliseconds but I never loved that way.
... View more
08-29-2019
07:32 AM
|
0
|
0
|
6009
|
|
POST
|
Sorry I think I am not getting the logic then. If you just want to calculate a value then a select multiple is not needed - just calc it. Do not need a drop down if you are just calcing the answer. I also do not like select multiple because it will store values as A,B,C in a list. This makes it hard to use later. But if you want it that way a calc that concatenates the 3 fields would work. So minor has a calc of if(minor>0, "Present", ""). The last field is concat(minor, etc). But data wise I would have 3 fields that are just Yes/No for each. Must easier to symbolize and such. I am also not sure why if you have a youth count field you need a present field. If it is > 0 then present. Seems like double data. Sorry not sure I get it.
... View more
08-29-2019
07:28 AM
|
0
|
0
|
7214
|
|
POST
|
You need to use selected(${Customers},'Other') There are many posts about this - see here https://community.esri.com/thread/184917-relevant-field-syntax-for-multiple-choice-questions
... View more
08-28-2019
03:50 PM
|
0
|
3
|
7214
|
|
POST
|
I suggest writing Ismael. I did and it sounded just like what you wrote - but it could help to hear it from more than just me.
... View more
08-28-2019
02:14 PM
|
1
|
1
|
4863
|
|
POST
|
Could not agree more. We have lost a lot of time and money in the last year due to bugs that are often many years old. In years prior 123 has always been good about getting these core ones fixed but they seem to concentrate more on the new toys lately. I have asked for sticky post or known issues lists or something. Bugs happen - that is life. But to ignore them for years and not tell anyone is not good programming. It makes us that push it look bad. I suggest writing Ismael as he has been responsive to me on these issues. The team needs to hear more about how big of a deal these things are. It may seem minor with a few forms or a few users but when you are at scale with hundreds of forms and thousands of users it is a whole different story.
... View more
08-28-2019
11:44 AM
|
2
|
3
|
4863
|
|
POST
|
Is there a way to remove the giant center Update Point button? Our users update attributes only. It is VERY confusing to the user that they do not hit the big center Update Point button and instead have to go look for for the tiny Submit button way at the top corner. This causes pretty much all of our users to change the point location all the time. Not really sure why this layout was chosen. I wish it at least said Update GPS location or something like that. Update Point is just so vague. I would like the button gone completely. See attached Thanks
... View more
08-28-2019
09:44 AM
|
2
|
3
|
1968
|
|
POST
|
Arc never ever auto updates any field. I personally got away from static lat long fields since they are always out of date and you have no idea what projection they are in sometimes. You can always ask Arc for the lat/long so why store it. For use in apps I use Arcade to calc the lat/long dynamically if I need it for display or for sending to 123. I have this code let me know if you need it.
... View more
08-28-2019
09:31 AM
|
0
|
2
|
1729
|
|
POST
|
I think it is your pow(). You are ending the pow() before the ,2 part. pow((${log1_butt_diameter} div 100) div 2), 2) should be pow((${log1_butt_diameter} div 100) div 2, 2)
... View more
08-21-2019
02:31 PM
|
1
|
1
|
1537
|
|
POST
|
Just make it a calculation instead of a dropdown using Pulldata. No need for the drop down if you know the answer. You could also use Collector for the existing feature and just pass the ID to 123. Keeping a list of assets up the date in the form will become a pain. Plus then you get a map to find the location.
... View more
08-21-2019
09:34 AM
|
0
|
0
|
5841
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-08-2026 07:34 AM | |
| 1 | 07-22-2026 11:26 AM | |
| 1 | 07-08-2026 03:46 PM | |
| 1 | 07-08-2026 03:08 PM | |
| 1 | 07-08-2026 03:15 PM |
| Online Status |
Offline
|
| Date Last Visited |
Tuesday
|