|
POST
|
Hi, Our agency doesn't have office 365 unfortunately so I was forced down the route of gmail. I'll look into pricing and see if it's feasible. It's a pity this is the only issue I have with getting the data through to staff.
... View more
01-22-2020
03:46 AM
|
0
|
0
|
757
|
|
POST
|
Hi, I have a Survey123 form including a photo, that once submitted is sent to an email through Integromat using a Gmail account. The photo appears fine on an email app on a phone but it does not appear in Outlook on the PC. Sending a photo direct from the gmail account, does show up in Outlook. Anyone any ideas what could be causing this. My IT can't find an issue. The photo has to be hitting our servers if it's visible on the email app, but for some reason it's being stripped out in the Outlook client. Thanks Rachel
... View more
01-21-2020
02:36 AM
|
0
|
2
|
791
|
|
POST
|
Has this bug been resolved? I have the Date and Number format set to Great Britain and it's still coming up as American format on the Survey123 form.
... View more
08-07-2019
12:58 AM
|
1
|
8
|
3461
|
|
IDEA
|
Yes, I would like the ability to change the format to dd/mm/yyyy when editing the survey.
... View more
07-01-2019
03:35 AM
|
2
|
1
|
1754
|
|
IDEA
|
Can you allow the summary layer filter field of the summary widget in Web App Builder to allow data to be summarised by a different layer. For example points in one layer could be filtered if they fall within polygons of another layer. It would allow for more complex summary statistics.
... View more
02-08-2017
03:23 AM
|
4
|
0
|
507
|
|
POST
|
I changed the filepath to r"C:\Users\mynamet\AppData\Roaming\ESRI\Desktop10.3\ArcCatalog\databasename\datasetname and that seems to have done the trick. Many thanks for your help Rachel
... View more
05-31-2016
01:22 AM
|
1
|
0
|
889
|
|
POST
|
Thank you, this worked and the model runs with the python in the codeblock, however when I export it to python and run it, it's saying Error 000732: Input Table x does not exist or is not supported. Failed to execute (calculate Field). This is what my python script looks like # Import arcpy module
import arcpy
# Local variables:
Seizures_DBO_Seizures = "Database Servers\\servername_SQLEXPRESS.gds\\Seizures (VERSION:dbo.DEFAULT)\\Seizures.DBO.Seizures"
Seizures_DBO_Seizures2 = Seizures_DBO_Seizures
# Process: Calculate Field
arcpy.CalculateField_management(Seizures_DBO_Seizures, "Date_Seized", "setField( !Date_Seized!, !DateSeized!)", "PYTHON_9.3", "def setField( val1, val2 ):\\n if val1 is None:\\n return val2\\n else:\\n return val1") The Date_Seized was ColumnA And DateSeized was ColumnB. Would it be something to do with the blackslashes is doesn't like? Many thanks Rachel
... View more
05-30-2016
06:30 AM
|
0
|
2
|
889
|
|
POST
|
Hi, I created a short model to update one field based on another in a SQl geodatabase using modelbuilder, exported it to python, however it only works in pyscripter not in python. It seems Calculate field cannot use VB expressions in 64-bit ArcGIS products. I'm not sure of python so can anyone tell me how to change this vb code into python in the Code Block of Calculate Field If IsNull ([ColumnA]) then [ColumnA] = [ColumnB] End If ColumnA is a date field so if it is Null then update it with ColumnB (text field). Many thanks Rachel
... View more
05-30-2016
02:20 AM
|
0
|
4
|
4276
|
|
POST
|
Is it still the case a year on that time cannot be added to the date field in web appbuilder?
... View more
05-25-2016
02:29 AM
|
0
|
0
|
1565
|
|
POST
|
Kristian, Did you ever get this resolved? I'm in the same position I've set the datefieldtimezone and daylight savings as per Tanu's message above, saved it and it's moved in the properties but is there. However, it hasn't made a difference to when I edit a date field. It's still in UTC rather than local time. Rachel
... View more
05-12-2016
01:57 AM
|
0
|
0
|
2011
|