String Substitution Extended Parameters No Longer Processing Commands
Reporting tool, libraries and designer
Brought to you by:
tonim
After upgrading from Report Manager 3.1 to 3.4 it is no longer possible to use the "String Substitution Extended" parameter to execute code before performing the substitution.
Previously you could put code in the parameter and it would be executed. The result would then be used for the substation:
IIF(M.BoolAddWhere, ' where LastName = "Smith" ', ' ')
This example could result in an optional where clause being added.
Now instead of executing the code and substituting the result it simply substitutes the code directly into the query.