Solved

Value in datatable gets truncated

  • 17 January 2023
  • 7 replies
  • 84 views

Badge +5

Hi,

in a datatable in the UI designer a field gets truncated (web-client).
I didn´t find a solution. I tried with length an control-type but it has no effect.

Custom Metadata for the field:
Max Chars 1024
Column Type STRING (also tried LONGSTRING)
 

The text is completely visible in the datatbase!

Does anybody know how to slove this?

 

Thanks

 

icon

Best answer by JuniSihombing 25 January 2023, 18:02

View original

7 replies

Userlevel 6
Badge +26

Hey @BSiemund 

The issue is with the display of you label. You will need to try some configurations related to the label and field size.

In UI Designer go to you field(s) and try the following configurations

 

You will access these settings by clicking the ‘Gear’ icon

 

 

Cheers!

Badge +5

Hi @Shneor Cheshin ,

i´ve tried these setting but with no effect.

 

And the label percent won´t save. If i enter 90 and save, its gone after the save action.

 

Any other ideas?

Thanks

Userlevel 6
Badge +26

Hi @BSiemund 

Have you found a solution?

I believe now it is a product bug and not a configuration issue.

Please let me know.

Cheers!

Badge +5

Hi @Shneor Cheshin,

unfortunately it´s not solved.

Thanks

Userlevel 6
Badge +26

Hey @BSiemund 

I have opened a support call as I have the same issues.

Cheers!

Userlevel 4
Badge +11

Hi @BSiemund,

that’s set in app param: RESULT_MAX_STRING_LENGTH.

I got the similar issue, logged a case for it.  Below response in the case:

"You can adjust the length of results by increasing or decreasing the RESULT_MAX_STRING_LENGTH app param. Performance may be affected by increasing this too much - the customer will need to experiment to see what the optimal result length is for their environment."  

Badge +5

Hi @BSiemund,

that’s set in app param: RESULT_MAX_STRING_LENGTH.

I got the similar issue, logged a case for it.  Below response in the case:

"You can adjust the length of results by increasing or decreasing the RESULT_MAX_STRING_LENGTH app param. Performance may be affected by increasing this too much - the customer will need to experiment to see what the optimal result length is for their environment."  

Hi @JuniSihombing ,

thank you very much, it works :)

King regards
Benjamin

Reply