FR Chart Question: How to display % next to numbers?

Hi FRville residents,
I am building a report that is mapped to the Actual/Budget column. In the Grid, I added % sign through FR formatting. When I map this column in my chart, and display the value, the chart shows values only. For example let say for Region 1, Actual/Budget is 50%. My chart is showing 50.
Is there any way to add the % sign in front of the numbers in charts?
Thanks,
A

Hello!
I know how to set headers and subheaders for charts and I did it.
I want to show values of "DATA FIELDS" in pie chart. And also want to hide text "Sum ORDERS.ORDER_AMOUNT" which has been created automatically.
P.S. I'm working with CR4Eclipse 2.0
regards, Lev

Similar Messages

  • Mapping question: How to display only hole numbers..??

    Hi all
    I have 3 fields in my message mapping where I need to convert them to hole numbers. This includes Invoice amount, Brutto and Netto weight. If Invoice amount says '2300.30' in my IDoc it should be '2300' in the xml document. If amount says '2300.70' result should be '2301'in my xml document. The same logic should be applied to the 2 weight fields.
    Thanks in advance
    Peter

    hi Peter,
    have you tried using <b>round</b> function?
    it's a standard function from the arithmetic functio group in the message mapping
    BTW
    with this function:
    2300.30 gives 2300
    2300.70 gives 2301
    tested
    description:
    round
    O = integer value back that is closest to the value of argument I. Corresponds to the Java function java.lang.Math.round().
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions">XI FAQ - Frequently Asked Questions</a>

  • Charting Question : How to manipulate Legend's labels

    I'm using a PieChart Control that uses dynamic data.
    <mx:PieChart id="gendersChart">
         <mx:series>
              <mx:PieSeries nameField="gender" field="count"/>                   
         </mx:series>                   
    </mx:PieChart>
    <mx:Legend dataProvider="{gendersChart}">
    For example, nameField value is = "male" and "female" for two wedges of pie chart, that is fine.
    But
    Legend control renders "male" and "female" as well, takes the values from the same nameField.
    How can i change those dynamic values at runtime? is there any legend label function or something?

    I would have thought the legend would update when you update the chart series.
    You can create a custom legend and update it manually or bind the labels in the custom legend to the values you want. There's doc on creating custom legends here:
    http://help.adobe.com/en_US/Flex/4.0/UsingSDK/WS2db454920e96a9e51e63e3d11c0bf69084-7c3e.ht ml

  • Question: How to display rating in SURVEY VIEW

    Hi,
    I've been using Lightroom for years. I love to use the SURVEY mode.  But today, I couldn't see the rating stars under each photo in Survey mode; I only see the flag status.  Now, it's probably something I did, like hitting a shortkey or something... but for the life of me, I can't figure out how to bring back that visual information.  After searching online + fiddling around with the settings, I finally thought I'd come here and ask if anyone knows...
    Thanks!
    PS. Lightroom 4.3RC  (why 4.3 RC, because I'm one of those plagged with a super slow Lightroom in develop mode, especially with my D800 files! I'm crossing my fingers with each RC update that the software will be faster... )

    Thanks Rikk!
    your screenshot pointed me in the right direction. It just happens that I had changed the background color of the Survey View, and the stars rating were now blending with the background, creating the illusion of them not being there.

  • Silly question, how to display a bitmap in a JDialog?

    I know there should be somehow easy to do this, but I can't find the documentation that would let me add a graphic object in a dialog box and assign a bitmap file (either GIF or JPG).
    Any help will be apreciated, or a link to a web page that shows this.
    Thanks

    i think the easiest way to achieve this is use a JLabel with an icon displaying the bitmap. You should write an utility method to create the Icon:
    public static ImageIcon createIcon(String iconName) {
              URL iconURL = getResource(iconName);
              if(iconURL == null) return null;
              ImageIcon icon = new ImageIcon(iconURL);
              if(icon == null || icon.getIconWidth() == -1) {
                   System.err.println("Failed to load '" + iconName);
              return icon;
    public static URL getResource(String resourceName) {
              return Thread.currentThread().getContextClassLoader().getResource(resourceName);
    Then you say:
    JLabel label = new JLabel(createIcon("images/myIcon.gif"));
    and all you have to do is place the label in the layout of your dialog.

  • Simple Question: How to display a photo library in iWeb as a single icon...

    Ok, this should be a simple one. I would like to have one single page in iWeb, that is a "photo gallery" page. Not a page that has multiple photos below, with the option for a slideshow. I would like to have an icon that represents a photo library, such as "my trip." Then, when a user clicks on that icon, they go to a page where they can view the thumbnails/images, or the slide show. Can anyone help me here, with as much info, because I'm a stupid IT guy....

    This might help
    http://www.mac.com/web/en/Tips/013C4180-4787-4847-BAAB-319222AFC652.html

  • How to display incoming caller numbers from india

    I live in US. When some one calls from india, No caller ID is displayed on iphone. How to see the number. I already verified that the callers did not blocked their numbers from being visible.

    I am using att. The number gets displayed on other att phones but not on iphone. This makes me believe that it should be problem with iphone.!

  • How to display the Page Numbers in AP Check Print Report

    Hi
    I am using <?for-each@section:G_CHECKS?> at form field. But It did not works for me.
    Please guide me inthis regard.
    Thanks
    Namitha

    In your case,
    <?for-each@section:G_CHECKS?>
    Table (A word table)
    Put the Form-Fields that you want to display
    Just type 1 of 1 where you want to display the page number.
    End Table
    <?end for-each?>
    Now on Microsoft Word
    Go to Insert -> Page Number -> Format
    Select Number Format: 1,2,3.....
    Under Page Numbering: select Continue from previous section
    That should do it.
    Thanks,
    Shaf

  • How to display every other images in image indicator

    Hi All,
    I am using IMAQ to grab and save high freq and high resolution images. I have an image indicator directly from "Image Grab Acquire". So, the image indicator is displaying every single images at a very high frequency too. We have to display frames, but not necessarily every single one (enough so the operator can see what's going on). So, I am wondering how I can display, say every other images (such as all odd/even number of images), or jump over two and display the third?
    Any help will be appreciated!
    Thanks!
    Wenlong
    Solved!
    Go to Solution.

    Here are some general comments.
    Image acquisition is "a horse of a different color" -- unlike many other I/O devices, the memory that holds the data (here called the "buffer") is managed by the driver, and isn't directly available to LabVIEW.
    I'm guessing that you are using NI Video hardware, as you are using IMAQ functions (I've only used IMAQdx).  Is this true?  What camera are you using?
    The IMAQ Extract Buffer (probably) "clocks" itself to the camera (I say "probably" because I don't know the hardware you are using).  This means that the While loop containing it will run at the frame rate of the camera (hence you can easily calculate the frame rate, as your code shows).
    This looks like an NI Demo routine, so I'm guessing that you don't have a lot of experience with Vision processing.  If you've got a lot of other LabVIEW experience, you should be able to make the leap to vision, once you get the idea of how buffers work.  Unfortunately, there's not as much in the way of tutorials and white papers on Vision as on other LabVIEW topics.
    So to your question -- how to display every Nth image.  Here's the key loop (which is lifted directly from your code):
    As menioned above, this routine is "clocked" by the Extract Buffer function.  What you do to display every N'th image is to put the Image control inside something like a Case statement that "fires" every Nth time.  
    Here's an "Nth" version of the above loop (some details omitted) --
    We still drive the loop filling every buffer with a frame.  But we then use the Integer Divide function to select the Nth image (those that have a remainder of 0 when i is divided by Nth) and wire the "image" line (it doesn't really hold an image) to the "Image" control, with the other case being "Default" (so all other valeus go there) and with nothing inside.  Thus every Nth time through this loop, the output of Extract Buffer is wire to an Image (and displayed), the other N-1 times the wire goes nowhere.
    Bob Schor

  • How to display text in reverse order ?

    I was wondering how to display data [text-numbers...etc] in the reversed order.
    E.g.
    if the data is as follows:
    ORACLE
    it should be displayed as:
    ELCARO
    thanx in advance !

    An alternative would be a MODEL clause solution:Nice!
    Here another alternative with only one measure:
    SQL> create table t
      2  as
      3  select 'bocajijA' col1 from dual union all
      4  select 'ORACLE' from dual union all
      5  select null from dual
      6  /
    Tabel is aangemaakt.
    SQL> select old_col
      2       , col1
      3    from t
      4   model
      5         partition by (col1 old_col)
      6         dimension by (0 i)
      7         measures (col1)
      8         rules iterate(10000) until (iteration_number = length(col1[0])-1)
      9         ( col1[0]
    10           = substr(col1[0],1,iteration_number) ||
    11             substr(col1[0],length(col1[0]),1) ||
    12             substr(col1[0],iteration_number + 1, length(col1[0])-iteration_number-1)
    13         )
    14  /
    OLD_COL  COL1
    bocajijA Ajijacob
    ORACLE   ELCARO
    3 rijen zijn geselecteerd.Regards,
    Rob.

  • How to display waveforms as double precision versus seconds in a chart?

    I need some help with the following:
    I am acquiring several waveforms that I display in charts. I would like to have an option to view data only when I press a button; I would like the new data coming in to append dirrectly to the old data displayed. If I do this with a waveform I cannot append to the old waveform displayed because the points coming is have the time information that will create a gap between old wave and new wave. In simple words is like this: when I turn onn a button data is flowing in my charts until I turn off the button; when I turn on the button again after a time t, the data will flow again on the screen but I will have a gap betweeen the old waveand the new wave of data. The gap is equal with t on the X-axis which displays the time elapsed.
    Question is how can I do such that when I turn the button again the data starts to flow at the point where I left it and not after time t?
    The problem might be saved by getting y from the waveform and displaying it in a chart? How would I set the X-axis to show me "y" (data) versus seconds?
    Anybody has some advice and/or example?
    Thank you

    Its hard to find the space to run wires all the way to the while loop boundary on these sorts of large block diagrams.  It is a little easier to read when you use a feedback node.  Do not forget to have an empty waveform with the correct dt plugged into the initializer terminal.  I don't see anything on the block diagram that would preclude you from using this method.
    There is an "Ignore waveform time stamp on x-axes" setting in the chart properties.  I have never played with it, perhaps it will do what you wish...
    Message Edited by jasonhill on 02-23-2006 03:38 PM
    Attachments:
    appendarrayfeedbacknode.PNG ‏3 KB

  • Topic area: Apple Mail.  Question:  How do I get the message preview window to display to the right of my list of email messages?

    Topic area: Apple Mail.  Question:  How do I get the message preview window to display to the right of my list of email messages? i.e. to preview whatever message is currently highlighted in the center window list of messages?

    At present there is no preference option available to move the preview
    pane to right side of the mail window.
    Best.

  • How to display the value of a column in a chart at the top of each column

    How to display the value of each column in a chart at the top of each column?

    Like this?
    Done using chart Inspector.
    For details, see Chapter 7,  Creating Charts from Numerical Data in the Numbers '09 User Guide. The guide may be downloaded via the Help menu in Numbers.
    Regards,
    Barry

  • SVG Pie chart : how to display no dat found message

    Hello,
    I have a SVG pie chart and written a message 'no data found' under charts attributes.
    If there is no data for the chart,
    In IE :the chart region will be blank . chart heading will be displayed and . no 'no data found ' message is displayed.
    In mozilla : in the chart region, i can see ,the part of whole page where i display the chart ,is filled . Chart region heading is also displayed.
    Could you please reply , how to display 'no data found ' in svg pie chart?
    Thanks in advance.
    Regards,
    Archana

    Hello,
    I have a SVG pie chart and written a message 'no data found' under charts attributes.
    If there is no data for the chart,
    In IE :the chart region will be blank . chart heading will be displayed and . no 'no data found ' message is displayed.
    In mozilla : in the chart region, i can see ,the part of whole page where i display the chart ,is filled . Chart region heading is also displayed.
    Could you please reply , how to display 'no data found ' in svg pie chart?
    Thanks in advance.
    Regards,
    Archana

  • How to display 3 lines in an AnyChart candlestick flash chart ?

    Hi,
    I have a nice Candlestick flash chart and I am using Anychart 5.1.2. i would like to display 3 horizontal bar lines on this chart.
    The values on the y axis on these 3 bar lines are contained into 3 items. Do you have an idea on how to display these lines with the XML ? Here is the XML existing.
    <?xml version = "1.0" encoding="utf-8" standalone = "yes"?>
    <root>
      <type>
        <chart type="Candlestick">
          <animation enabled="no"/>
          <hints auto_size="yes">
            <text><![CDATA[{NAME}
    Niveau maxi: {HIGH}
    Niveau moyen: {OPEN}
    Niveau mini: {LOW}]]>
    </text>
            <font type="Verdana" size="10" color="0x000000" />
          </hints>
          <names show="yes" width="150" placement="chart" position="bottom" >
            <font type="Verdana" size="10" color="0x000000" />
          </names>
          <values show="no" prefix="" postfix=" m ngf" decimal_separator="." decimal_places="0" />
          <arguments show="no" />
          <candlestick_chart>
            <bulls>
              <background enabled="yes" color="White" />
            </bulls>
            <bears>
              <background enabled="yes" color="Black" />
            </bears>
          </candlestick_chart>
        </chart>
        <workspace>
          <background enabled="yes" type="solid" color="0xffffff" alpha="0" />
          <base_area enabled="no" />
          <chart_area enabled="yes" x="80" y="50" width="670" height="280" deep="0">
            <background enabled="no"/>
            <border enabled="yes" size="1"/>
          </chart_area>
          <name text="&P8_SITE_AFF. - Niveau du &P8_DATE_DEBUT. au &P8_DATE_FIN. - Pas de temps : &P8_TRUNC. (DD : Jour, HH24 : Heure, MI : Minute)" >
          <font type="Verdana" size="14" color="0x000000" align="center" />
          </name>
    <x_axis name="Niveau min : &P8_NIVEAU_MIN. m ngf - Niveau max : &P8_NIVEAU_MAX. m ngf - Niveau moyen : &P8_NIVEAU_MOYEN. m ngf" smart="yes" position="center_bottom" >
            <font type="Verdana" size="14" color="0x000000" bold="no" align="center" />
          </x_axis>
          <y_axis name="Niveau" smart="yes" position="left_center" >
            <font type="Verdana" size="14" color="0x000000" bold="no" align="center" />
          </y_axis>
          <grid>
            <values />
          </grid>
        </workspace>
        <legend enabled="no"/>
      </type>
      #DATA#
    </root>Thank you for your kind help.
    Christian

    Hi,
    I have a nice Candlestick flash chart and I am using Anychart 5.1.2. i would like to display 3 horizontal bar lines on this chart.
    The values on the y axis on these 3 bar lines are contained into 3 items. Do you have an idea on how to display these lines with the XML ? Here is the XML existing.
    <?xml version = "1.0" encoding="utf-8" standalone = "yes"?>
    <root>
      <type>
        <chart type="Candlestick">
          <animation enabled="no"/>
          <hints auto_size="yes">
            <text><![CDATA[{NAME}
    Niveau maxi: {HIGH}
    Niveau moyen: {OPEN}
    Niveau mini: {LOW}]]>
    </text>
            <font type="Verdana" size="10" color="0x000000" />
          </hints>
          <names show="yes" width="150" placement="chart" position="bottom" >
            <font type="Verdana" size="10" color="0x000000" />
          </names>
          <values show="no" prefix="" postfix=" m ngf" decimal_separator="." decimal_places="0" />
          <arguments show="no" />
          <candlestick_chart>
            <bulls>
              <background enabled="yes" color="White" />
            </bulls>
            <bears>
              <background enabled="yes" color="Black" />
            </bears>
          </candlestick_chart>
        </chart>
        <workspace>
          <background enabled="yes" type="solid" color="0xffffff" alpha="0" />
          <base_area enabled="no" />
          <chart_area enabled="yes" x="80" y="50" width="670" height="280" deep="0">
            <background enabled="no"/>
            <border enabled="yes" size="1"/>
          </chart_area>
          <name text="&P8_SITE_AFF. - Niveau du &P8_DATE_DEBUT. au &P8_DATE_FIN. - Pas de temps : &P8_TRUNC. (DD : Jour, HH24 : Heure, MI : Minute)" >
          <font type="Verdana" size="14" color="0x000000" align="center" />
          </name>
    <x_axis name="Niveau min : &P8_NIVEAU_MIN. m ngf - Niveau max : &P8_NIVEAU_MAX. m ngf - Niveau moyen : &P8_NIVEAU_MOYEN. m ngf" smart="yes" position="center_bottom" >
            <font type="Verdana" size="14" color="0x000000" bold="no" align="center" />
          </x_axis>
          <y_axis name="Niveau" smart="yes" position="left_center" >
            <font type="Verdana" size="14" color="0x000000" bold="no" align="center" />
          </y_axis>
          <grid>
            <values />
          </grid>
        </workspace>
        <legend enabled="no"/>
      </type>
      #DATA#
    </root>Thank you for your kind help.
    Christian

Maybe you are looking for

  • Trinidad table problem with navigation

    hi all, i have a trinidad table on my jspx page. I set the rows size to 5 inorder to prevent all records being displayed. when there are more than 5 records we can navigate using previous and next buttons. when we click next or previous button the re

  • Can I batch change user access to folders & file read-write permissions?

    I had a corrupted user account on my iMac and after weeks of trying repairs I followed a forum suggestion to delete my account. Before doing so I synced all my document folders and files (since 2004) over my LAN to an external hard drive that was att

  • T42 error code 0210: Stuck Key FE

    I received this computer for chistmas as an IBM certified used equipment. It had been working great until last week when I needed to print out a homework assignment. When I powered it up I received the code 0210 stuck key FE. All the keys seem to be

  • HT1535 How can I synch my notes on my I phone4 and my new iPad 4 .?

    New iPad can't synch notes from phone ( loads ,! ) and vice versa !, HEEELP PLEASE .,,,

  • NAT mode vs Bridge mode

    Does anyone know how to switch the Internet Sharing on my Macintosh (which is giving my wireless devices access to the Internet) from NAT mode to Bridge mode? Thanks!