|
POST
|
Hi Tina Jin, Thank you very much for your response. I have added two point feature services to a web map in ArcGIS Online, but can't find the link that hosts both point feature services. Where is this located? Otherwise, I would have to insert both feature individual feature service URLs in the AppStudio settings, which it doesn't seem to be ok with. Where can I find the link that hosts both feature services? Is this located in a web map where both point feature services are displayed? Thank you, Dustin Baumbach, PhD Loma Linda University
... View more
07-21-2020
04:57 PM
|
0
|
5
|
1766
|
|
POST
|
Hi Tina Jin, I am trying to create a quick report application that handles multiple feature services, but am confused on how to combine these into a single feature server for AppStudio to handle. I have created my initial layers in ArcGIS Pro and have published them to my ArcGIS Online account. What are the next steps in creating a feature server that combines these two feature services? Thank you for your help. Dustin Baumbach, PhD Loma Linda University
... View more
07-21-2020
04:30 PM
|
0
|
7
|
1842
|
|
POST
|
Hi ArcGIS Dashboards team! I am trying to create a feature within an operations dashboard for user role selection where the user clicks on one of 7 roles on a radio button or button bar and the map then only displays the layers that are relevant for that user type. However, I have many layers that I am trying to connect to my buttons (police stations, fire stations, hospitals, ambulance stations, FEMA headquarters, airports, to name a few). So say the user is a city manager and only needs to see police, fire, and ambulance stations, for example. Once the user clicks on the "City Manager" radio or button bar button, the FEMA headquarters, airports, and hospital layers should be filtered out. As another example, if the user had a choice between "City Manager" and "State Employee" buttons, and the user clicked the "State Employee" button, they may only want to see the hospitals, airports, and FEMA headquarters layers. Hence, the layers being viewed would reside within the button filtering. Currently I don't see a great way of connecting multiple layers to a single button and having it filter accordingly. Is there a work around for this functionality? James Tedrick, have you had any other requests or comments that are similar? Thank you, Dustin Baumbach, PhD Loma Linda University
... View more
07-20-2020
04:19 PM
|
0
|
0
|
720
|
|
POST
|
P.S. I've also noticed that the "Save this Survey in Drafts" is also not working. Tina Jin, did you also find this to be true when testing this app? Did you find a way to submit and save?
... View more
07-13-2020
05:41 PM
|
0
|
0
|
1108
|
|
POST
|
Hi Aurelie Shapiro, Thank you very much for providing your custom code to help the rest of us develop stand alone survey123 smartphone applications for distribution. I did notice that your "Send Now" button is not working on my screen. Why is this? Is some code commented out that prevents the form from submitting when the "Send Now" button is clicked? If so, can you please direct us to the proper fix for this? I'm not sure where the button code is being read from. Thank you, Dustin Baumbach, PhD Loma Linda University
... View more
07-13-2020
05:03 PM
|
0
|
2
|
1108
|
|
POST
|
Hi Erwin Soekianto, Chris LeSueur, and Tina Jin, I am trying to create a standalone smartphone application of a Survey123 Survey smart form using the Survey123 template in ArcGIS AppStudio that the user can fill in without having to sign-in to an account. I found a really great geonet post about how to bypass the sign-in process when the app loads (https://community.esri.com/thread/208399-survey123-field-app-to-load-a-predetermined-survey-on-startup ), but when I generated an apk for my boss to test it, he said the app threw an error (Unable to connect: Position source access error)(see screenshot) when trying to submit his log. It sounds like this is because he has not signed in to a particular account on the app. Is there a way to bypass this sign-in on the back end and then automatically go back to the form page? I think this will fix the error for the smart form application. An additional question, how would you load multiple surveys in the gallery without actually having to sign-in to an account? I've seen that this has been a common question in the geonet community and is a feature I would like to implement as well. Thank you for all of your help on these issues. Dustin Baumbach, PhD Loma Linda University James Tedrick
... View more
07-08-2020
05:36 PM
|
0
|
0
|
739
|
|
POST
|
Hi Yulia Mamonova Were you able to find a solution to this? I am also trying to load multiple surveys in one application. Please let me know if you found a fix to this. Thank you, Dustin Baumbach, PhD
... View more
07-07-2020
04:13 PM
|
0
|
0
|
626
|
|
POST
|
Hi Erwin Soekianto, Thank you very much for your comments on this thread. I was able to successfully skip the gallery page, but now I'm trying to find the piece of code to skip the gallery page again once the app is submitted. So my version of the app open directly to the form, the user will enter some data and hit submit, then when the form is done processing and submitting, I want it to go back to the form page and not the gallery page. Can you please direct me to the line of code that will need to be changed? Dustin Baumbach, PhD P.S. for those of you who are currently using AppStudio 4.2.80, the app.openParameters code will need to go inside of the Component.onCompleted function that starts on line 368. I have not had success placing the code in the functions as stated above.
... View more
07-06-2020
11:17 PM
|
0
|
0
|
626
|
|
POST
|
Hi AppStudio for ArcGIS Team, I am doing some development of an application using quick report 4.2 and have noticed that the LandingPage and RefineLocation pages are not utilizing the notch area for iPhone X and later models. Is there a setting that I am missing to enable the pages to utilize the entire screen space for iPhone X and later? Thank you, Dustin Baumbach, PhD
... View more
06-23-2020
05:58 PM
|
0
|
0
|
457
|
|
POST
|
Hi ArcGIS Survey123 Team, I am currently working on a form that may be used alongside of HL7 data from hospitals. However, it would be great if there is already a method of integrating HL7 data into a Survey123 form and from a Survey123 form to an HL7 database. Is there already a method of doing this? Additionally, is there a method of connecting an external database to Survey123 so that when that database is edited, the reports logged using the Survey123 form is also updated? Specifically, I am using Qvera as my external database. Please let me know if there is already a connection setup for this program. On another note, is there a method of already implementing Survey123 data, and any externally connected databases, to an ArcGIS Dashboards? It would be great to know if it is possible to connect all of these to a category indicator or counter widget in a dashboard. Please explain more about the connections to these different applications. Thank you, Dustin Baumbach, PhD
... View more
06-22-2020
02:33 PM
|
0
|
3
|
1705
|
|
POST
|
Hi Fellow AppStudio Users, I have recently been developing a quick report application for a post-doctoral researcher who wanted just the landing page and map page from which you could submit the sighting. I knew this was possible, but was not aware of how to properly move the "Save" and "Submit" buttons. I did some tinkering with the code and found that there is already some code implemented into the RefineLocation.qml page that can be used to submit the report. I haven't been able to get the "isOnline" feature working yet, but this can potentially be processed in a future version of the application. If anyone has any suggestions for implementing this feature with what I already have, please feel free to post in the comments. Anyways, I'll go ahead and start with structure for the QuickReportApp.qml page. To create an application that only displays the landing page and RefineLocation page, scroll down to approximately line 2071 (refineLocationPage component) and implement the code from the addDetailsPage component to the refineLocationPage. Note that my app did not handle any attachments, so it automatically switched to the refineLocation page upon hitting "New" on the landingPage. If you are wanting to handle attachments, you may have to change the the logic in this area of the QuickReportApp to switch to the appropriate page upon clicking next on the addPhotoPage. The logic is handled by the stackView.XYZPage, where XYZ is the page that you are wanting to switch to. Now that the refineLocationPage is handling the "submit" message, we can go to the addDetails page and copy the code for the Save and Submit buttons to paste in place of the "Next" button on the refineLocation page, approximately line 1380. NOTE: do not replace the code for the "MouseArea" function. Format the buttons to what is necessary for your app and then review the code. You will see the nextPage( ); function in the MouseArea, this is where we will handle the save request. Scroll to approximately line 1485 to the nextPage( ) function. Leave the code the way it is, but insert "save" at the bottom of the function within the next( ); code. I then copied and pasted this same code (either above or below, it doesn't matter) and renamed the function nextPageSubmit ( ) and inserted "submit" in the bottom next( ) code. This should allow you to submit your sightings from the refineLocation page instead of the addDetailsPage. Please feel free to provide suggestions if there is a more elegant design that I may have missed. In the meantime, this has seemed to work well for the current version of my application. Thank you, Dustin Baumbach, PhD Tina Jin Erwin Soekianto Chris LeSueur AppStudio for ArcGIS
... View more
06-22-2020
01:34 PM
|
0
|
7
|
4661
|
|
POST
|
Hi Muhammad Yasir, Have you figured out a solution to this problem? I am currently running into the same problem where I have multiple rows of duplicates within a list widget and I'd only like to display the unique two, but still have them connected to other attributes for displaying the correct value once the user clicks on another layer on the map. Thank you
... View more
06-17-2020
01:32 PM
|
0
|
0
|
11633
|
|
POST
|
Hi Erwin Soekianto, Thank you very much for this reply. I am currently in the process of moving the submit/save button to the RefineLocationPage and have successfully made the buttons display by replacing the next button on that page, but am now having the problem of being stuck on the "Uploading..." page. So far I have copied lines 143-227 from the AddDetailsPage to replace the next button on the RefineLocationPage. I have also copied and pasted the code from the onNext and onPrevious sections of the addDetailsPage component up to the the RefineLocationPage component in the QuickReportApp.qml. What else am I missing in migrating the button logic? Thank you, Dustin
... View more
06-15-2020
01:10 PM
|
0
|
0
|
943
|
|
BLOG
|
P.S. Tina Jin I also decided I didn’t want the path name showing so I deleted that portion of the code. It is not relevant for the user as long as they can see the photo that was uploaded. Thanks You Dustin Baumbach Loma Linda University
... View more
12-31-2018
10:02 AM
|
0
|
0
|
1674
|
|
BLOG
|
Hi Tina Jin, I decided that I wanted to have an icon instead of a button for the Document Dialog so I copied the code for the other icons and then included the rest of the code for the Document Dialog. I also noticed that the next button closer to the bottom of the addPhotoPage already includes the code you supplied above, but the brackets should include this Document Dialog code in the next button. Why does this code not already include multiple photos then? Please let me know what I am missing. Thank you so much for all of your help. Dustin Baumbach Loma Linda University
... View more
12-28-2018
10:45 PM
|
0
|
0
|
1674
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | 07-29-2020 03:39 PM | |
| 1 | 08-06-2020 10:49 AM | |
| 1 | 06-29-2017 07:58 PM |
| Online Status |
Offline
|
| Date Last Visited |
09-10-2021
07:17 PM
|