Merge command: [strcalendar-introtext ]
Merge variable/item: strIntroText

Comments:
This retrieves the introText as stored on the intro(duction) section of the n-th calendar document. But it also removes all html paragraph tags from the retrieved text/data.

Formula:
strIntroTxt:=@Eval("@Implode(@GetDocField(\""+@Text(queueList)+"\";\"introText\"));"); strIntroText:=@If(strIntroTxt="";"";@ReplaceSubstring(strIntroTxt;"< p >":"< /p >";"":""));