We have the same problem. Our field is named Exam_1 and we followed
Graham's link, but we still aren't able to show 86.44%. We start off with
84.44398798279 and when we add the formatting (exactly as this):
{={<<Exam_1>>}*100\#"0%"}
But all we saw was {={<<84.44398798279>>}*100\#"0%"}
Any help would be greatly appreciated. Could you write the line with Exam_1
being the field?
Thanks for your help,
Tony
> Hi Graham,
>
[quoted text clipped - 42 lines]
> >
> >.
Graham Mayor - 24 Nov 2004 07:53 GMT
If the result of the field comes in from the data source as 84.44398798279
then you don't need to multiply it by 100.
What you appear to be doing is inserting the string as text rather than
fields. Use CTRL+F9 to set the field boundaries {} and the required syntax
for this particular example would be
{ ={ Mergefield Exam_1 } \# "0%" }
Select the field right click and toggle the display then press F9 to update.

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> We have the same problem. Our field is named Exam_1 and we followed
> Graham's link, but we still aren't able to show 86.44%. We start off
[quoted text clipped - 65 lines]
>>>
>>> .
Graham Mayor - 24 Nov 2004 07:58 GMT
You've got me at it now :(
Forget the last (though that would work) - it should simply be
{ Mergefield Exam_1 \# "0%" }
or if you want to ensure that 84.51% does not roundup to 86% then
{ =INT{ Mergefield Exam_1 } \# "0%" }

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> We have the same problem. Our field is named Exam_1 and we followed
> Graham's link, but we still aren't able to show 86.44%. We start off
[quoted text clipped - 65 lines]
>>>
>>> .
Graham Mayor - 24 Nov 2004 11:10 GMT
I'm having one of those senior moment days - that should have read 'round up
to 85%' but then you guessed that :)

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> You've got me at it now :(
>
[quoted text clipped - 74 lines]
>>>>
>>>> .