Hi All
I want to be able to display a rich text field , called Comments, in a view. As the field does (rightly) not get displayed in the field list for selection, I am using the following formula
@Abstract([TextOnly];1000;“”;Comments)
but no go - the column values are just blank.
If I use
@Abstract([TextOnly];1000;“”;“Comments”), I get the word “Comments” for all the rows.
I know, I could create a new, hidden, computed field in the form which will hold just the text component of the rich text field, but this is a huge production database and this change will have an impact on the size of the database.
So the question is, why @Abstract is not working in my view.
Any suggestions, anyone?
Thanks
Alpna