|
POST
|
Hi @ErwinSoekianto, Thanks for the explanation. I just wanted to clarify that both the code and the description values need to be set to None. Is this correct? Or can the code be set to anything as long as the description is set to None? Please clarify so I can test appropriately. Thank you, Dustin
... View more
12-23-2020
01:55 PM
|
0
|
0
|
2072
|
|
POST
|
Hi, I have noted that quick report ver. 4.4 is failing to load default values located within my geodatabase. I have specified default values in my geodatabase created in ArcGIS Pro that are not loading in the attributes page of my quick report. Is this an error? or is there an easy fix to this issue that I am missing? Thank you, Dustin
... View more
12-22-2020
10:08 PM
|
0
|
3
|
1153
|
|
POST
|
Hi @ErwinSoekianto Thanks so much for your explanation. I understand the logic of the change, but am unsure how to actually implement changes to the code. I am sure I will have to create multiple customized lines of code, but would I change "Enter some text" in the placeholderText to "Enter a weight in kg" and then replace the first occurrence of "attributesArray[fieldName]" to "attributesArray[Weight]" in the text (see below)? placeholderText: fieldType == Enums.FieldTypeText ? qsTr("Enter a Weight in kg") : fieldType == Enums.FieldTypeDate ? qsTr("Pick a Date") : qsTr("Enter a number")
text: fieldType == Enums.FieldTypeDate ? (attributesArray[Weight] > "" ? new Date (attributesArray[fieldName]).toLocaleString(Qt.locale(), Qt.DefaultLocaleShortDate) : "") : (attributesArray[fieldName] || "") If this is the case, how would I create multiple occurrences of "placeholderText" and "text"? Will these files accept multiple occurrences of placeholderText and text? Thank you for your help. Dustin
... View more
12-22-2020
09:51 PM
|
0
|
0
|
1039
|
|
POST
|
Hi @ErwinSoekianto thanks so much for your reply. I tried creating a blank domain, but arcgis pro gave me an error when I tried to save it, stating it could not save a blank domain. What am I doing wrong here? Please provide some instruction on how to accomplish this. thank you, Dustin
... View more
12-22-2020
06:29 PM
|
0
|
2
|
2084
|
|
POST
|
Hi All, I currently have domain fields in my quick report app (ver 4.4) that are displaying the first coded field within the domain instead of remaining blank so the user does not skip over this field (see attached photo). How can I change this so that these fields are initially blank once the add details page is loaded? I have also attached screenshots of how my domains were created inside of ArcGIS Pro. Thank you, Dustin
... View more
12-22-2020
10:27 AM
|
0
|
4
|
2103
|
|
POST
|
Hi All, Some time ago it was suggested that I replace the placeholder text in the AddDetailsPage within quick report with something unique to each field. For example, I have a couple measurement and sample id fields that I would like to populate the placeholder text with "Enter a weight in kg", "Enter a measurement in cm", or "Enter a flipper tag number". I see the location of the placeholder text is within the Domain_Range.qml file, but I am not sure how to format the code to customize placeholder text for each individualized field. Is there an example of how to do this? How would the code be customized to accomplish this task?
... View more
12-22-2020
09:34 AM
|
0
|
2
|
1069
|
|
POST
|
Hi @JShi_EsriStaff, I saw this thread and wanted to find out if the group layer function was available yet in Operations Dashboard beta? I was recently tasked with grouping layers in the operations dashboard legend so that full groups of layers could be turned on or off. Please provide an update as to whether this has been implemented yet. @LakshmiSankaran, can you provide any insight as to whether you have had any luck implementing this feature? Thank you, Dustin Baumbach, PhD
... View more
11-13-2020
06:50 PM
|
0
|
4
|
3907
|
|
POST
|
Hi All! I was recently tasked with creating a quiz in survey123 that would play a video and then ask the users some questions to test their knowledge about what the information they just heard. This quiz would also add the users overall score and provide feedback after each question was answered. First off, it was recommended that I use the iframe embed code from Youtube to insert the video. This worked perfectly, but only for the online version of the form. Video's will not embed within the Survey123 field application. I then used the select_one feature to ask then question followed by a series of calculate fields with logic to store a score for each question, determine if the user had answered each correctly or not, and provide some feedback within a note field. However, you will notice that the user would still be able to change their selection, as the select_one feature does not currently have a method of making the users choice permanent. It was recommended that I use the once() function to solve this issue. You would create a new calculate feature and pass the once(${question}) function in the calculate column, which now stores the answer of the users first click. Although the user may still be able to change their answer, Survey123 will now only remember the users first choice. I would like to thank James Tedrick for his help with embedding the video and pointing out the once() function. Please provide any questions you have in the comments below and I will do my best to answer them. Thank you, Dustin Baumbach, PhD
... View more
09-03-2020
01:18 PM
|
0
|
2
|
1679
|
|
POST
|
Hi Illiana. Nothing has been figured out to date. Maybe in the next iteration of the ArcGIS Dashboards? Let's keep watching this post. Thank you, Dustin
... View more
09-03-2020
12:58 PM
|
0
|
1
|
11629
|
|
BLOG
|
Hi Ismael Chivite and James Tedrick, Thanks so much for posting this helpful guide to survey123 custom URLs. I noticed at the bottom you have placed a snippet of java code for android development. Does this code work for embedding your Suvey123 form in a native android application written in Java? or is there a separate code structure for that? If so, is there some example you can direct me to? Thank you, Dustin Baumbach Loma Linda University
... View more
08-12-2020
10:53 AM
|
0
|
0
|
14762
|
|
POST
|
Hi James Tedrick and Jared Shoultz, Thanks so much for your comments about my question. Jared, I will look through these with my boss and reach out to your personal e-mail if we have anymore questions. The e-mail may come from me (dbaumbach@llu.edu) or from my boss, Todd Williams (tkabe.technologies@XXXX.com). Thank you very much for your help. Dustin Baumbach, PhD
... View more
08-06-2020
10:49 AM
|
1
|
0
|
1637
|
|
POST
|
Hi ArcGIS Dashboards team, I am currently trying to find a method of displaying dynamic content in the title or top line of my indicator widget within an operation dashboard. I would like the title to be displayed as "Number of Hospitals in {County}" or "Number of Hospital in {City}. These values are located in the attribute table associated with the point layer I clicked on to configure the indicator widget. However, the only option for field values I receive is {Value} when configuring the widget. Is there a way to bypass the selection and pass in a non-numeric field into a title or other text? I look forward to seeing your response. Thank you, Dustin Baumbach, PhD Loma Linda University
... View more
07-29-2020
03:39 PM
|
3
|
0
|
836
|
|
POST
|
Thank you Tina Jin. This helped to solve the problem. I appreciate your help. Dustin
... View more
07-22-2020
11:00 AM
|
0
|
0
|
1755
|
|
POST
|
Good morning Tina Jin, I was able to make a new group layer this morning in ArcGIS Pro and then host that to ArcGIS Online (See feature service view), but I am still unable to get AppStudio to work with my two point layers. I have provided my settings in another screenshot attached here. Thank you, Dustin
... View more
07-22-2020
09:06 AM
|
0
|
2
|
1755
|
|
POST
|
Hi Tina Jin, This should be possible. Is there documentation that describes how to do this? I am unaware of how to combine the two feature layers into one with sublayers. I think this is the step that I am currently missing. Thank you, Dustin
... View more
07-21-2020
05:04 PM
|
0
|
0
|
1755
|
| 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
|