Make merged field bold if merged field > 3

V

Vick

The following suggestion below did not work because the merged field is
formatted as numeric
and needs to be tested as > 3 (or a specific number). The original merged
field appears as

{Mergefield "v1Mean"\# ##0.##}

So I am trying to format the above merged field in bold if the number
(v1Mean) is greater than 3.

Any more help greatly appreciated.

Vick
 
G

Greg

I don't know why it didnt' work. I just tested the following and it
worked fine. Apply bold formatting to the "M" of Mergefield
immediately to the right of the "3"

{ IF { MERGEFIELD V1Mean \# ##0.00 } >"3"{ MERGEFIELD V1Mean \# ##0.00
\* Charformat }{ MERGEFIELD V1Mean \# ##0.00 }}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top