Forum

Width of custom fie...
 
Notifications
Retirer tout

Width of custom fields seems to be random

4 Posts
2 Utilisateurs
0 Reactions
1,577 Vu
(@silvia)
Trusted Member
Inscription: Il y a 2 ans
Posts: 41
Début du sujet   [#9602]

Hi all 🙂
I have a small issue concerning the width of custom fields: sometime rectangles containing long strings are smaller than those containing short strings and viceversa.
Additionally, fields of the same type (both reference to the same element, both varchar of the same lenghts,...) have different width.

I copy here some examples:

Departamento and Area are both refernce fields to idOrganisation. However one is much bigger than the other one, and the text in the second one is cut.

Currency-change is of type decimal(7,2), the one next to it is of type decimal(20,2). However it is much smaller than the previous one.
 

Is there a way to set the width?
Thank you very much,

Silvia



   
Citation
(@babynus)
Membre Admin
Inscription: Il y a 6 ans
Posts: 14952
 

Width automatically adapts to what has to be displayed.
So length is taken into account, but not only.
For instance field call xxxxAmount is expected to be displayed as an ... amount.

For lists, format is always int(12) (we stored the reference) and width should take whole available place, except for some specific cases : specified small size field, next on same line, status (that may have extra button)...



   
RépondreCitation
(@silvia)
Trusted Member
Inscription: Il y a 2 ans
Posts: 41
Début du sujet  

Thank you very much for your answer.
I understand that there is not a manual way to define the desired lenght and that's a pity as sometimes, fields are unreadable.
Do you think is it possible to propose it as an evolution (and funding it eventually)?
For instance, I understand that xxxxAmount should be an amount, but if the amount is millions, part of the number is unreadable and even if increasing the size of the number to decimal(9,2).

Thanks again,
Silvia



   
RépondreCitation
(@babynus)
Membre Admin
Inscription: Il y a 6 ans
Posts: 14952
 

Hi,
About list fields, possibly you added some attributes that reduce the size.
I just tested adding 3 fields pointing to Organization, 3 have same width
 

Possibly you added attribute "same on same line". This reduces the with (so that the next can be displayed on same line)
 



   
RépondreCitation
Share:
Retour en haut