Hi,
I've got an editable report that has a number of parameters. One of the parameters is a row ID.
I want to provide people with a direct URL containing the row ID so they can retrieve that record for review/editing. If there is no record it will be blank and they fill it in to create a new record.
What i am having a problem with is when using a direct URL and passing the rowid via the u/e URL query string variable, it doesn't seem to load the record. Could this be because the u/e value isn't passed to the parameter queries with a direct URL? It isn't set to auto-run.
Any hints of what may be going wrong?
UPDATE: upon testing again with a clone of the original report, it seems to work on the non-radio button parameters (which have "no selection radiobutton" checked) so it could be due to that. Ideally "no selection radiobutton" would not apply/be overridden if the parameter query returns a default value.