Hi everyone,
We use the Integrity Gateway to export document content to Word, and users are requesting conditional formatting based on the content item's Reference Mode value.
For example, if the content is "Author" or "Reuse" it should display one way, with certain fields, in Word. But if the content item is in "Share" mode, it should display slightly different fields, or use different format.
I've tried both of these if clauses, to no avail (item is either completely ignored for output, or just defaults to the other conditional format).
<%elseif ( {Category} == "Feature") and ( {Reference Mode } == "2" ) %>
<%elseif ( {Category} == "Feature") and ( {Reference Mode } == "Share" ) %>
The "Reference Mode" value can be output into a Word document, but it seems like you can't use it in logical comparisons. Just wanted to see if anyone else has tried this.
Thanks in advance.
Christine