|
IDEA
|
This may be the same idea that you can upvote. https://community.esri.com/t5/arcgis-survey123-ideas/enable-a-scrollbar-in-the-guidance-hint-popup-to/idi-p/1007762
... View more
05-05-2025
06:35 AM
|
0
|
0
|
640
|
|
POST
|
@PaulLefaive2 I finally got 2 grids to work by adding ?version=latest to the end of the URL in the web. Even though it was a new form it come from a file from last year. This seems to get it stuck on the old version of the web. Could be worth a shot for you. Found on page 4 of this post https://community.esri.com/t5/arcgis-survey123-ideas/grid-theme-to-be-supported-in-survey123-web-app/idi-p/931504/page/4#comments
... View more
05-01-2025
01:40 PM
|
0
|
0
|
1688
|
|
POST
|
I thought so also but my form does not work. It just ignores the grid in the web works in connect. It is a summary page of note fields though. Tried a bunch of options but no love in the grid in the web from.
... View more
05-01-2025
11:31 AM
|
0
|
1
|
3676
|
|
POST
|
Just add this to the relevant for pulldata line string-length(${co_fa}) > 0
... View more
04-30-2025
10:50 AM
|
1
|
2
|
4809
|
|
POST
|
pulldata tends to fire first before co_fa has a value. Try adding a relevant so it does not fire until co_fa is filled out. You can also try calculationmode=always
... View more
04-30-2025
10:15 AM
|
1
|
4
|
4813
|
|
POST
|
I am not sure if max() will work on dates but you could try it quick. On your code position only works inside the repeat. Instead you can do count(somerepeatfield) to get the number of repeat records. Then use that in indexed-repeat.
... View more
04-30-2025
07:39 AM
|
0
|
0
|
893
|
|
POST
|
Just adding two new questions should not wipe the records. Is it saying that?
... View more
04-30-2025
07:32 AM
|
1
|
1
|
873
|
|
POST
|
mm I have had issues with numbers not liking "". (Note . just means the current field. It is just short hand. Try this. (${reading} > ${lastreading}) or (string-length(${override}) > 0)
... View more
04-30-2025
07:30 AM
|
0
|
1
|
2196
|
|
POST
|
You may be able to check for empty list. If it finds nothing its empty and set a constraint on that. Also could try making pulldata field an int.
... View more
04-30-2025
07:26 AM
|
0
|
0
|
1016
|
|
POST
|
You are near the 31 char limit for field names but should be ok. Maybe try shorter then I am not sure. Unless you got a formula in there or the copy paste went wrong. Maybe try a new form.
... View more
04-29-2025
07:55 AM
|
0
|
0
|
3750
|
|
POST
|
Often it is because the note is over 255 chars. Set the bind::esri:fieldLength column to something big like 1,000. Also you can set bind::esri:fieldType to null then it will not make the field in the service if you do not need it.
... View more
04-29-2025
06:25 AM
|
0
|
0
|
3759
|
|
POST
|
Check out pulldata https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-pulldata-quot-layer/ba-p/1224415
... View more
04-29-2025
06:21 AM
|
0
|
2
|
1031
|
|
POST
|
Something like join("\n", concat(once(count(${Species_Name})), " ",${Species_Name})) may work
... View more
04-28-2025
06:25 AM
|
1
|
1
|
2610
|
|
POST
|
You can add a or to your constraint that links to a override field. Something like new > old or override != "" - have the override field relevant if new < old. I tend to use a note field with a font color red and big font Warning that pops up. Then have a question appear asking why they had to override. Constraint that override field cannot be blank. That way they have a huge warning they are under the old value and must consciously select a reason why. Some crews still skip our huge red warning but that is users for you.
... View more
04-22-2025
10:51 AM
|
0
|
3
|
2278
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 4 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 4 weeks ago | |
| 1 | 4 weeks ago | |
| 1 | 4 weeks ago |
| Online Status |
Online
|
| Date Last Visited |
6 hours ago
|