Restricted rich text display property

Rich text display using description propery restric maximum 100 text letter in report defination

Not required other images or screen shot

text maximum Length of 100 letters only

Can any one help please

Hi @AvinashS5182

The DB column size of the property might be 100 chars size, which is truncating the value.

If the RTE is placed into blob then it will take n number of chars as it is in the blob.

However, to display in an RD you need to have the property to be optimized. when optimized the column will have its size defined in DB.

In this scenario, alter the size of the column to some specific chars. For eg, say 1000 chars. And restrict the RTE to 1000 chars

@saiganeshgoudn5231 thank you