Hello,
I was playing around with the OpenDoPE add in in word and I haven't found a way to trigger a ternary content control yet. I apologize if this was covered somewhere, but in my initial research I have yet to find it.
It is possible with two conditionals to render either or but Ideally it would only be one boolean value.
My use case would be
if an xml value within my answer xml evaluates to true I would render some text otherwise another block of text would be rendered in that place.
I have a numbered paragraph where I'd want this to occur
if true:
1. hello the statement evaluated to true
2. other text
if false:
1. this statement is false another block of text
2. other text
I'd appreciate any help.
Thanks