Declare Expression Not Function For Localization of Report Definition column heading.
We want to automatically change the title of the Report Definition depending on some date property.
As a possible solution, we assumed that we could put a variable in the Field value's translation and change it by a Declare Expression when referring to that field value.
It is translated by Field Value in the item on a page screen, which proves the implemented Declare expression works correctly.
I also confirmed that the translation destination of the Field value of the Report Definition title could be translated with a fixed value. However, the Declare Expression does not work when changing the title of the Report Definition. Via some investigation by the GCS engineer, it looks like this is an expected OOTB behavior.
For column value localization, we can only set a localized text. The property used in the field value we set needs to be on pyReportContentPage. Since this page gets formed through code, the property will always be blank in the context of pyReportContentPage. I hope we can make it enhanced in our product.
***Edited by Moderator Marije to add Support Case Details; ***
***Edited by Moderator Marije to change Type from Question to Discussion and added Idea tag***