Interval in y axis displays numbers off with respect to x axis

I am working on chart SQL 2008 R2. In my x-axis, I have three payers and in y axis I have Amount paid by each payer. If I define interval in y axis then x axis graph is not showing correct values. If I remove the interval in Y axis then my x-axis graph is
correct but y axis numbers are wrong(see graph1). 
Please see Graph2 where I have correct interval. Payer 1 has paid 29,000,000 and payer2 has paid 3,843,537 and payer3 has paid 270,000,000. I have set the interval min - auto. max - max ( of data value) and interval - 10,000,000 on y axis.
x-axis is category. Please help me with this. Is there any property I need to set. Thanks for your help.
Graph1

Hi Rachel_P,
According to the pictures, the Y-Axis shows incorrect values when you don’t specify the interval value. While when you specify the interval value, the columns in the chart doesn’t show correctly. Based on my research, I think this issue can be caused by
incorrect data type of the Amount field. When we add a string type field to the Values pane, it uses [Count(Amount)] as the values. Then the Y-Axis displays the number of amount values for each payer.
To fix this issue, we can add a calculated field with integer type amount values in the dataset, then display the new field in the Y-Axis. For more details, please see the following steps:
Right-click the DataSet of the chart to add a calculated field as below:
Field Name: Num                   Field Source: =CInt(Fields!Amount.Value)
Insert Num field to replace the Amount field in the Values pane.
The following screenshot is for your reference:
If there are any misunderstanding, please elaborate the issue for further investigation.
Thanks,
Katherine Xiong
Katherine Xiong
TechNet Community Support

