Mail merge fields not displaying properly - Dollar signs and percentages

Hi folks,
I don't know much about mail merging, so I have a question.  I have most things working on my merge, but need help with a couple of minor items (I hope).  I have an Excel 2010 spreadsheet that we use for merging to a Word 2010 document. 
It has various fields such as name, address, city, etc.  It also has a field for a dollar amount formatted to two decimal places and showing the $ sign in Excel (ex. $67,000.00), but when it gets merged into the Word document, it displays as 67000. 
It doesn't pull the $ nor the decimal point and cents.
I also have the same thing with a percentage (Ex. 6.00%), displays in the Word document as .006. 
I think I have everything else working, but can't figure out how to format these items in the Word document to display properly.  Any advice?
Mike

If you insert the fields
{ MERGEFIELD Total_NB_Premium_away_from_Plan }
and
{ MERGEFIELD Total_Premium_of_Team_Sales_Target }
directly in your mail merge main document, outside an IF field, not nested in an { = } field, with no formatting switches, what results do you see?
Word will only apply a numeric format to things that it decides are numeric (broadly speaking, that includes numeric and currency amounts that it can recognise). It will leave anything else unformatted. So if you have something that looks a bit like a number
like "$-164,209.00", the chances are that Word will leave it exactly as it is.
When Word does not recognise something as being a number or a valid numeric expression, it will generally display one error or another when you try to put it in an { = } field. So, e.g. 
{ =$-164,209.00 } would give you the syntax error that you are seeing. (Assuming "$" is set up as the currency symbol in your COntrol Panel's regional options. If the regional currency symbol was £, you would see a different syntax error.)
The problem in this case probably originates in something that has happened in Excel. Normally, things that are numeric/currency in Excel come through as things that Word treats as numeric. But if for example, someone has entered a number formatted as text
in a column that has texts rather than numbers above it, Word may receive something that it does not think is numeric. You may have to fix your sheet before Word will "see" the numbers correctly.
When you have got to the point where WOrd sees the numbers correctly, you should be able to use
{ MERGEFIELD
Total_NB_Premium_away_from_Plan} \#$,0.00 }
(and the negative numbering formats if you want) without nesting the { MERGEFIELD } inside an { = }
Peter Jamieson

Similar Messages

  • Flash site not displaying properly in IE and chrome

    Any ideas of what is causing this code not to display properly in IE and chrome as checked on PC.
    It works on safari
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
              <head>
                        <title>n u h n | painting</title>
                        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
                        <script type="text/javascript" src="swfobject.js"></script>
                        <script type="text/javascript">
                                  swfobject.registerObject("myFlashContent", "8.0.0");
                        </script>
              <style type="text/css">
    <!--
    body {
              background-color: #FFFFFF;
              margin-left: 0px;
              margin-top: 0px;
              margin-right: 0px;
              margin-bottom: 0px;
    -->
    </style>
    <body>
                        <div align="center">
                                  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%" id="myFlashContent" align="middle">
                                            <param name="movie" value="index.swf" />
                                            <param name="quality" value="best" />
                                            <param name="scale" value="noscale" />
                                            <param name="bgcolor" value="ffffff" />
                                            <!--[if !IE]>-->
                                            <object type="application/x-shockwave-flash" data="index.swf" width="100%" height="100%" align="middle">
                                                      <param name="quality" value="best" />
                                                      <param name="scale" value="noscale" />
                                                      <param name="bgcolor" value="ffffff" />
                                            <!--<![endif]-->
                                                      <a href="http://www.adobe.com/go/getflashplayer">
                                                                <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" height="600" />
                                                      </a>
                                            <!--[if !IE]>-->
                                            </object>
                                            <!--<![endif]-->
                          </object>
                        </div>
              </body>
    </html>

    You can set an explicit width and height instead of a percent but I presume you want the flash object to be the size of the browser window specifying 100%. You also have noscale specified so I presume you're detecting the flash stage size and are dynamically laying out your content based on available space. Is that correct?
    That said, you're using XHTML strict but you have some invalid code. In browsers like IE that can be enough to pop compatibility mode and it gets messy. For instance the "align" attribute is not supported so you should remove it.
    Using 100% of the space is tricky. You have a scrollbar that can be invoked if you use 100%. Try 99% so the browser doesn't fire off a scrollbar just incase.
    Your CSS probably isn't doing enough either. Use your web developer tools in your browser to take a look at your object. You're only clearing margins on the body tag. Try something more aggressive to remove ALL margins and padding like so:
    *,html,body,object,div { margins:0; padding:0; }
    Your object probably has some margins or padding pushing it off screen and you're only setting margins for the body tag itself. Also a small CSS note. Anytime you specify a value of 0 you don't need to specify px, like 0px. No matter your unit, em, px, etc, 0 is 0. That's why I didn't put 0px if you were wondering.
    Also I specified 'div' in the CSS above. It may solve some of your problems to put your <object> inside a <div>.
    e.g.:
    <div style="width:99%; height:99%;">
        <object ............>
        </object>
    </div>
    Keep the <object> at 100% width and height if you place it inside that <div>. The browser is very good at dealing with <div>s and should have no problem keeping your content inside it resizing properly.

  • OLE Objects are not displayed properly-overlap characters and empty page

    I'm using CR4E 12 Runtime libraries to load and view reports that are created in CR designer  v10. Some of the OLE Objects (not all) are not displayed properly.
    1) A full page contains terms and conditions as ole object is not at all displayed and just shown as black image.
    2) Some data in a table (OLE Object) shown as overlapped characters.
    Any body know the reason and is there any workaround to solve this issue?
    Thankyou very much for your time.

    Your problem seems to be with the character encoding you are using for your text.  A quick google search for ColdFusion character encoding should turn up the answer.  In case you are interested in learning more:
    http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?cont ext=ColdFusion_Documentation&file=00001201.htm
    Hope that helps!
    - Michael

  • Lion text problem: Some text does not display properly in Safari and Firefox

    Hello
    Some text in Safari and Firefox is seriously degraded, making it useless. I changed to Firefox because Safari was displaying wrongly, but Firefox displays the same way, so it seems to be an OS problem. See image as an example:
    I cannot see subtitles on BBC streamed movies, and the timing of the movies on the bottom ribbon do not display correctly.
    I am using Lion 10.7.5
    Is there a solution for this problem?
    Thanks for any help.

    Unbelievable (and I still cannot believe that) - is wmode="transparent/opaque/etc" - not supported by safari ? then how do you suggest we go about transparent flash elements on web pages? why isn't it working on safari while on every other browser on earth it does?

  • SWF not displaying properly in FireFox and IE 7 & 8

    I am working on a site that is staging right now.  I have a gallery page that displays a Flash .swf file. It loads properly in all browsers, except only about 1/3 of the viewer shows up on the page in FireFox and IE 7 & 8. It displays perfect in Safari and older versions of IE.  Is anyone familar with this issue? Can someone offer any suggestions?  Thanks in advace.

    What version of Flash? What does the html page that holds the .swf look like? Can you share a URL where this file sits?

  • Mac mail rules do not display properly

    I use Mac Mail rules to manage my mail, but I am having trouble using them because, many time the "Perform the following actions:" display gets so scrunched together that I cannot see what I've already entered or, if I'm editing a rule, what needs to be changed (see image capture, below).  This does not happen with every rule but it happens on many of them.  It occasionally (but less often) happens with the conditions entries too.
    I've had this problem for some time, but it's gotten much worse since I upgraded to Yosemite.
    Another problem I'm having with the mail rules is that sometimes the "Stop evaluating rules" option is grayed out and I can't enter it as an action.
    Does anyone know how to fix this?

    Hi wret audio,
    Welcome to the Support Communities!
    The article below may be able to help you with this.  The best place to start filtering spam is at your email provider's website, before it even reaches your computer.
    iCloud: Why am I getting junk mail (spam)?
    http://support.apple.com/kb/ts4019
    iCloud: Identifying and filtering junk mail
    http://support.apple.com/kb/HT4899
    Mail (Mavericks): Manage messages using rules
    http://support.apple.com/kb/PH14906
    Cheers,
    - Judy

  • Value in data type p field not displayed properly when download to UNIX

    Hi,
    One of my programs downloads a file to UNIX server,
    here the data which i am downloading, one of the fields is of type P (it is of domain type DEC).
    The field displays very strangecharactershen i view it in UNIX server.
    I am using OPEN DATASET in binary mode statement.
    my system is unicode enabled ECC6.0 version
    Please help

    That is normal, type "P" packed fields with two decimal digits packed into each byte Use another type of field, if you want the field to be readable..
    Look at [Predefined ABAP Types|http://help.sap.com/erp2005_ehp_03/helpdata/EN/fc/eb2fd9358411d1829f0000e829fbfe/frameset.htm]
    Regards

  • CR on BW Query : Query fields not displayed properly

    Hi Experts,
    I am using Crystal reports 2008 with SAP Integration Kit for BO Enterprise XI 3.0
    I want to create a CR based on SAP BI 7.0 Query. But I add BI query as a datasource from SAP BW Query, it doesn't bring in all the fields correctly.
    All the Characteristics are displayed as D~ [0sold-to]~ K or D~ [0Material] ~K
    All KFs are displayed as M~ [Measures].[D4NXLFXS1ULO50FAO05ZCM9DN] ~ M or M ~ [Measures].[D4NXLFXS1ULO50FAO05ZCM9DN] ~ U
    Please help me how to see the proper description of Char or KF?
    Thanks,
    Smruti
    Edited by: Smruti Pattani on Dec 11, 2008 8:12 PM

    Hi,
    I built a Crystal Report on BI query using SAP BW MDX Query.I have Crystal Reports 2008 and BO Integration kit for sap XI 3.1. I am able to bring in all the query fields into report but when i try to see preview, system fails to retrieve data and it gives me error
    Database Connector Error: "BAPI Error # :0"
    Error occurred when starting the parser: timeout during allocate / CPIC-CALL: 'ThSAPCMRCV'
    Please help me how to resolve this issue.
    Thanks,
    Smruti

  • Fonts Will Not Display Properly In Mail

    Messages that I am receving in Mail will not display properly. All characters are represented with square with the letter A. I attached a screen shot.
    I changed the default fonts to many different options and nothing has worked.
    Any help would be great.

    Open up Font Book and validate your fonts.  You may have a corrupt font or corrupt font database.

  • Some HTML Emails Do Not Display Properly

    Recently, some HTML emails do not display properly in Mail. All I see is HTML. Yet, 98% of my HTML emails render properly.
    Any thoughts on why this happens with some emails? Is it a Mail issue or are these emails not coded properly?

    Hello Tony.
    Could be a combination but since Mail renders 98% of of all HTML messages properly (using Safari as the engine), this indicates it is a coding problem.
    I'm not a big fan of using HTML with email since it introduces a number of problems. If everyone used Plain Text for message composition, the majority if not all problems experienced with email would be eliminated.

  • Background of Virtual keyboard in iOS8 for iPad not display properly when pop up in Column mode.

    Background of Virtual keyboard in iOS8 for iPad not display properly when pop up in Column mode.
    Device:iPad 4
    OS:iOS8.0
    Repro Steps:
    1.Navigate to any page that virtual keyboard will be used.
    2.Use your finger slide on virtual keyboard to make it in Column mode.
    3. Hide the virtual keyboard in Column mode.
    4.Tap on any field to use the keyboard again.
    Actually result:
    Background of Virtual keyboard not display properly when pop up in Column mode.(It's fine in iOS7)
    Please refer to the image:

    Are you running the latest Adobe Reader Version i.e. 11.0.1? Can you please share the file where you are encountering this issue to [email protected]?

  • Lately pdf files from the Web do not display properly; what is wrong and how can I fix it so I don't have to use IE?

    I am a professor and frequently need to open pdfs of academic journal articles from electronic databases. Within the last two or three weeks, when I try to do this using Firefox, only the first page of the pdf displays and the rest are blank. In addition, a bar appears across the top with the message "This pdf file may not display properly." So I have had to switch to Internet Explorer to open the files and do my research. What is going on and how can I fix it so I can open pdf files from the Web in Firefox and have them display properly?

    My question is simple - why would you put an application in production that has a lot of bugs? To replace a good and steady Adobe product? My customers will believe that I put a pathetic fallible form online. They are not sophisticated on computers so I just tell them to use IE. Ugh
    I must agree with pgwebgirl!

  • Why is Mail 6.2 not displaying messages from my Exchange account?

    Greetings,
    I have a new 13" MacBook Air running Mountain Lion and I'm noticing that most of the time my Mail inbox is not displaying messages from my work Exchange account; however, it does display messages correctly for my Gmail account.  I've included a screen shot of what I'm experiencing.
    Any ideas?
    Thanks,
    Garry

    I have the same problem, as does a coworker. It happens, for instance, if I click on another mailbox (such as Junk) then go back to the inbox. Our company uses Exchange. Quitting mail usually fixes it. A rebuild of the mailbox will too.  Only happens on my Mac at work, not my Mac at home (connected via VPN).
    Another problem I have is with mail not syncing. Mail I have deleted from another device (such as on my Mac at home or my iPad) does not get deleted from my inbox at work. Sometimes they'll go away when I click on them. Other times they won't go away and the only way to delete them is to rebuild the mailbox.
    And lately I have had problems with attachments. Attachments sent from my Exchange account at work show up as .eml attachments in my iCloud account and mime attachments on my iPad or as a string of characters (20-30), not as an attachment. This happens whether sent from home or work.
    I have our IT department looking into the third problem (which is the most vital one for me).  I'll report the other two annoying problems and see what they can figure out.

  • Why is my youtube webpage not displaying properly?

    My youtube webpage is not displaying properly. its like tthere is only text and thumbnails and the whle webpage is too damn long. The videos don't play when clicked. Problem on both firefox and chrome. I disabled kaspersky av but it didnt make any difference cuz i thought the firewall mustve been blocking something. check screenshot attached.

    You can try these steps in case of issues with web pages:
    You can reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and remove cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > "Use custom settings for history" > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • My vertical Spry is not displaying properly in IE 8

    I am working on my first website using Dreamweaver CS4 and my spry is not displaying properly over my flash photo gallery.  It looks ok in Firefox (although the borders are missing on my submenu for "sheds tool list") but in IE 8 the submenus can't be seen.  How can I correct this?
    My website is www.toolshedstudio.com
    Here's my css:
    @charset "UTF-8";
    /* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
    ul.MenuBarVertical
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        cursor: default;
        width: 10em;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        z-index: 1000;
    /* Menu item containers, position children relative to this container and are same fixed width as parent */
    ul.MenuBarVertical li
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: 170px;
        border-top-style: outset;
        border-right-style: outset;
        border-bottom-style: outset;
        border-left-style: outset;
        border-top-width: thin;
        border-right-width: thin;
        border-bottom-width: thin;
        border-left-width: thin;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarVertical ul
        margin: -5% 0 0 95%;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: absolute;
        z-index: 1020;
        cursor: default;
        width: 8.2em;
        left: -1000em;
        top: 0;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarVertical ul.MenuBarSubmenuVisible
        left: 0;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarVertical ul li
        width: 8.2em;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Outermost menu container has borders on all sides */
    ul.MenuBarVertical
        border: 1px none #CCC;
    /* Submenu containers have borders on all sides */
    ul.MenuBarVertical ul
        border: 1px solid #CCC;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarVertical a
        display: block;
        cursor: pointer;
        background-color: #000;
        padding: 0.5em 0.75em;
        color: #CCC;
        text-decoration: none;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
        background-color: #33C;
        color: #000;
        font-size: 100%;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
        background-color: #33C;
        color: #FFF;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarRight.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarRightHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarVertical iframe
        position: absolute;
        z-index: 1010;
        filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarVertical li.MenuBarItemIE
            display: inline;
            f\loat: left;
            background: #FFF;

    Hi
    You flash movie doesn't have the parameter wmode=transparent. If  you set that, the menu bar will be on top.
    <param name="wmode" value="transparent">
    I hope this helps.
    Ben

Maybe you are looking for

  • Adding cost center range in KS05

    Hi, I want to add range for cost center field and from change Date in KS05. Can anyone guide me on this issue. Orelse If there is any function module to achieve this keeping select-options in KS05 by preparing our own report also will be helpful for

  • Change the Post Moved to another Forum procedure

    When a post gets moved to another forum, and you click on the green-arrow Moved: it shows you a new screen with the new link, and info where it is moved to. See here and here Could that be changed in such a way, that when you click on the Moved: it t

  • Issue while installing sap netweaver gateway

    Hi Experts, I am trying to install Netweaver Gateway  on SAP netweaver 7.3. Once the *.SAR files are placed in EPS inbox folder of the server, we are unable to find these add-on packages in transaction: SAINT. Tried to install this on Client 000 and

  • How can i use Java proxies?

    Hi, Q1. Where all can  java proxies be used?  Is it only in scenarios where a java appication(like jsp) is involved? I have a IDOC-XI-SFTP scenario. I have a java program that creates the SSH session and transfers files. I can use this as a Java Mapp

  • Audigy 2 5.1 with head

    I currently have an audigy 2 configured for 5. surround. But i now want to use a headset (headphones and mic) for skype. I have a logitec headset which has 2 audio jacks - one for the mic and the other for the headphones. How can i get this working w