|
POST
|
I am currently hiding the Collect option based on Title of the form. I would like to be able to hide the Collect based on coding in something else that I can later add to the form. Is there something I can pull from the XLS form that the user doesn't see (or does) so I don't have to hard code titles. I would like to use match like below, but not title. Can I grab 'form_id', 'summary' or even 'description'? title.match(/Some Awesome form_id.*/) Here is what I have: SurveyInfoPage.qml line 527 enabled: if ( title == "Some Awesome Survey"
{false } else {true } Erwin Soekianto
... View more
08-28-2019
08:26 AM
|
0
|
2
|
1182
|
|
BLOG
|
When 3.5 is released to AppStudio 4.0 Beta can we assume that it is production worthy even though it is build in the Beta AppStudio? In other words it is the same build as the marketplace Survey123.
... View more
08-01-2019
02:56 PM
|
0
|
0
|
296
|
|
POST
|
When I use memory (replacement from in_memory) my model runs great. When I try and publish as a Web tool it wants me to register memory with the database. I know this does not seem correct. How do I use memory with a web tool from Pro?
... View more
07-25-2019
08:18 AM
|
0
|
0
|
563
|
|
POST
|
Looks like I can access other features but I cant get this to work.
I am trying update one field (SEEDED) based on another field (seeded_mulched) using the parentrowid and uniquerowid.
My target points to the Feature class SEEDED field based on the sql expression.
Any suggestions?
var fc = FeatureSetByName($datastore,'SUDOE.DBO.s123_pandareclam',['SEEDED']);
var t_parent = $feature.parentrowid;
var sql = "uniquerowid = '" + t_parent + "'";
var target = First(Filter(fc, sql));
var t_seed = $feature.seeded_mulched
if ((t_seed) == "Satisfactory")
{
target = "PASS";
}
After enabling the trigger as an attribute rule. When I change seeded_mulched to "Satisfactory", it reverts back to null.
... View more
07-12-2019
01:49 PM
|
0
|
1
|
3468
|
|
POST
|
I have a view and I want to update a feature table based on the views changes. Using arcade and attribute rules you can updated fields based on other fields values, I want to updated another tables field based on a fields value. (in an EGDB) Seems like I need the equivalent to 'FeatureSets' but in a GDB and not AGO/Portal. Its doesn't seem to work because I don't know if you can or how to do it.
... View more
06-26-2019
02:22 PM
|
0
|
3
|
3468
|
|
POST
|
I would like to update a feature based on the values from another table. Can I reference other tables using attribute rules and arcade. 'FeatureSets' seems to only refer to referencing other layers in AGOL/Portal. Thanks! Xander Bakker ?
... View more
06-26-2019
01:05 PM
|
0
|
9
|
3778
|
|
POST
|
I am still unable to use an "AFTER UPDATE" sql trigger on the table of a survey123 feature class. I am able to use "AFTER INSERT". "AFTER INSERT" does do one insert and I am able to pull data from the submission (before after insert would only work with Attachments disabled. "AFTER UPDATE" still causes the survey submission to hang. Sure would be nice to to use "AFTER UPDATE" on a survey123 feature table...
... View more
06-10-2019
02:14 PM
|
0
|
7
|
1909
|
|
POST
|
Thanks Deon, The goal is to be able to utilize the 1:1 pop-up configuration where you can add the actual values instead of the related field count.
... View more
06-04-2019
06:28 AM
|
0
|
1
|
1040
|
|
POST
|
Is it possible so have a repeat with a 1:1 relationship. I keep getting an error and want to verify this is not possible.
... View more
06-04-2019
05:31 AM
|
0
|
3
|
1103
|
|
POST
|
I have successfully configured Collector to use the portalURL MDM config but it does not seem to work for Navigator when I enter the same values. Any suggestions? Please confirm this does work, there is little to no documentation outside of blog posts.
... View more
05-30-2019
07:35 AM
|
0
|
1
|
1061
|
|
POST
|
Selecting a feature in the attribute table and clicking Zoom To as well as clicking Zoom To in the Pop-up cause the feature to display at a very high scale. Using Query or Search do not zoom to such an extent in the same web apps. Is there a way to change the zoom extent for the Zoom to option from the Attribute table and Pop-up window? Thanks.
... View more
05-15-2019
07:10 AM
|
0
|
1
|
1088
|
|
POST
|
As demoed at the ESRI Dev Summit 2019 there is search function on the Gallery Home Page of Survey`123. Can I have that code, I imagine it is a updated version of SurveysGalleryPage.qml. If not, is it planned to be released. I do not see anything commented out in the current 3.3 code. Thanks.
... View more
04-16-2019
09:21 AM
|
0
|
1
|
997
|
|
POST
|
Is this something I could easily accomplish by altering the code using App Studio?
... View more
04-09-2019
11:55 AM
|
0
|
1
|
2488
|
|
POST
|
This needs to be turned off......IMMEDIATELY! How do I turn it off within excel?
... View more
03-22-2019
01:30 PM
|
0
|
1
|
723
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 3 weeks ago | |
| 3 | 3 weeks ago | |
| 1 | 3 weeks ago | |
| 1 | 3 weeks ago | |
| 2 | 05-20-2026 02:50 PM |