Similar Messages

  • Display numbers formatted with leading zeros or spaces.

    There are some cases where you might need to display numbers with leading zeros or leading spaces, or trailing zeros.  I experimented with several methods and came up with some examples.  This is a Console application, but the results can just
    as well be output to a listbox in a Windows form.
    Sub Main()
    Dim snum As String, inum As Integer = 56
    snum = inum.ToString()
    Console.WriteLine(snum & vbTab & " ToString()")
    snum = inum.ToString("D4") 'adds leading zeros
    Console.WriteLine(snum & vbTab & " ToString(""D4"")")
    snum = inum.ToString("F4") '4 decimal places with trailing zeros
    Console.WriteLine(snum & vbTab & " ToString(""F4"")")
    Console.WriteLine()
    snum = String.Format("{0,4}", inum) 'leading spaces
    Console.WriteLine(snum & vbTab & " Format{0,4}")
    snum = String.Format("{0:D4}", inum) 'leading zeros
    Console.WriteLine(snum & vbTab & " Format{0:D4}")
    snum = String.Format("{0:F4}", inum) '4 decimal places with trailing zeros
    Console.WriteLine(snum & vbTab & " Format{0:F4}")
    Console.WriteLine()
    snum = inum.ToString().PadLeft(4, "0"c) 'leading zeros
    Console.WriteLine(snum & vbTab & " PadLeft(4, ""0""c)")
    snum = inum.ToString().PadLeft(4, " "c) 'leading spaces
    Console.WriteLine(snum & vbTab & " PadLeft(4, "" ""c)")
    Console.ReadLine() Console.Clear()
            For x As Integer = 1 To 20
                snum = x.ToString("D4")
                Console.WriteLine(snum)
            Next x
            Console.ReadLine()
    End Sub
    Solitaire

    I would add that many of these methods also work with numeric types that are not integers.
    Note that the "D4" format string doesn't work for non-integral types (such as Double and Decimal), and the "F4" format string doesn't pad with trailing zeros, it rounds to 4 decimal places (which can lose information). PadLeft works with
    the entire string, it isn't aware of the decimal point.

  • T.Code to display Transfer Order with respect to Deliver

    Hi all,
    Can anybody let me know,what is the transaction code to display Transfer Order Created with respect to delivery.
    Thanks in Advance.

    Hi Joginder,
    Thanks for early early.
    Do you know the steps to create TO with respect to delivery.?(by any chance)
    I a technical consultant. I dont have any idea on this.
    I have searched in SDN/Google but couldnt find steps to create TO with delivery.
    Thanks

  • Apple Display doesn't shut off with new Mini

    I have a brand new 2009 Mini hooked up to my 23" Apple Cinema HD display.
    When I shut down the Mini, the power on the display does not power down.
    I used to have this same display hooked up with the same mini DVI to DVI connector hooked up to my late 2006 MacBook. The display used to shut down when I shut down the MacBook.
    There is absolutely nothing different in my setup between the MacBook and the new Mini as far as connections and cables as I'm using the same cables.
    Is anyones display powering off with their new Mini?
    I wouldn't think that the mini DVI out would be any different on the MacBook as compared to the new Mini. But apparently there is unless I'm missing something.
    I don't really want to live with this as all of my computers shut down automatically at night using the Energy Saver control panel. With the new Mini, the display remains on all night.
    Maybe I should have bought a new MacBook Pro 13 to replace my older White MacBook 13.
    Ideas? Suggestions?

    I would hate to say that this might be an upgrade issue with recent updates.. I 'used' to be able to power off the monitor (touch the switch on the side and the light goes off) but no longer able to.
    And to confuse the issue, the 23" ACD power switch is now acting like the Mac Pro's power switch.. While the Mac Pro is running a lengthy process, I'll often turn off the monitor if I am away for a few hours but now, when I touch the ACD power button, the Mac Pro responds with a "shut down, sleep or log off" kind of query.. Well that is certainly new to me..
    Does this happen to yours as well?

  • Putting the Displays to Sleep with Game Server Running

    I have a game server, ok?
    I have the console box on my desktop, which runs the sever (COD2) and keeps it active.
    I try to put my displays to sleep ( hot corner bottom left ), but it always turns back on again. I don't want to put my computer to sleep because I have an active webserver and if I enable sleep mode, the webserver will stop listening.
    Is there a way to keep my displays shut off with my computer still active, but still have the Game Server running fro my desktop console box running the server?

    Something is waking the display up then--it might even be that server connection.
    Do the brightness keys lower the display brightness to an "off" state? I know they do on the Mac notebooks.
    I know that wouldn't be the best solution, but that would get the result you're looking for.
    ~Lyssa

  • How to populate the data or details of only the present year and the previous year with respect to the given RATNG?

    Hi All,
    I have created a form with 5 blocks (namely ENQACMHDR, ENQACMDTL, ENQACEHDR, ENQACEDTL, ENQACSPEC), where i have 8 push buttons (namely ENTER_QUERY, EXEC_QUERY, CLEAR, FIRST, NEXT, PREVIOUS, LAST & EXIT).
    This form is created just for viewing purpose only. So after I execute, all the blocks have been blocked against insert & update.
    I query on 2 fields that is 'ENQNO' and 'RATNG' (Both the fields belong to the block ENQACMDTL).
    When I click on 'EXEC_QUERY' directly, all the data of all the years populates.
    But the user wanted the data to be populated from only the present year and the previous year.
    So , on 'WHERE Clause' of the property_palette of 'ENQACMDTL' block , I put in the following condition:
    SUBSTR(ENQACMDTL.ENQNO, 1,4)=TO_CHAR( ADD_MONTHS(SYSDATE,-12) , 'YYYY') OR SUBSTR(ENQACMDTL.ENQNO, 1,4)=TO_CHAR(SYSDATE, 'YYYY')
    PROPERTY PALETTE (ENQACMDTL block)
    WHERE Clause
    SUBSTR(ENQACMDTL.ENQNO, 1,4)=TO_CHAR( ADD_MONTHS(SYSDATE,-12) , 'YYYY') OR SUBSTR(ENQACMDTL.ENQNO, 1,4)=TO_CHAR(SYSDATE, 'YYYY')
    Now the data of only the present year and the previous year is being populated. Its ok with the field of 'ENQNO'.
    The problem is when i query on field 'RATNG' . 'RATNG' is a Text_item with Number of Items displayed=5. (5 rows)
    The following are 2 columns of a Table (Name=ENQACMDTL) in Database.
    ENQNO
    RATNG
    2013900054
    500KC2
    2013900047
    800KC4
    2013520018
    750KC6
    2012900037
    1000KC2
    2012520109
    500KC2
    2012140019
    750KC6
    2011540036
    500KC2
    2011100030
    1000KC2
    2006100007
    90KD8
    2006750014
    750KC6
    2006900072
    500KC2
    The first 4 numbers of 'ENQNO' denotes the year. There are more than a lakhs of records.
    So when i query on the field 'RATNG',
    Example:For RATNG=500KC2;
    I click on ENTER_QUERY, On the field of 'RATNG' , i put in the value 500KC2 and click on  EXEC_QUERY; Details with respect to 500KC2 is displayed as well as all the other unwanted RATNG like 750KC6, 1000KC2 (which belongs to the ENQNO of the present year and the previous year) also gets displayed.
    I want details of only RATNG (500KC2) to be displayed, but only of the present year and the previous year, that is 2013900054, 2012520109 (ENQNO).
    Other than 500KC2 RATNG, no other RATNG must be displayed.
    The RATNG=500KC2 is also present for ENQNO=2011540036 , 2006900072. But I dont want these to be displayed.
    I want only the data or details of the present year and the previous year to be displayed or populated with respect to the given RATNG.
    Can You Help me or tell me what do i do for this?
    Hope I'm clear with my question!!
    If my question is not clear, let me know plz.
    Thank You.
    Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    Oracle forms 6i.

    On key-exeqry you have to program.  Delete all other trigger codings for checking your condition.
    It dint work on key-exeqry.
    I tried key-exeqry on form trigger, block (enqacmdtl) and also on field(:enqacmdtl.enqno) , but none of them worked.
    It did not display the message.
    I have a 'PUSH-BUTTON:EXEC_QUERY.
    For EXEC_QUERY, Trigger : WHEN_BUTTON_PRESSED;
    I added the following code:
    if to_number(substr(:enqacmdtl.enqno,1,4))<to_number(to_char(add_months(sysdate,-12),'YYYY')) then
         message('The Rating is not present for the present year and the previous year');message(' ',no_acknowledge);
         raise form_trigger_failure;
    else
         execute_query;
    end if;
    It is working fine and the message is being displayed.
    But again I have a new problem and that is;
    On the field :enqacmdtl.enqno, when i enter the '2013%' and press 'EXEC_QUERY', it works fine.
    but when i enter '2006%' and press 'EXEC_QUERY', it shows the following error
    FRM-50016: Legal characters are 0-9 - +E. It does not display the message also.
    but when i enter the complete number, '2006580002', then it works fine , that is it displays the message (The Rating is not present for the present year and the previous year).
    The problem is because of '%', only when i put in the restricted data (which does not satisfy where condition).
    How do i solve this?
    Thank You Priyasagi.

  • My waveform chart is suppose to be with respect to time but I've noticed it is plotted with respect to the number of times through my VI

    I was under the assumption that waveform charts in LabVIEW 6i atomaticly displayed wired data with respect to time in seconds. However, I noticed that my chart plots data with respect to the number of data points my VI has generated. Is there anyway to fix this so that the chart actually plots vs. time. I've attached VI. The CIN is to a Computerboards Inc, thermocouple. Any help would be appreciated.
    Attachments:
    tepTInScan.VI ‏73 KB

    It appears that the chart is set to display relative time but since you don't have the acquisition in any kind of a loop, your relative time is pretty meaningless. You've got the dX of the chart set to be one, so yeah, at the beginning, the x scale numbers are going to be the same as the number of aquisitions until you've run it more than 60 times. At this point, you'll see the x scale show minutes and seconds. If you want absolute time for the x scale, look at the examples Real-Time Chart.vi or Variable-Time Chart XY.vi.

  • When turning on my mac book pro it displays a screen with apple logo and begins loading a loading bar, after this continues to show loading circle however has been like this all day still no different. Tried turning it on and off however still same!

    When turning on my mac book pro it displays a screen with apple logo and begins loading a loading bar, after this continues to show loading circle however has been like this all day still no different. Tried turning it on and off however still same!

    ... then run Disk Utility, Repair Disk.
    Also:
    Resolve startup issues and perform disk maintenance with Disk ...
    Mac troubleshooting FAQ: start-up woes
    How To Fix Common Mac Startup Problems
    Mac Stalls on Gray Screen at Startup - Troubleshooting Mac Startup ...

  • Simplified Chinese displayed as boxes with numbers

    Firefox used to be able to display Simplified and Traditional Chinese character pages perfectly when it's set at "Auto detect- Chinese". However, ever since I updated to 4.0b7, Simplified Chinese characters have all started to be displayed as boxes with little numbers in them.
    Despite trying different encodings, such as GBK and GB18030, nothing is able to properly display Chinese simplified characters. I have IE as well, and it is able to display both S and T Chinese pages without a problem like Firefox before 4.0b7. I'm using English version of FF with 64bit Windows 7.

    The boxes with little numbers mean that Firefox is now unable to find a font which supports the characters in question. (It's nothing to do with the character set detection.) This could either be because the fonts have been removed from your computer (unlikely, if IE can find them), or perhaps because the website has changed to ask for fonts you don't actually have, or perhaps it's serving different pages to different versions of Firefox. Were you on 4.0b6 before, or 3.6.x?
    Gerv

  • Datagrid doesn't display numbers with more than 19 digits

    With patch 1 the SQL Developer datagrid should display numbers with more than 10 digits. But the limit seems to be 19 digits now. Number20 and Number21 fields are not displayed on my machine.
    WinXP Prof. 2002 SP2
    SQL Developer 1.0.0.14.67
    Personal Oracle Database 10g Release 10.2.0.2.0 - Production with options Partitioning, Spatial and OLAP

    I saw this as well and am working on fixing it.
    -kris

  • I can't seem to run 3 external displays of off my MacBook Pro 13inc with Retina.

    I can't seem to run 3 external displays of off my MacBook Pro 13inc with Retina (2.8GHz Intel Core i7, 16GB 1600 MHz DDR3, 512GB SD driven, OS X 10.9.3) It only picks ups 2 displays. I also have a 15inch Mac Book Pro with Retina that can run all 3 screens. Any suggestions, please?

    The late 2013 MacBook Pro Retina 13 inch screen model can power three external displays in addition to its own.
    Here is a video showing three external displays working; 1 HDMI, 1 MiniDisplay Port, and 1 thru USB using a Startech external video card to DVI adapter. All the external displays are old 23 inch Apple Cinema Displays hooked up thru each monitor's Apple Display Connector (ADC), then to Apple ADC to DVI adapters, then a third adapter (HDMI, USB, MiniDisplayport). So ADC/ADC to DVI/DVI to whatever/MacBook. The monitors are probably older than some of the users on this board. The USB to DVI external card/adapter is what makes it work, and it's less than $70 online.
    http://youtu.be/ys_Glzkh0aE

  • Retreveing numbers off a phone with a broken scree...

    i have the nokia 6070 but the screen broken and all my numbers are on the phone.the phone is perfect except i cant see what im doing because of the screen.does anybody know how to get the numbers off the phone and onto the sim
    thanks, conor

    connect the data cable to your phone and pc download pc suite goto contacts on your pc suite there is your contacts copy to im and disconnect simple and contact to nearest nokia service centre where do u live in euro then goto park evu other wise visit the globle site of nokia www.nokia.co.uk
    silvi

  • Using CSS and Javascript to display a div with flash in it, mozilla reloads the flash file!

    I am using CSS and Javascript to display a div with an
    embedded flash object in it. Mozilla Firefox reloads the flash file
    when the div is displayed! (I dont want this to happen, as it's
    unexpected functionality, my expectation would be that the flash
    file would not change it's state at all, and would remain in
    whatever state it was left in.)
    I was wondering if anyone has come across this issue and is
    there something I can do to prevent this from occurring?
    To be more specific, I have a single HTML page with 8 flash
    files embedded in it (yeah I know, it's a bit much). I am then
    using CSS and Javascript to display (via a numbered link (with an
    id)) an equivalent numbered div tag containing the flash file.
    Mozilla Firefox reloads the flash object that is in the div.
    Internet Explorer will not do this and will instead, load the flash
    object only upon initial view of the flash object. All subsequent
    links (in IE) will NOT reload the flash object on the page. I'm
    guessing this is some kind of difference in the flash player as an
    Active X object and the plugin, or is it just IE being clever? Or
    am I way off?
    Anyway, here is the code...

    I am using CSS and Javascript to display a div with an
    embedded flash object in it. Mozilla Firefox reloads the flash file
    when the div is displayed! (I dont want this to happen, as it's
    unexpected functionality, my expectation would be that the flash
    file would not change it's state at all, and would remain in
    whatever state it was left in.)
    I was wondering if anyone has come across this issue and is
    there something I can do to prevent this from occurring?
    To be more specific, I have a single HTML page with 8 flash
    files embedded in it (yeah I know, it's a bit much). I am then
    using CSS and Javascript to display (via a numbered link (with an
    id)) an equivalent numbered div tag containing the flash file.
    Mozilla Firefox reloads the flash object that is in the div.
    Internet Explorer will not do this and will instead, load the flash
    object only upon initial view of the flash object. All subsequent
    links (in IE) will NOT reload the flash object on the page. I'm
    guessing this is some kind of difference in the flash player as an
    Active X object and the plugin, or is it just IE being clever? Or
    am I way off?
    Anyway, here is the code...

  • HT1477 When i disconnect my iPod 2nd Gen from my laptop, its display turns off and working freezes. Please help me.

    When i disconnect my iPod 2nd Gen from my laptop, its display goes off and working freezes. Please help me.

    The computer freezes?  There may be something wrong with the USB port.  If the laptop has more than one port, does this happen on any port?  If you are disconnecting the shuffle cable from the computer, does it make any difference if you disconnect the shuffle at the other end of the cable first, then disconnect the cable from computer?  Or if you currently disconnect the shuffle from cable first, try it the other way.
    You may be able to work around this problem, if you get a self-powered USB hub.  Something like this one
    http://eshop.macsales.com/item/NewerTech/USB2HB7PRO/
    There are many choices, but be sure to get one that has its own power supply.  You can leave the shuffle cable connected to the hub, and connect the shuffle to the hub, instead of directly to the computer.  This may provide a "buffer" for whatever is causing your laptop to shut off when the shuffle is disconnected.  Since the hub has its own power supply, it will not rely on the computer for power to re-charge the battery.

  • Closing MacBook lid w/ mini-DVI to second display turns off second display

    I hooked up a MacBook to another display via the mini-DVI to DVI adapter but, when I close the lid of the MacBook, the other display goes off. The display settings are set to mirror and this doesn't happen with my MacBook Pro. With my MacBook Pro, I can close the lid and continue working with the monitor connected directly to the DVI port without issues. Anyone have any suggestions as, to use my MacBook this way, both displays remain lit which is kind of pointless. Thanks in advance,
    Derren.
    Black 2 GHz Macbook   Mac OS X (10.4.8)   1.5 GB RAM

    It is puts the Macbook to sleep when you close the lid.
    All you need to do is press a key on the external keyboard or mouse and it will wake up the Macbook with the lid closed. If you are using bluetooth for your external devices, ensure that the "wake from sleep" option is enabled under Bluetooth setting in System Preferences.

Maybe you are looking for

  • Unable to install Oracle 9.0.1 on Linux RedHat

    Hi, I am unable to install Oracle 9.0.1 on Linux RedHat, tried many times. While installing i get following errors- "Error in invoking target install of makefile /usr/oracle/9.0.1/plsql/lib/ins-plsql.mk" "error in invoking target ioracle of makefile

  • Solved: message "You are not connected to the Internet" after idle sleep

    Summary: What worked for me was to turn off IPv4 and IPv6 on my unused interface. The problem was that after my computer had been in sleep mode, Safari would say: "You are not connected to the Internet." or "softwareupdate -l" would say: "This comput

  • How to consolidating iTune Libraries from multiple Mac

    I was using my Powerbook when I stationed oversea. Now that I am back home, I would like to move the music I have purhcased oversea and loaded on my Powerbook to the iTune librbary I have on my desktop without having to scan thru the CD one by one ag

  • [SOLVED] Dzen2 shadows

    So I've got dzen set up with two bars on the top so that I can have a part of it left aligned and part right aligned. The problem is that with xcompmgr running it causes a shadow along the edge of the two bars; Finally, here is the part of my script

  • [CS3][JS] Selecting Layers by Name

    I'm trying to design a script to select layers by a given name. And then PDF layer1 (base) and certain items that are on each layer 1 at a time so I have multiple different pages. But the PDF thing doesn't seem to be much of an issue. I just can't se