I have a query layer that is this:
select r.addr_id, r.roll_num, r.addr_line, r.poly_id, a.poly_cnt, a.shape from [DATA].[GIS].[roll_addr] r
inner join [DATA].[GIS].[parcel_poly] p on p.roll = r.roll_num
where r.poly_id is null
I am unable to edit it at all in ArcGIS Pro 2.7 nor in ArcPortal when I publish this query layer.
The work flow here is that I want to be adding the parcel poly_id to the address table where it doesn't have one. This works best when I can highlight them on a map.
Any help would be apricated.