Data being cut off for some users

Morning,

We have a report template that shows time stamps on the right side. When I generate this, these time stamps show but when out client generates the report, that data is missing. Originally we thought it might be a margin issue, but the table below these is part of the same report container, so I would have expected them to be cut off too.

The projects paper size is Letter and the container is within the margins defined in the design.
When the client is generating the report, they are carrying out the same steps as myself.

My generation:

Client generation:

Template design:

Hello Des,

one possible explanation for the behavior you described could be that, on your customer’s system, one of the involved values is NULL. In that case, calculations or formulas may evaluate differently than in your development environment.

Another possible cause may be that the column width is calculated using a formula that does not use UnitFromSCM(). If a different coordinate system is active on the customer side, this can lead to deviating results.

Could you please test whether the behavior can also be reproduced using a sample from our demo application?

If that’s not possible (or if the result is still unclear), please create a log file and upload it for further analysis - ideally via our support portal.

The second column does have a calculation to work out the width. I will change that to a fixed value and see if that fixes it.

Thanks

This was the issue!

Many thanks

1 Like