Data label truncation on report widget
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2022 05:26 AM
Hello,
I have seen a few questions about label truncation on reports. From those questions, we have fixed this by disabling certain sys_properties (glide.chart.truncate.data_labels & glide.ngbsm.truncate_long_labels) but even with this tested and working within the reporting module, the truncation is still occurring on dashboard widgets.
Is there any way to change this via another sys property? (I don't see anything OOTB)
Thanks!
Stefan Wilson
- Labels:
-
Performance Analytics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2024 02:24 AM
Hey @Stefan Wilson , did you get any solution for this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2024 02:44 AM
A possible solution is to Add "no_truncate" attribute for the field dictionary.
You need to go to Tables -> Search for your table -> Open the field which you don't want to get truncated -> Click on Advanced View link -> Under Attributes text box, add "no_truncate".