|
POST
|
Yes! I had to import it to Developer Edition to be able to change the code
... View more
06-13-2016
07:18 AM
|
0
|
3
|
2346
|
|
POST
|
Robert, it only happens with the query widget results..I have seen that you were giving help to someone else with some changes that could be done in the code. By any chance do you have similar option for WAB 2.0? or 1.3? Thank you! "There is no configuration in place for this. But you can easily add code to handle this. Open the Query Widget.js file and around line 1131 replace:" fieldValue = this._tryLocaleNumber(fieldValue); with: if(fieldAlias !== "Zip code"){ fieldValue = this._tryLocaleNumber(fieldValue); }
... View more
06-13-2016
06:29 AM
|
0
|
5
|
2346
|
|
POST
|
Robert, I checked again and even created new application, but still get the same ( at the query results some values have commas). I noticed that commas appear only for the values whose format is long integer.
... View more
06-10-2016
01:19 PM
|
0
|
7
|
2346
|
|
POST
|
i have both 1.3 and 2.0. This problem occur in both..
... View more
06-08-2016
01:00 PM
|
0
|
9
|
2346
|
|
POST
|
Does anyone have any solution for the bug (#BUG-000086319 Numeric field types within the attribute table in the Web AppBuilder still show the thousand comma that were removed in the webmap in arcgis online)? In my query results numeric field values have commas that I do not need.
... View more
06-08-2016
07:17 AM
|
1
|
17
|
7125
|
|
POST
|
Got it! I was manually opening the attribute table.. THANK YOU SO MUCH!
... View more
05-31-2016
08:18 AM
|
0
|
1
|
2352
|
|
POST
|
Hi Adrian, That is what I am looking for, but for some reason I don't see queried results in the attribute table. Refresh button does not help.. I checked that i am clicking "Add result as operational layer" before querying...
... View more
05-31-2016
06:52 AM
|
0
|
10
|
2352
|
|
POST
|
Is it possible to connect somehow query results and attribute table? I need to have an option to print query results or export them to CSV? I know it is possible to do it through attribute table. But query results are not selected in the attribute table
... View more
05-31-2016
06:25 AM
|
0
|
12
|
6255
|
|
POST
|
Thanks, Adrian. I have just empty value, not Null.. I am not sure if I can change the script for that myself..
... View more
05-19-2016
10:55 AM
|
0
|
9
|
3876
|
|
POST
|
I need a small code in python that will delete records that have empty value in a specific field of the layer. The name of the feature class is WCSCustomer and the name of the field is GROUTE
... View more
05-19-2016
10:45 AM
|
0
|
11
|
10145
|
|
POST
|
I removed space and got this error... Then I tried to use single quotes like you wrote and got this:
... View more
05-19-2016
06:14 AM
|
0
|
2
|
1418
|
|
POST
|
Ted, I exported the field calculator function to Python script and I get error now.. Do you have any idea why? Thanks again > Error ocurred in: File "P:\Batch\J420992\CODE\PYTHON\J420992_C1_Customers.py", line 66, in <module> arcpy.CalculateField_management(WCSCUSTOMERCOPY, "GROUTE", " \"\" if any(b.isalpha() for b in !GROUTE!) else !GROUTE!", "PYTHON_9.3", "") > Error Class is: <class 'arcgisscripting.ExecuteError'> > Available error details are: ERROR 000539: IndentationError: unexpected indent (<expression>, line 1) Failed to execute (CalculateField).
... View more
05-18-2016
12:47 PM
|
0
|
5
|
2755
|
|
POST
|
Thank you so much Ted! It worked. I assigned empty value for all non-numeric values and then excluded them by querying FC to FC
... View more
05-18-2016
11:53 AM
|
0
|
0
|
2755
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-21-2017 02:15 PM | |
| 1 | 10-18-2016 11:38 AM | |
| 1 | 01-13-2017 06:59 AM | |
| 1 | 02-04-2019 09:35 AM | |
| 3 | 02-03-2017 07:03 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:24 AM
|