|
POST
|
Hello! I am consuming way too many credits. I need to delete services but for many of those services I cannot say if a web application was created. So, I am not able to know whether I can safely delete it. Is there a way I can know how many web maps and app are using that service? Thanks!
... View more
07-14-2021
03:58 AM
|
0
|
2
|
1523
|
|
POST
|
hi @JamesTedrick , thank you for your reply. From the article linked above, I did not see ant squared brackets. Anyway, after your post I tried the following with no luck: Originally, it was this: {"attributes" : { "OBJECTID" :{{1.feature.result.objectId}}, "CaseNO" : {{1.feature.result.objectId}} }} I added squared, but it didn't work [ {"attributes" : { "OBJECTID" :{{1.feature.result.objectId}}, "CaseNO" : {{1.feature.result.objectId}} }} ] then I tried, [ "attributes" : { "OBJECTID" :{{1.feature.result.objectId}}, "CaseNO" : {{1.feature.result.objectId}} } ] also [ "attributes" : { "OBJECTID" :{{1.feature.result.objectId}}, "CaseNO" : {{1.feature.result.objectId}}, "Name": "Jeen Doe" }] and [ {"attributes" : { "OBJECTID" :{{1.feature.result.objectId}}, "CaseNO" : {{1.feature.result.objectId}}, "Name": "Jeen Doe" }} ] I have no idea.
... View more
06-28-2021
07:53 AM
|
0
|
0
|
1782
|
|
POST
|
Amazing! It worked. As soon as I have time I will review it carefully. I need to understand better how statements work. Thank you!!!
... View more
06-25-2021
08:48 AM
|
0
|
0
|
2009
|
|
POST
|
Hello! I am trying to make things work on a complex system of forms. Based on the same feature service I have different forms. 2 of them are involved in the following: Form 1. according to the priority the status is defined: Status= if(${Priority} ='Low', 'Pending', if(${Priority}='Medium', 'Pending' , if(${Priority} ='High', 'Pending', if(${Priority}='Critical', 'Pending', if(${Priority}='None','Closed/Rejected', 'Queue'))))) Form 2. once the work is done here the question: "Would you like to close the case?" change the Status into 'Ready for vetting' Once the status changes the person has to reopen Form 1 and answer the question: "Do you accept the solution?" has to reply yes or no and the status would change into yes = 'Settled' no = back to 'Pending' in order to achieve so I added something to the end of my first if statement to get this: Status = if(${Priority} ='Low', 'Pending', if(${Priority}='Medium', 'Pending' , if(${Priority} ='High', 'Pending', if(${Priority}='Critical', 'Pending', if(${Priority}='None','Closed/Rejected', if(${Accepted}='Yes','Settled', if(${Accepted}='No','Pending', 'Queue'))))))) no errors in the statements but when I reopen the form and set either yes or no to the Action question, the status goes to 'Pending' no matter what. It is clear to me that there is a conflict and the {Priority} settings are honored and the {Accepted} is ignored. any idea on how I could make this work? I think I should insert AND somehow, I am trying but I keep on getting errors. Thanks!
... View more
06-25-2021
05:57 AM
|
0
|
3
|
2052
|
|
POST
|
Hello everyone, - I created a form with double language. - The dateTime field is set as default now() [but I tested with a black field and it is the same] - The issue occurs only on Web Form is this a bug? Thanks! This is the appearance when I open the Web Form: I change language and this is the result: the more I switch, the more field are added: I removed the default now() but nothing has changed.
... View more
06-15-2021
02:34 AM
|
0
|
1
|
1414
|
|
POST
|
Hi guys, I am trying to figure out why my Integromat webhook works without errors but I cannot see my value updated in the table. I followed the instructions of Ismael on this post: Survey123 Tricks of the Trade: Integromat - Esri Community (I also recreated the same scenario as the one with the Temperature field updated from the Weather service, but I got the same "error"). the problem is that I don't get any error. The value just doesn't update. Is there anyone that is able to see what I am missing? thanks!!!
... View more
05-24-2021
02:41 AM
|
0
|
2
|
1893
|
|
BLOG
|
Hi @IsmaelChivite , @JamesTedrick Thank you for your help first of all, you are amazing! I need to understand where I am wrong, I am testing this: copy a field into another field. Originally was the objectID (which is still my primary concern) then I started to test with any other field (String) and although everything looks fine my field is still empty: Thanks!
... View more
05-19-2021
08:57 AM
|
0
|
0
|
14408
|
|
POST
|
Hi @YuliaMamonova I thought you answer would have solved my issue but not. here is my http module. everything looks fine but after I send the survey the field is still empty. do you see any error? thanks!
... View more
05-17-2021
07:02 AM
|
0
|
1
|
5551
|
|
POST
|
Hi, I created a filter on a layer that has worked for months with the following parameters: My dashboard needs to show the last data input. Yesterday I realized that it was not working. I had No data in my Dashboard. Then I changed into Last Positive is 15/04/2021 and it works, meaning that the data is ok but there is something wrong with the filter @KellyGerrow are you aware of any change? thanks!
... View more
04-15-2021
06:53 AM
|
0
|
1
|
910
|
|
POST
|
Unfortunately I don't think so, I keep on struggling with sizing: every time that a value changes my dashboard is a mess.😑 Unless something has been done on the new Dashboard Beta.
... View more
04-06-2021
03:06 AM
|
0
|
0
|
6691
|
|
POST
|
Hi everyone, i am struggling with the hover text in charts. Al my setting in AGOL Org and my profile are set on Great Britain settings. My map have the pop configured as 27/12/2020 Still the hove text in charts is in this format : 12/27/2020. is this something that can be solved already, maybe I am missing something, or we have to wait for an enhancement in OD Beta? Thanks!
... View more
03-10-2021
07:03 AM
|
0
|
2
|
2197
|
|
POST
|
No idea what "Sure" is but usually you get that message when the survey isn't public or you don't have the right to access it. Make sure you are logged in to the right organization before you open in survey web app.
... View more
01-26-2021
05:20 AM
|
0
|
0
|
1803
|
|
POST
|
EDIT: got confused with versions. it's 2.5.1 Hi! First time that I try a scheduled model. I created a simple model that is supposed to import data from a csv every 15 minutes. csv is in a local folder -----> to Enterprise GeoDB The model works both on editing mode or as a tool but fails as soon as I put it on schedule. I keep PRO open and I am connected to the Enterpise GDB when I tested. Also, I tested a simple tool that import in a file GDB and it worked. Any idea? Thanks!
... View more
01-26-2021
05:09 AM
|
1
|
1
|
2143
|
|
POST
|
Are you sure you are on a developer account and not on a public? From Add Item, even on a developer I have this option:
... View more
01-25-2021
08:34 AM
|
0
|
1
|
1506
|
|
POST
|
Sorry, I did not see the text that is formatted as label instead of body. If you go to Availability, do you see the licenses as authorized?
... View more
01-22-2021
05:02 AM
|
0
|
0
|
2028
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10 hours ago | |
| 3 | 12 hours ago | |
| 1 | 11-04-2025 08:07 AM | |
| 1 | 12-18-2020 02:18 AM | |
| 1 | 01-30-2017 08:08 AM |
| Online Status |
Online
|
| Date Last Visited |
12 hours ago
|