Request for Automated Solution to Update Variable Expression in Reports
Posted: Wed Feb 12, 2025 9:00 pm
Dear,
I would like to know if there is any migrator or script available to adjust the expression of the variable list directly in the database or through another automated method, without the need to manually update each report.
Additionally, we are planning to upgrade our version to the latest one available on the market, but this issue may impact the process.
Problem Context: Some of our databases are still using version 2021.4.4, where the variable expression follows this format: PASTA.Count() == 0 ? "0" : PASTA.ToQueryString("")
In versions 2023.1.0 and above, this structure was changed to: "Count without brackets: PASTA.Count() -> PASTA.Count"
Currently, we have between 2,000 and 5,000 reports with this expression, making manual adjustments unfeasible. Given this, I would like to know if there is any automated solution, such as a migrator or SQL script, that can be executed to fix this issue in bulk.
Best regards,
I would like to know if there is any migrator or script available to adjust the expression of the variable list directly in the database or through another automated method, without the need to manually update each report.
Additionally, we are planning to upgrade our version to the latest one available on the market, but this issue may impact the process.
Problem Context: Some of our databases are still using version 2021.4.4, where the variable expression follows this format: PASTA.Count() == 0 ? "0" : PASTA.ToQueryString("")
In versions 2023.1.0 and above, this structure was changed to: "Count without brackets: PASTA.Count() -> PASTA.Count"
Currently, we have between 2,000 and 5,000 reports with this expression, making manual adjustments unfeasible. Given this, I would like to know if there is any automated solution, such as a migrator or SQL script, that can be executed to fix this issue in bulk.
Best regards,