Hi there, I applied url parameters in my map last month. (Still new to it.) I've read through the new URL parameter instructions, but haven't managed to wrap my head around it.
I was using data_filter and data_id in my URL parameters.
In the updated version does # replace ? in data_filter? Or is this one spot where ? won't be deprecated?
This was my expression that used to work, but with the latest update now is unfiltered across the board.
https://experience.arcgis.com/experience/<AppID>/?data_filter=<thelayer>:OperationName='TestSite',<thelayer>:OperationName='TestSite',<thelayer>:OperationName='TestSite'&data_id=<otherlayer>%3<objectid>
I tried changing it to:
https://experience.arcgis.com/experience/<AppID>/?data_filter=<thelayer>:OperationName='TestSite',<thelayer>:OperationName='TestSite',<thelayer>:OperationName='TestSite'#data_s=<otherlayer>:<objectid>:<desiredobjectid>
I think I might be confused here by the addition of the id, geometry and where options. Everything in my ExB relates back to the map so if I can get it filtered there the filter should flow through into the other widgets.
The result I'd like to see in the map is two layers and one table to be filtered to OperationName=TestSite with the map centered on the #data_s.
Thanks in advance for your help. Looking forward to having this up and running. Means less work for me later 🙂