Topic: Report form ignoring survey_id
I'm moving a series of Indicia web projects to a new host/Drupal 9 site and am re-creating a number of forms.
For the most part things are fine but while trying to re-create a record explore page which should limit to a warehouse dataset/survey the form 'Report Settings' appears to be ignoring the survey_id which i place in "Preset parameter values".
The report does not throw an error but loads blank. The filters against user records and user taxon group work as expected but the survey_id parameter is ignored (it queries all data).
There are definitely records in the dataset (514) on the warehouse.
I'm using the "Reporting page (customisable)" pre-build.
Preset parameter values;
smpattrs=
occattrs=
location_id={profile_location}
taxon_groups={profile_taxon_groups}
currentUser={profile_indicia_user_id}
survey_id=514
placing survey_id in either of the Default parameter settings blocks results in a syntax error on page load.