How can I conditionally include/exclude sections of text in my Word document based upon contents of the database, e.g. I want to do something like this in a Microsoft Word document (pseudo code):
IF <invantive:value-of expression="$P{Level}" /> GREATER THAN 3 THEN
TECHNICAL
Programming Languages
<invantive:foreach block="A.languages"><invantive:value-of expression="$F{technicalname}"/></invantive:foreach>
Operating Systems
<invantive:foreach block="B.systems"><invantive:value-of expression="$F{technicalname}"/></invantive:foreach>
END