hello,
I have a column that display a big amount of characters, I want to limit the amount of text that is displayed there, I believe there's a filter that I can write on the columnKey but I don't know which one is, does this filter exist? how can I set it up?
Hi @rogoca, Which database do you use to store your Business Data?
Do you use TEXT type in your BDM?
TEXT type in SQL Server will be created as ntext
ntext
Variable-length Unicode data with a maximum string length of 2^30 - 1 (1,073,741,823) bytes. Storage size, in bytes, is two times the string length that is entered. The ISO synonym for ntext is national text.