POST
|
The sequence_id is already in both hosted features. I thought the Field Mapper was to copy a field from the Input and write it to the Output? Or is this how the Unique Feature Identifier setting works? You assign that value then use Field Mapper to tie the Input and Output records based on how that value is mapped? Happy to give it a crack anyway! Thanks.
... View more
12-21-2021
04:33 AM
|
0
|
4
|
1483
|
POST
|
Thanks @JakeSkinner. A couple of updates after a meeting with the business line yesterday - 'job_id' is now replaced by 'sequence_id' as 'job_id' is not always unique. And 'Complete' is now 'ReportSent' (Input) and 'report_sent' (Output). The overall GeoEvent (10.8.1) setup is still the same and still not writing the value to the existing output record. The Input is filtered to only records where a report has been sent (i.e. complete) and to Incremental Updates as once the report has been sent the record is no longer edited. The Output Unique Feature Identifier is 'sequence_id'. And 'sequence_id' is the TRACK_ID field for the Input Definition (I am assuming it is not required for the Output Definition as Output Unique Feature Identifier is already set). Field Mapper in the Service maps the Input 'ReportSent' field to the Output 'report_sent' field. The geometries are the same - both polygon. I'm assuming that with the 'sequence_id' as Unique Feature Identifier and TRACK_ID assigned to the Input this will match the Input and Output records, then the Field Mapper will populate the Output 'report_sent' field with the Input value 'ReportSent'. I think I have captured everything in the image below: The 'ReportSent' value is being mapped, though it seems like the corresponding 'sequence_id' record in the Output hosted feature is not being picked up / written to. The Output feature is editable. Do I need to add a Filter or some other process? Thanks. Jamie.
... View more
12-20-2021
06:43 PM
|
0
|
7
|
1491
|
POST
|
Hi All, Don't have much experience with GeoEvent... I am trying to update a single field in one hosted feature with a field from another hosted feature using GeoEvent. The Input type is 'Poll an ArcGIS Server for Features' and the Output type is 'Update a Feature'. Both the input and output count go up when a record meets the filter on the input (Complete = 'Yes'), though the value is not written to my output feature. Both hosted features have a 'Job ID' field, and I have set the TRACK_ID to these features for the Input and Output Definitions – not sure if this is correct. I have used the Field Mapper to map the 'Complete' field from the Source to the 'Complete' field of the Target. This is the only value I am after. I'm sure it is something simple I am missing or have not setting up correctly. Do I need to add a filter for Job_ID = Job_ID so the right Output feature gets updated? I have assumed TRACK_ID manages this. I'm hoping someone can point me in the right direction or share an example? Thanks. Jamie.
... View more
12-20-2021
01:33 AM
|
0
|
11
|
1870
|
POST
|
Not sure if that is possible with the Flash Repeat. You may be better off looking into using Arcade for custom symbology - based on creation date or last edit date. This is on my list to look into, though I haven't had a chance as yet...
... View more
12-15-2021
05:42 PM
|
1
|
0
|
1940
|
POST
|
I did this also though I found I also had to rename the CSV file (and update the pulldata calculations) for it to work. Creating a new file and reusing the same filename was not enough. Jamie.
... View more
12-13-2021
04:16 PM
|
0
|
0
|
1072
|
POST
|
@JohnWatson_EBA @SaraPluta @IsmaelChivite I'm seeing an issue where recent updates I have made to a CSV file are not working, though all the original records - exactly the same pulldata functions pointing to the same CSV file - work fine. So the calculations work, only recent changes (not to the headers, just body text) to the CSV aren't working. This is a CSV file in the Media folder of the Survey. No issues in Connect or Windows, but not working on iOS. This seems to be a common issue on iOS with CSV files created before a key date... I tried creating a new CSV file and reusing the same filename, though this didn't work. I tried harder and used a NEW FILENAME and updated my pulldata calculations (find/replace) accordingly and this worked. See also: pulldata-function-in-survey123-does-not-work-on-iPad? Jamie.
... View more
12-13-2021
03:56 PM
|
0
|
0
|
1299
|
POST
|
Hi @BrettStokes , Just went through the workflow for the polygon example, and worked perfectly in Map Viewer Classic, though not in Map Viewer. The expression gives the same result when testing in both, though the URL does not work correctly in Map Viewer. In the pop-up, all coordinates are displayed, and only the first latitude value is passed to Survey123. Cheers, Jamie.
... View more
11-18-2021
05:26 PM
|
0
|
0
|
431
|
POST
|
Thanks @RussRoberts, that works for the web, though we see no data at all in field apps (Explorer, Field Maps).
... View more
08-16-2021
08:54 PM
|
1
|
1
|
1634
|
POST
|
Hi All, I know Arcade is available for Styles and Pop-ups in Map Viewer, though I don't believe it is available for Filter. And I would love to be corrected here! I need to filter a layer based on end date. With ArcGIS Online Assistant I can just add 'dig_end_at > current_timestamp' and it works fine for web products. However I see no data when using Field Maps. What would be the simplest solution to this that is supported by Field Maps? I guess I could do something with symbols, though it seems unsatisfactory. I did try '$feature["dig_end_at"]>Today()' and '$feature["dig_end_at"]>Now()' as the Style expression in Map Viewer, though these didn't seem to do anything. I am using ArcGIS Online and hosted features. It amazes me that Map Viewer cannot accommodate this out of the box, when Dashboards already have a solution. Thanks, Jamie.
... View more
08-12-2021
02:16 AM
|
2
|
3
|
1717
|
POST
|
Hi @GarrettRSmith, As far as I am aware you are right - only one input per element. "I was thinking that I could have two maps and have all the indicators and serial charts stacked on top of one another based on the data, but that seems like it would be a pain for the user to have to change tabs for five serial charts and three indicators plus the map to get the appropriate numbers to appear." You can do this and have only 2 tabs to switch between. Basically group your map and indicators and serial charts for one data set and do the same for the other data set and stack the two groups on top of each other. Essentially 2 Dashboards with a common Header. Otherwise, is it possible to append the data from the old feature to the current feature (associated with Survey123) and map the fields? If need be, add some additional fields to the current feature to capture attributes that don't map across. If you are looking to use the same indicators for both datasets, it seems like the data is similar? Or at least the key fields. If field types don't match (e.g. character length issues), you could create a new feature that accommodates both datasets and push out a new survey. More of a pain, though may save you headaches in the long-term. Jamie.
... View more
07-26-2021
09:12 PM
|
0
|
1
|
3130
|
POST
|
Hi @BenjaminBlackshear, If you open your map in Map Viewer (not Classic), select your layer and go to 'Configure pop-ups', turn 'Show as list' off. Then in your Dashboard, for the Details element, turn 'Attachments' on (rather than 'Media'). It seems like this doesn't always work though I don't know why. May depend on the data source? Hope this helps you at least! Jamie.
... View more
07-26-2021
08:54 PM
|
1
|
1
|
1044
|
POST
|
Hi @LJackson29, If you manually typed the {globalid} part of your URL, try using the Fields:{} dropdown to select if from the dataset instead. I have had issues in the past when manually typing {globalid} that have been resolved this way. Hope this helps! Jamie.
... View more
07-21-2021
09:40 PM
|
1
|
0
|
2026
|
IDEA
|
This is a great idea (especially when you have a heap of records). See also: Dashboards: Filter data by user input text - add autocomplete filter for user input. And: Dashboards: Category, Number, Date Selectors as stand-alone elements - to have these filters as their own elements to be positioned anywhere - not just the Header or Side-panel. That way you could put your User Input filter with you List element where it makes the most sense! Also much better for stacked elements. Cheers, Jamie.
... View more
07-16-2021
08:21 PM
|
0
|
0
|
3187
|
BLOG
|
Any idea when BUG-000138393 will be fixed - Pop-ups do not honor the existing layer attribute filters when displaying feature information? This has been a known issue before Dashboards came out of beta - first identified in late July 2020. Its a significant issue that I would hope would take some priority. dashboards-beta-map-widget-shows-popups-for-filtered-features latest-update-to-arcgis-dashboards-lists-and-selectors-are-not-correctly-filtering-popups arcgis-dashboards-beta-category-selector-filters date-selector-in-dashboard-is-not-filtering-correctly Thanks, Jamie.
... View more
06-30-2021
04:19 PM
|
4
|
0
|
2296
|
Title | Kudos | Posted |
---|---|---|
1 | 09-14-2020 10:14 PM | |
1 | 10-28-2023 02:43 AM | |
1 | 12-15-2021 05:42 PM | |
2 | 01-03-2022 09:15 PM | |
1 | 07-21-2021 09:40 PM |
Online Status |
Offline
|
Date Last Visited |
02-13-2024
09:58 PM
|