|
POST
|
Hello! I need to create a report the prints only the last repeat submitted. I am implementing the flow in Integromat but what I get as attachment is all the inspections contained in the repeat: I suppose it should be something like the following but, of course, it is wrong. ${#Repeat | stats:max,surveyDate} ${/} Thanks! 🙂
... View more
03-01-2022
08:28 AM
|
0
|
3
|
1082
|
|
POST
|
Hi @GregoireCatineau here a blog about repeats, Section: "Repeats in the Inbox" Survey123 Tricks of the Trade: Repeats - Esri Community
... View more
02-24-2022
08:32 AM
|
1
|
0
|
1267
|
|
POST
|
@DougBrowning wrote: Best thing is to make a second set of if(value, 1, 0) and then count those just like you do for Choice_T. I think it is the best way. int("") is what is causing the non calc. Thank you!!! this solution worked, and it is amazing. Unfortunately, I realized that when I set the esri:parameter to allowUpdates=true the count goes back to NULL as it was before. This is a pity because I need to review a previous survey and for some reason it doesn't pick up all the info, but I am still working on it. I have to see if there is a workaround.
... View more
01-24-2022
05:08 AM
|
0
|
1
|
4281
|
|
POST
|
Hi @DougBrowning thank you again! I had a look at your suggestion but the problem is that I want to actually calculate : int(${Choice1}) +int(${Choice2}) +int(${Choice3}) because these values count how many solved problems I have, instead int(${Choice1_T}) +int(${Choice2_T}) +int(${Choice3_T}) calulates the original problems. Then, the difference gives me the number of problemes that still need to be solved, don't know if it make sense. ${Choice1} is a Yes or No question where no=0 and yes=1 and, I can't understand why, it sums up the values only when all 3 of them are selected (the default value is 0 and I believe here is the problem: this default value is not taken in consideration.) If I choose all of the in the first question, then I have all of them are answered I have 0 +1 + 0 =1 If I choose only one or two, this doesn't work.
... View more
01-20-2022
09:41 AM
|
0
|
3
|
4295
|
|
POST
|
@DougBrowning I set all binds to int, and I fixed that calculation but still...same as before I uploaded here the updated XLS, in case you have time to see it again. Thank you for the hint. I have always overlooked that bind.
... View more
01-19-2022
09:15 AM
|
0
|
5
|
4307
|
|
POST
|
@DougBrowning all the calculations are inside the repeat. This is my sample. Thank you!
... View more
01-19-2022
01:06 AM
|
0
|
7
|
4323
|
|
POST
|
Hi, I've created a calculation that counts how many problems are solved. - Problems are first selected from a multiple selection question. Every problem, if selected is =1 in a hidden question. the sum of all of them gives me the "Problem = number" When the problem is selected a question: "it has been solved" comes up: if answered yes, an hidden question collects =1 and they are summed up. Solved = number A calculation Problems - Solved = to be fixed this I know how many problems I have, how many fixed or not It works perfectly if all my 3 problems are selected, if I select only one or two the calculation doesn't work: solved and to be fixed are empty. this is a repeat table. By default all values are set to 0 {es.= if(selected(${Problem},'Choice_1'),1,0)}, can't understand why the value Solved and To be fixed is empty Thanks!
... View more
01-18-2022
07:55 AM
|
0
|
10
|
4873
|
|
POST
|
@RobertScheitlin__GISP Hi Robert, this is great! I wanted to ask you if it would be possible to enable it on GlobalId as well. I am too afraid of screwing up everything. 😅
... View more
01-11-2022
01:33 PM
|
0
|
1
|
5367
|
|
POST
|
Thank you @ZacharySutherby . I removed some old surveys from my design and now everything loads quicker.
... View more
12-03-2021
06:05 AM
|
0
|
0
|
2687
|
|
POST
|
Hello! Survey123 Connect both on 3.12.xxx and now on 3.13 (updated today but nothing has changed) - When I click on New Survey, it gets 8/10 mins to load and, in the meantime, is (Not responding) - When I click on an existing survey, it gets 8/10 mins to load and, in the meantime, is (Not responding) - Every time I save the xls, it takes around 10 minutes to convert the xls form. (not responding) (this last sample is an xls with simple calculations, no pulldata nor media) I started working at 9.00 in the morning, and at 9.23 I was already fed up. It is driving me crazy! (I work on a Dell G15 Gaming Laptop) What can I do? Thanks!
... View more
12-02-2021
04:56 AM
|
0
|
2
|
2757
|
|
POST
|
Hi @jcarlson thank you for your answer. A couple of questions: I have already overwritten the hosted feature layer from PRO. Alter the JSON from AGOL Assistant? is it enough to overwrite the Data tab in full? Do I have to alter also the Description tab anywhere?
... View more
12-01-2021
07:52 AM
|
0
|
0
|
1311
|
|
POST
|
Hello! I created a Hosted feature Service with a feature class + 3 related table. Then, I created some views. I created maps and Apps, and after that the data owner asked for new data meaning two new related tables. The Hosted feature layer is updated, but I cannot find a way to add these two new tables to the views. Is that even possible? Do I have to recreate the views? Thanks!
... View more
12-01-2021
02:18 AM
|
0
|
2
|
1354
|
|
POST
|
I got the same issue at 2.8.3 that I can reproduce at 2.9. On 2.8.3 it started out of the blue on a Monday morning. Tried to solve by upgrading to 2.9 but nothing. I thought it was my video board.
... View more
11-24-2021
01:14 AM
|
0
|
0
|
3162
|
|
POST
|
Hello! I am using Web AppBuilder for ArcGIS Online. I need to export date & time in a Date field type. The time shows: in WebMap, both popups and table, and also the table an popups in Web AppBuilder. The query result settings honor the popups setting of the WebMap. BUT The query results show only Date, the exported csv shows only date as well. I can see the same request made in 2015. Solved: Include 'TIME' with Date field for Popup works but... - Esri Community thanks!
... View more
11-22-2021
05:08 AM
|
0
|
0
|
752
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-04-2025 08:07 AM | |
| 1 | 12-18-2020 02:18 AM | |
| 1 | 01-30-2017 08:08 AM | |
| 1 | 11-08-2024 12:38 AM | |
| 1 | 11-27-2023 08:36 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|