IDEA
|
Is there any plan to implement this as a feature in upcoming updates?
... View more
03-25-2021
04:27 AM
|
0
|
0
|
1730
|
POST
|
Hi James, Is editing in the field application via URL considered in an update in the future, or will the Inbox be the only option?
... View more
01-25-2021
12:22 AM
|
0
|
0
|
1044
|
IDEA
|
Add the option to trace back to which Webmaps / Dashboards etc. a Feature service is added. We know with which groups a Feature Service is shared, but knowing what other Items require update would be a great benefit. Possibly add this to the list of Item Information.
... View more
08-12-2020
03:00 AM
|
3
|
0
|
198
|
POST
|
I'm trying to define a colour to points based on their timeperiod. Basically what im trying to achieve is this: | MonthBefore | < 'colour1' < | beginDate | <= 'colour 2' <= | endDate | < 'colour3' < | WeekAfter| everything else: 'colour 4' Everything seems to be working as intended up until the colour 3.. When I check the Symbol options I notice only 8 features are present, while 10 are included in the feature layer. No filters are applied. When Symbology based on location is applied, all features are shown. Any reason as to why and what is happening? ps. I triple checked if all possibilities are available. Script var nu = now(); var begin = $feature["Begin_Datum"]; var eind = $feature["Eind_Datum"]; var MaandErvoor = DateAdd(begin, -1, 'month'); var WeekErna = DateAdd(eind, 7, 'days'); var Kleur = When( nu > MaandErvoor && nu < begin, 'Oranje', nu >= begin && nu <= eind, 'Rood', nu > eind && nu < WeekErna, 'Groen', "Grijs" ); return Kleur
... View more
07-29-2020
07:48 AM
|
1
|
3
|
1303
|
IDEA
|
Being able to simply (re)apply an expression from a personal library would be terrific. Being able to update an expression for all Layers within a Webmap without pushing all their seperate buttons would be the next step.
... View more
07-22-2020
04:51 AM
|
1
|
0
|
2260
|
POST
|
Ismael Chivite Any update is this proces? I would like to collaborate within the organisation where other create their own surveys and I edit these surveys without the forms switching hands.
... View more
07-09-2020
06:24 AM
|
5
|
3
|
2731
|
POST
|
Hi Xander, I have added you to a group. Problem seems to have been resolved now that more of the data was collected. All possible situations were present at the time of testing though. Does % of filled fields matter in this symoblogy? eg. 1000 object, 500 contain Case 1 (as mentioned in your comment 15-5-2020), 80 contain Case 2, 20 Case 3, 400 Case 4.
... View more
05-25-2020
07:28 AM
|
0
|
1
|
1687
|
POST
|
Results are indeed as expected. WHy the symbology only returns options for 0 and 1 is what puzzles me. Ultimately I want to define the Symbology on the values 0 - 3, yet I am left with only 0 and 1 as options.
... View more
05-15-2020
06:43 AM
|
0
|
3
|
1687
|
POST
|
Hey Xander, Data stored is WeekNumber as Integer. Applying your lines of code can gives me either of 4 answers. 1. [19,null,null] [1,0,0] 2. [19,20,null] [1,2,0] 3. [19,20,30] [1,2,3] 4. [null,null,null] [0,0,0] Results return either 0, 1, 2, 3 as integer. Symbology returns values 0 and 1.
... View more
05-15-2020
03:10 AM
|
0
|
5
|
1687
|
POST
|
Hi Xander, I tried something similar to Daniel. I have 3 fields which either contain a number value or don't. I tried the following code to no avail: ---------- var a = $feature["Ronde1_wk"]; var b = $feature["Ronde2_wk"]; var c = $feature["Ronde3_wk"]; var x = iif( !isEmpty( a ), 1, 0); var x = iif( !isEmpty( b ), 2, 0); var x = iif( !isEmpty( c ), 3, 0); var list = [x,y,z]; return Max( list ) ---------- When testing in the arcade module it returns either 0,1,2 or 3 like you would expect. When I am to apply set expression the module only returns 0 and 1. I tried applying your aforementioned cascaded if statement but i had no succes. I had no succes with DefaultValue instead of isEmpty either (making the if statement (a > 0)) Is there somehting I'm missing?
... View more
05-12-2020
03:34 AM
|
0
|
8
|
4082
|
Title | Kudos | Posted |
---|---|---|
5 | 07-09-2020 06:24 AM | |
1 | 07-29-2020 07:48 AM | |
3 | 08-12-2020 03:00 AM | |
1 | 07-22-2020 04:51 AM |
Online Status |
Offline
|
Date Last Visited |
09-09-2021
07:14 AM
|