Truncated view

Hello all,

I would like to create a view wich contains all truncated mails present in a mailfile. I created a blank view and write this selection formula : SELECT form = “Memo” & @IsDocTruncated

My view is empty … where is my fault ?

Thank you for your precious help.

Subject: Truncated view

Just type as formula selection :

SELECT @IsDocTruncated and it will works.

Regards