Page 1 of 1

Translation vs Data Sources

Posted: Tue Mar 10, 2026 4:11 pm
by alex.coles
I have a report that has a Data Source and in a databand can be accessed by {data_orderLines.packSize}, but I also have translations injected in at runtime as a variable in a Translations folder. When trying to use {packSize} in other reports it works fine, but as we have a packSize field in the dataset this report does not find it. This is already in use in multiple reports so I don't want to change the translation fields, and the API response is also used in other places.

Is there a way to force it to read the Variables / Translations / packSize value?