How to Hide\Show DataLists?

Tekla Tedds for Word
Not version-specific
Tekla Tedds Tekla Tedds for Word
data

Solution

An elegant way of only showing a datalist once is to use the following expression in the Statement builder for the show argument (include all " characters)
"Not(VarExists(\"Name\"))"
This will only work if there is one and only one datalist call in the document.
{ =CSC|CALL DataList( "datalist.dls", "initial page", "initial selection", "prefix", "suffix", "", "", "Not(VarExists(\"Name\"))", "Append" )}
Was this helpful?