Page 1 of 1

Lookup Field - List view character limit?

Posted: Tue Oct 04, 2022 6:31 pm
by philmills

I have a multiple lookup field using data type VARCHAR (1024), which I guess way longer than normal.
I'm using Row_Rendered to overwrite the ViewValue for that field with a count of it's items, yet I couldn't get the column to display at all.
For now I created a custom field to show the count instead.
Is there a character limit for the VARCHAR datatype in list view that would prevent it from displaying?


Re: Lookup Field - List view character limit?

Posted: Wed Oct 05, 2022 5:10 pm
by arbei

philmills wrote:

I'm using Row_Rendered to overwrite the ViewValue for that field with a count of it's items, yet I couldn't get the column to display at all.

You may post your code for discussion.