report variables
Hello,
I have report with many variables, for example [var1], [var2]
I use same report for two different applications, one of them has both variables
And other one just has [var1].
The first report works fine, but second gets error Undeclared var2. Any idea how to avoid this error
When I load the report with missing var2 or just null it if not passed.
Thank you
I have report with many variables, for example [var1], [var2]
I use same report for two different applications, one of them has both variables
And other one just has [var1].
The first report works fine, but second gets error Undeclared var2. Any idea how to avoid this error
When I load the report with missing var2 or just null it if not passed.
Thank you
Comments