Conditions for SHOW SECTION_START / SECTION END are ignored and everything within START/END is displayed in the document.
Both examples do not work in a HTML Document:
<<IF Object.Name IS DEFINED THEN SHOW SECTION_START>>
Name is DEFINED
<<SECTION_END>>
<<IF Object.Name IS UNDEFINED THEN SHOW SECTION_START>>
Name is UN-DEFINED
<<SECTION_END>>
<<If Object.Name='Test Name' Then SHOW SECTION_START>>
Object Name is Test Name
<<SECTION_END>>
<<If Object.Name<>'Docket Test' Then SHOW SECTION_START>>
Object Name is NOT Test Name
<<SECTION_END>>
I haven't checked if this only works with MS Office documents.
Just can't get it to work with HTML, have I got the code wrong?
Cheers