I am having trouble executing something that should, in theory, be possible.
I would like to use a URL (embedded in a app) to launch the data tab of a survey with a pre-defined filter and settings for the feature report. The current link just launches to the data tab:
https://survey123.arcgis.com/surveys/e7b4f0428580439eb6ab4225c199e234/data?
And when I manually construct the generic filter (not looking for a specific record, but records that meet broader criteria, like 'Approved = 'Yes'') the resulting URL reflects appropriated:
https://survey123.arcgis.com/surveys/e7b4f0428580439eb6ab4225c199e234/data?extent=-162.3524,32.3384,-99.9500,42.0454&filter=(0.MeetsIntent%20is%20%22Yes%22%20AND%200.SurveyStatus%20is%20%22Complete%22%20AND%200.Reported%20isBlank)
However, when I embed this as a link and use it to launch the survey the filter cannot be applied:

So what gives? It seems like it should be possible and I can't seem to reconfigure the bungled page at all in a way that makes it happy. I would like to provide our staff with a quick means to generate reports for all records that are 'on deck' and this would help us do that.