Dynamic Parameter fails when Output=POOR or Output=PRINT
Description
Hello Support,
I have a PLAY SQL query page that is working well. It accepts a parameter which is entered through a URL in this format:
/display/TM/R03.01+%3A+Team+Report?srch1=nick
(see also [https://playsql.atlassian.net/browse/PLAYSQL-292|https://playsql.atlassian.net/browse/PLAYSQL-292 )
I would like to change the Output from *RICH *to *PRINT *... hiding the form from the end user but this does not work (see attached picture)
Would it be possible to enable the URL parameters for POOR or PRINT output formats?
Environment
None
Observations
None
Activity
Show:
Adrien Ragot (Play SQL / Requirement Yogi)
June 15, 2020, 2:51 PM
Hi Nick,
This was just published, in version 3.1.11. Don't forget that user parameters in URLs need to be prefixed:
```
/display/TM/R03.01+%3A+Team+Report?user-parameter-srch1=nick
```
Best regards,
Adrien