Merge command: [strnews-filelabel ]
Merge variable/item: strFilelabel

Comments:
This calculates the analytics tracking label of the n-th news document in case it is of docType file. Since a file is being opened direcly the statistic tracker (when present) should be triggered directly from this newsbox.

Formula:
@If( strXdocDocType="file" & @Length(@Text(strXdocCategoryID))=32;@Eval("@GetDocField(\""+@Text(strXdocCategoryID)+"\";\"fileLabel\");"); strXdocDocType="file" & @Length(@Text(strXdocPageID))=32;@Eval("@GetDocField(\""+@Text(strXdocPageID)+"\";\"fileLabel\");"); @Eval("@GetDocField(\""+@Text(queueList)+"\";\"fileLabel\");") );