DOC
|
Hello Robert, First off, this is an amazing widget! But I'm having some issues with the predefined Value list keeping the values. After I click OK, then go back to the list, it clears out the value part while keeping the Label side. Has anyone had this issue before, and is there a possible fix? Thank you, John
... View more
3 weeks ago
|
0
|
0
|
100
|
POST
|
Okay, that makes sense, I will probably need to rework my formulas in Arcade then. Thanks!
... View more
01-25-2018
04:32 AM
|
0
|
0
|
41
|
POST
|
You can use IsEmpty to check and see if the date is null var open = Date ( 2018 , 01 , 10 ) ; var closed = null ; //Date(2018,01,12); if ( IsEmpty ( closed ) ) { console ( "No Closed Date" ) ; } else { // closed date listed so calculate fine var closedDiff = DateDiff ( closed , open , 'days' ) ; return "$" + 25 * closedDiff ; } And as far as the odd results you are getting with DateDiff for open its probably because in Arcade month is 0 based so 0 is January so your calculation may be off by a month. Date Functions | ArcGIS for Developers
... View more
01-12-2018
11:02 AM
|
2
|
0
|
374
|
POST
|
Thank you! I'll read through all the steps and make the attempt tomorrow. Fingers crossed!
... View more
04-09-2020
09:55 AM
|
0
|
0
|
194
|
POST
|
Carissa, that's great news and now the sky is the limit on passing data between forms for you. Good Luck!
... View more
08-30-2017
05:12 AM
|
0
|
0
|
178
|
POST
|
Carissa, Brain is correct see this thread where I answered this issue already. https://community.esri.com/thread/185392-wab-returns-a-404-jimujscssfontsfeatureactionswoff-not-found
... View more
12-16-2016
06:54 AM
|
2
|
0
|
61
|
POST
|
Carissa, What I am saying is that you need to have an if check in your onRecieveData function of your print widgets js file that checks to see if params.parcel exists.
... View more
10-12-2016
07:55 AM
|
0
|
0
|
48
|
POST
|
Hello Clarissa: Could you make some advance to your issue with Robert answer? If it is ok, could you gime more details abuot it? Im working with standar query widget but the main idea is the same. Populate the some fields on print widget with the result of query. Thanks.-
... View more
11-30-2016
05:32 AM
|
0
|
0
|
207
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:25 AM
|