Hello - I am trying to invoke a URL using both data_filter and data_s (filter and select) parameters. Each will work alone, but I cannot get both to work in the same URL string:
"https://experience.arcgis.com/experience/<appid>/#data_s=where:dataSource_1-0:Code%3D391267&data_filter=dataSource_1-0:OrgID%3D8000"
I cannot use filtered views because the parameters will by dynamic and the URL will be passed from an external application. Is it possible to combine both filter and select?