|
POST
|
Hi @BrianBulla This is the problem, it won't let you '....tap in and make any changes needed' if Now() expression is added. Will it let you? Thanks
... View more
12-05-2023
02:02 AM
|
0
|
0
|
3512
|
|
POST
|
Hi @IssyAmis The form currently has 'No Value' in the date field and staff have to click into the field then click ok for it to input the current date. I'm trying to streamline the form with as few clicks as possible. In Survey123 the current date appears in the field and users don't need to click near it unless they want to change it. I was hoping to have the same in FieldMaps. Every Click counts!
... View more
11-24-2023
08:08 AM
|
0
|
0
|
3560
|
|
POST
|
Hi, I'm looking to have the current date in a form with also the option to click in to edit it. I've been able to add the current date with now() expression however, in the form it won't allow me to click in to edit it if needed. In the form properties if I tick 'Allow Editing' it says it must be disabled when there is a calculated expression. Does anyone know of a way to have both, like it is in Survey123. Thanks
... View more
11-23-2023
08:50 AM
|
2
|
11
|
3711
|
|
POST
|
Thank you @Ismael, This is exactly what I needed and works a treat.
... View more
10-05-2023
04:02 AM
|
0
|
0
|
5041
|
|
POST
|
Thanks for replying Tyler, I'll have a look at those links, ideally I'd rather not use repeats if I could get the data in the same record. I got it working with Ismael's spreadsheet.
... View more
10-05-2023
04:01 AM
|
0
|
0
|
5042
|
|
POST
|
Isn't that the x and y of where the point was placed on the map rather than where the survey was sent from?
... View more
10-03-2023
12:22 AM
|
0
|
0
|
5083
|
|
POST
|
Hi, I'm wondering is there a way to get the coordinates of where the survey was completed as this could be in a different location to where the point is placed on the map. Thanks Rachel
... View more
10-02-2023
01:42 AM
|
0
|
6
|
5172
|
|
IDEA
|
This would be really useful, any sign of this happening?
... View more
08-29-2023
06:18 AM
|
0
|
0
|
1385
|
|
POST
|
Thanks, I got around it by creating a new gallery for the second group, as I wanted everyone to use the Map Portal. So although everyone can see the thumbnail for the gallery there is no web apps visible within it, if they don't have permissions to see it.
... View more
08-15-2023
01:38 AM
|
0
|
0
|
929
|
|
POST
|
Hi, I have a map gallery on portal that only a certain group can access, within that gallery I have one mapviewer shared with that group. I'd like to add another map viewer to that gallery that is shared with a different group of people. Is this possible because both mapviewers have to be shared with the gallery which will have both sets of groups accessing it. Essentially what I'm looking to do is have my map gallery called 'Restricted Access' contain different mapviewer that different groups can access. Or is there a different way I need to set this up? Thanks Rachel
... View more
07-20-2023
01:02 AM
|
1
|
2
|
1063
|
|
POST
|
Hi @MobiusSnake , Thanks for that, I'm just going to force the user to complete all the questions. Regards Rachel
... View more
07-17-2023
01:37 AM
|
0
|
0
|
3219
|
|
POST
|
Ah thanks @MobiusSnake , I'd updated the dollar signs but didn't update the xls sheet. I've attached the xls with the updates you mentioned but the calculation still doesn't work for me. I'm on version 3.18.123. Here's what I get below. RachelScott_0-1689079158337.png
... View more
07-11-2023
05:40 AM
|
0
|
2
|
3293
|
|
POST
|
Hi, I have 6 select from one list type question where the possible answer is +1 or -1. I then want to add the answers from these. But rather than adding the integers in a calculation it just adds a 1 into the sum box. e.g. -1111. If I try setting the bindType field to Int then it says Error converting XLS form. I'd appreciate any help. Thanks Rachel
... View more
07-11-2023
04:06 AM
|
0
|
5
|
3349
|
|
POST
|
Hi Jennifer, Thank you so much for your help. I've finally got there. The first question, when I put in 0 as the default it still wouldn't work but I found a thread that said to add the coalesce () function and that worked. Survey123 Calculations not calculating - Esri Community So my formula is: coalesce(${hoursworked1},0)+coalesce(${hoursworked2},0)+coalesce(${hoursworked3},0)+coalesce(${hoursworked4},0)+coalesce(${hoursworked5},0)+coalesce(${hoursworked6},0) For the second question, your formula's worked great, just when I changed the field type to 'hidden' the field type changed to boolean rather than decimal even when I had bind::esri:fieldType set to esriFieldTypeDouble. I discovered I also need bind::type set to decimal on the hidden fields. It's working like a dream now. Thanks again for you time. Rachel
... View more
06-01-2023
04:02 AM
|
1
|
0
|
3467
|
|
POST
|
Hi, I'm trying to create 2 calculations at the bottom of my form for totalhours and totalunsocialhours. 1. The first is totalhours, the formula I've tried only works if all the 6 fields are filled out which won't always be the case. How do I allow only if it's filled in? ${hoursworked1}+${hoursworked2}+${hoursworked3}+${hoursworked4}+${hoursworked5}+${hoursworked6} 2. The second is much more complicated. There are 3 time periods to choose from in a drop down list 12-8am, 8-6pm, 6-12pm. If either 12-8am or 6-12pm I want to add the hours. if(${timeperiod1} 12-8am or 6-12pm then add {hoursworked1} if(${timeperiod2} 12-8am or 6-12pm then add {hoursworked2} if(${timeperiod3} 12-8am or 6-12pm then add {hoursworked3} if(${timeperiod4} 12-8am or 6-12pm then add {hoursworked4} if(${timeperiod5} 12-8am or 6-12pm then add {hoursworked5} if(${timeperiod6} 12-8am or 6-12pm then add {hoursworked6} But again all 6 may not be filled out, there may be any between 1 up to 6. I'd appreciate any help with this. Rachel
... View more
05-25-2023
02:45 AM
|
0
|
2
|
3539
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-10-2026 04:14 AM | |
| 1 | 04-14-2026 01:55 AM | |
| 1 | 11-25-2025 01:36 AM | |
| 1 | 07-09-2025 05:21 AM | |
| 1 | 07-08-2025 07:31 AM |
| Online Status |
Offline
|
| Date Last Visited |
07-09-2026
02:47 AM
|