Tim McGee
                                            Tim McGee
                                        
                                    @deepal13 These are graphic layers so you have to use [`map.graphicsLayerIds`](https://developers.arcgis.com/javascript/3/jsapi/map-amd.html#graphicslayerids)
@deepal13 In the Esri JavaScript API, graphic layers are always drawn on top so they cannot be moved below other non-graphic layers.
@deepal13 yes, that is how it works. The San Francisco 311 layer is a feature layer (graphic) and the Louisville Public Safety layer is a dynamic layer (non-graphic)
@reyemtm I don't recall point layers as being part of the api when I created this widget back in 2017. Maybe they were and I was not paying attention or...
@drusexton Sorry, I've been at the Esri Developer Summit. I'll comment on your issue as soon as I can.
@Northgate-GIT The report widget can show attributes from related tables and combine them with attributes from the feature. I have done this but perhaps not in the same way you...
@Northgate-GIT @LevesqueB I don't work with related records much so not sure how they should be referenced for inclusion in a simple report. You might be able to refer to...
Please check that you have the most recent version of the widget. There was a similar issue in the initial release that was addressed a month ago: https://github.com/tmcgee/cmv-widgets/commit/cbdc2f890bc6de04da81affbfb8c0cdd147b86aa If you...
It sounds like you have everything setup correctly. I have not been able to reproduce this behavior since the fix that was added a month ago.
@mgd722 Are you still experiencing this erratic behavior? The error message suggests to me that there is a timing issue loading the content of the disclaimer not the widget itself....