How to test that a parameter exists or not inside a parameterlist ?
392544Nov 16 2006 — edited Mar 30 2007Hi all,
I must run a report , and before running it I passed parameters inside a parameter list which I provide to the report.
There are many conditions involved when adding the parameters , and in some parts of my code I want to test whether a certain parameter already exists inside the parameterlist because I must delete the parameter if it exists. This is the requirement. Untill now the delete_parameter raises an error stating that the parameter does not exist in the parameterlist when I run the report.
So how to test that a certain parameter exists or not inside a parameterlist ?
Thank you very much.