|
POST
|
I am using this same filter() in Pro 3.0 with a service published to Server/Federated 10.9.1. My arcade expression works fine in Pro, but it fails in Field Maps and Web AppBuilder with the error on the filter() - Line 4: "Failed to query statistics". Are there any limitations to this, I wouldn't think so. My Holidays table is just a table of holidays, querying of the date column. var t30 = dateadd($feature.initialreport,42,'days')
var t = dateadd($feature.initialreport,0,'days')
//query my date field - dt - on my holidays table
var sqls = "dt BETWEEN @t and @t30";
var fs = count(Filter(FeatureSetbyName($datastore, "SUDOECMS.DBO.Holiday"), sqls))
var dayz = dateadd($feature.initialreport,fs + 42,'days')
return dayz;
... View more
11-02-2022
06:00 AM
|
0
|
0
|
8175
|
|
POST
|
I actually have an account and reported the "bug". According to ESRI it is not a bug. But I will try the group idea. https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformexpressions.htm#ESRI_SECTION1_7FC9129E65024B99B5C9A84281597A7D Note: Image and audio questions do not support being hidden by the body::esri:visible column.
... View more
09-28-2022
05:11 AM
|
0
|
0
|
2222
|
|
POST
|
Does body::esri:visible support image questions? I am using 3.15 and it seems like it doesn't, but should. Is there a work around?
... View more
09-27-2022
06:30 AM
|
0
|
4
|
2288
|
|
POST
|
This blog seems to illustrate that image questions are supported under body::esri:visible but I am still seeing image questions when I try and use it on version 3.15 connect. Is this still not supported and is there a work around? https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-hidden-relevant-and/ba-p/1165842
... View more
09-26-2022
01:13 PM
|
0
|
2
|
3510
|
|
POST
|
Also add a condition to check if attachments exist (here I am calling them photos). If there are no attachments the flow will fail without an condition to send an email without attachments.
... View more
08-04-2022
11:44 AM
|
0
|
0
|
4178
|
|
POST
|
That looks correct. The array variable will gather as many attachments are included in the survey and append them.
... View more
08-04-2022
11:42 AM
|
0
|
0
|
4180
|
|
POST
|
My point is it appends attachments to the email. I don't think the variable cares what the attachment extension is (pdf, jpg, doc). For my flow if the operators attached a pdf and took a photo, I would assume they would both be attached in the email.
... View more
08-04-2022
11:08 AM
|
0
|
4
|
4198
|
|
POST
|
I assume your attachments can be files and photos? It seems like the flow just treats them all as attachments so you should only need one variable? Otherwise you could merge the two arrays into one, but as I mentioned, but seems like you would just be recombining them.
... View more
08-01-2022
12:17 PM
|
0
|
6
|
4232
|
|
POST
|
I would create a note field with the same title. If the item is relevant, it will appear and if the item is not relevant the note will appear (with a default answer); make the null fields.
... View more
07-27-2022
02:59 PM
|
1
|
0
|
1550
|
|
POST
|
The query parameters within the excel are different then the query parameters that you enter in Survey123 Connect. I think you are trying to query data (not allow query or allow edit) and you want to do that in Connect.
... View more
07-27-2022
02:56 PM
|
0
|
0
|
1742
|
|
POST
|
No, but its also fine for an array to have one item.
... View more
07-26-2022
11:39 AM
|
1
|
0
|
3082
|
|
POST
|
Are you initializing an array with your photos and then adding the array variable to your email?
... View more
07-26-2022
06:21 AM
|
1
|
2
|
3095
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-07-2026 08:20 AM | |
| 2 | 06-11-2026 02:54 PM | |
| 3 | 06-11-2026 05:45 AM | |
| 1 | 06-09-2026 02:07 PM | |
| 1 | 06-05-2026 01:26 PM |