I not sure if I miss something obvious here but I have a problem with the following text epression
Code: Select all
{IIF(Length(Events.Comment)>50, Substring(Events.Comment,0,47) + "...", Events.Comment)}
If I remove the Substring everything works as expected.
Regards Joakim