Lookup Field - List view character limit?

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
philmills
User
Posts: 535

Lookup Field - List view character limit?

Post 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?


arbei
User
Posts: 9286

Post 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.


Post Reply