|
POST
|
Hi, I was wondering if there’s a way in ArcGIS Pro to accomplish the following: I have specific boundaries, say 3 boundaries, that are fixed, and I want a polygon of x area in acres, say 40 for simplicity. I want to have the program calculate the fourth boundary such that my polygon will satisfy the fixed boundary constraints and total EXACTLY 40 acres. Years ago I did this in a CAD program. Is this kind of calculation doable in GIS, and if so, how?
... View more
04-13-2021
10:05 AM
|
0
|
6
|
2343
|
|
POST
|
Hmm, ok. Thank you for the information. We have a fairly simple database setup need and I'm thinking that MS Access might be able to achieve what I'm looking for, and if that fails, Access as a front end to mySQL. I'm not very strong with Javascript so I feel that using Survey123 to achieve this result might not be the most effective way to get things done. This database does not specifically deal with spatial data, so location is not mandatory in our case. We also do not want to spend thousands of dollars on specialized software.
... View more
04-06-2021
08:34 AM
|
0
|
0
|
4007
|
|
POST
|
Hi Robert, Could you please give more information about how you set that up? Also, is Primavera expensive? I guess the main idea for us is to not pay more than we are now to try and set up such a system. My thoughts are going towards mySQL or PostgreSQL at the moment. I guess there's more technical back end but they don't cost money. I could use Access forms as the front end. I have no idea if these platforms can easily connect to ArcGIS Online or any ArcGIS though.
... View more
04-01-2021
02:27 PM
|
0
|
1
|
4027
|
|
POST
|
Hello, We need to create a form-based database system to replace an existing, messy, Excel-based system. The idea would be to use likely multiple forms, one to add new entries to a list of projects, and one to modify existing entries. I like Survey123's form-based system and the ease of creating report templates that populate using submitted data, the ability to incorporate location, and the ability to create dashboards to monitor things like project status. I also appreciate the connectivity with Microsoft Power Automate to send e-mails based on a trigger--this is really useful and we'd like to use that. However, I'm not sure that Survey123 is the best tool for the job and could use some advice. Is there a way to use a pulldata function to access information from an existing feature service to auto-populate a survey form? Can you use a pulldata function to update an existing attribute of a record within an existing feature service? Can you use a pulldata function to create a picklist in a form based on attributes of an existing feature service? I know you can use javascript pulldata functions, so I’m hoping there are ways to accomplish this. I know that in the past some of these things were not yet possible, but I’m hoping to find out both a) what is possible and b) how to accomplish it (I’m generally unfamiliar with javascript so templates or examples of code I could modify would be great). If Survey123 isn't the right tool for the job, could you suggest inexpensive software that could accomplish this? We have Microsoft Access, though I don't recall this being a great database software. Maybe something open-sourced? Any help and advice is greatly appreciated! Thanks!
... View more
03-31-2021
11:36 AM
|
1
|
5
|
4088
|
|
POST
|
Great, both are useful pieces of information. Thanks!
... View more
03-23-2021
09:09 AM
|
0
|
0
|
7223
|
|
POST
|
Hi, I was wondering how to deal with multiple if conditions in a Survey123 calculation. I know you can embed an if within in if but I'm not sure if this can handle all the if circumstances. Basically, in my case, depending on which region you pick from a Select One list, a different formula will be used to crunch the same value parameter. I have four different formulas, and one of them has two if's within it, so a total of five possible formulas used to crunch the same parameter. How could I structure this?
... View more
03-22-2021
04:35 PM
|
1
|
5
|
7300
|
|
POST
|
Hi IsmaelChivite, Wow, this looks great! One question though. We don't have users login for this survey; rather, the staff name is chosen using a Select One picklist. What kind of modification could I make to this script to make it work based on an attribute, not based on a user login name?
... View more
03-22-2021
12:01 PM
|
0
|
0
|
2388
|
|
POST
|
Hi, Is it possible to use a Pulldata statement in Survey123 to add a note with data from a previous survey submission? Here's my use case: We have COVID-19 daily screening forms we have to do before entering our office, whether staff or visitor, to declare that the person is clear/not clear to enter. A lot of us have become forgetful in completing our forms every day. What I would like is, for example, once you indicate your name in the screening form, to get a note that tells you the last time you submitted that form. Is this possible? If so, how? Any other ideas of ways to remind people to submit their forms would also be welcome. Some staff work from home, so the form does not always apply to everyone every day. We have connectivity between Survey123 and Microsoft Power Automate to send e-mails, for example, but sending people unnecessary reminders might annoy them, so that's why I was thinking adding a note to the survey would be more appropriate, although I'm still open to other ideas to solve this problem. Any help would be appreciated! Thanks!
... View more
03-19-2021
04:19 PM
|
1
|
2
|
2500
|
|
POST
|
Hi Jim, Thank you for the tip. I didn't realize you had to provide a false value, so this helped solve my problem. I found it strange that you did not include a false value for the first if() statement, but it looks like the second if() statement is nested as a false value within the first if() statement, and so only the second if() statement needed an indicated false value. Is this the case?
... View more
03-16-2021
02:03 PM
|
0
|
1
|
4116
|
|
POST
|
Hi, I'm having a lot of trouble getting a calculate statement to work. I am trying to set a conditional statement for "Average Test Pressure" so that it does the following: If there is only one gauge, take 3 readings (0h,1h, and 2 h) and average them, multiply by 6.89476 to get kPa from psi, and round to 0 decimals If there are two gauges, take all 6 readings (0h,1h, and 2 h) for both the higher and lower gauge readings, average them, multiply by 6.89476 to get kPa from psi, and round to 0 decimals However, I keep getting the error that says Invalid calculate for the bind attached to Average Test Pressure: Bad node. I tried playing with the Esri Field Types to make them all double, and the bind type to decimal, but this does not fix my problem. I need help spotting the problem and fixing it. I've attached the XLS form. Any help would be great. Thanks!
... View more
03-15-2021
05:13 PM
|
0
|
4
|
4305
|
|
POST
|
I have found a solution for this: There is a sample Survey123 template in Survey123 Connect that provides the code: Open Survey123 Connect Select New Survey Select Samples In the search bar, type JavaScript Select Create Survey The sample survey has a Working with a Third-Party API - Open Weather example. Once the sample survey is created, you will have access to the xls form as well as the JavaScript files used to create the survey. You can reference the pulldown expression and the Javascript code when creating your survey. The sample code provides an API key, but you can sign up to OpenWeather and get your own key. There's a lot of documentation on making API calls: https://openweathermap.org/api The one downside I discovered, however, is that using a free OpenWeather account you can get CURRENT weather parameters, and hourly forecast data, but unfortunately you cannot get a daily forecast summary (e.g. min and max temperature) without paying for an OpenWeather subscription.
... View more
01-18-2021
08:30 AM
|
2
|
8
|
8652
|
|
POST
|
Hello, I would like some help in getting Survey123 to populate attribute fields with weather parameters. It looks like there used to be a document on how to do this, but it’s no longer available. https://community.esri.com/t5/arcgis-survey123-questions/using-pulldata-to-gather-live-weather-data/td-p/856935 This site points to another link with some instructions: https://community.esri.com/t5/arcgis-survey123-blog/extending-survey123-smart-forms-with-custom-js-functions/ba-p/898782 It looks like MSN Weather also has parameters: https://docs.microsoft.com/en-gb/connectors/msnweather/ Open Weather has this information: https://openweathermap.org/api/one-call-api#how However, I’m unfamiliar with Javascript, and don’t know how to apply this information to my specific problem. I need a step-by-step breakdown of how to use a pulldata function to get parameters either from Open Weather or MSN Weather, showing a specific javascript code example that I can use as a model from which to copy. The actual pulldata function is straightforward, but I need help mostly with the JS part.
... View more
01-11-2021
01:57 PM
|
0
|
11
|
8957
|
|
IDEA
|
Ok thank you, I already use the "keep track of created and updated features" setting but because the entry may not always be the same date as when the information is updated this wasn't what I was needing. Thanks anyways.
... View more
08-05-2020
08:21 AM
|
0
|
0
|
1614
|
|
IDEA
|
Yeah, something that is customizable like Survey123 reports would be wonderful!
... View more
07-28-2020
11:28 AM
|
0
|
0
|
1099
|
|
IDEA
|
Allow you to create a preset/default value for an existing feature that doesn't have a value yet. It seems like only new features fill in preset values, and existing features, even if you give them preset values using Attribute Actions, do not actually fill these attributes in. For example, an existing feature that has a date field preset to today's date for a field inspector (if date is currently blank) when they edit that feature, etc.#
... View more
07-28-2020
11:26 AM
|
1
|
16
|
2239
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-28-2020 11:26 AM | |
| 1 | 03-31-2021 11:36 AM | |
| 2 | 01-18-2021 08:30 AM | |
| 1 | 03-22-2021 04:35 PM | |
| 1 | 03-19-2021 04:19 PM |
| Online Status |
Offline
|
| Date Last Visited |
01-26-2022
10:17 AM
|