I’m making a large number of documents using the mail-merge approach connecting Writer to Base but I think it would be more efficient if I could Show hidden text on Condition as opposed to Hide hidden text on Condition.
For example I have 5 sentences and only one sentence should show if a condition from a Base field is true.
Currently I have to wrangle 4 hide conditions for each of the sentences that should remain hidden which can become a pain. With 5 sentences it means I have to manage about 20 hide conditions for the 5 sentences.
Example table
95.2
93.1
87.0
97.8
95.6
99.1
What I would like to do
SentenceA: The value is nearly 95 (Show if value > 94.5 and < 95.5)
SentenceB: The value is way above 95 (Show if value > 97)
SentenceC: The value is way below 95 (Show if value < 93 and > 90)
SentenceD: The value is really, really way below 95 (Show if value < 90)
Is their a simple way to do this or do I have to go into Extensions territory?
Thanks for your help.