The CreatorCon Call for Content is officially open! Get started here.

Changing length of reference fields

balakumar1
Kilo Contributor

Hi folks,

The length of the reference field is by default 32. When I use this reference field in the filter of a report, it is displayed short (because length is 32). The display value of the value I choose in the reference field in the filter is too long and I'm not able to see the complete display value. Is there anyway I can increase length of the reference field to show the complete display value.

I changed the field's max length from 32 to 100, but still the field's length remains the same in reports' filter. Any ideas please?

Regards,

Bala

6 REPLIES 6

dasthu1
Kilo Expert

Hi BalaKumar,



In application navigator search like this   sys_dictionary.list   the list of columns and tables will be visible and then after u will search reference type and table is any thing like Incident or anyone .


open the record as we see like below



increasin length of reference.png


there you can find out the length field you can increase how much you want.



Mark Correct if it solved your issue or hit Like and Helpful if you find my response worthy.




Thanks & Regards,


Dasthagiri K


Jet Johnson
Tera Contributor

Navigate to the Dictionary Entry for the table in question, scroll down to the Attributes field.  There you will see 'encode_utf8=false' pre-populated by default in the field.  From there, add a comma and add 'no_truncate.'  (Do not include any spaces before or after the comma).  It should look like the following:  encode_utf8=false,no_truncate