Value limit in graphs 2147483?

When making graphs in illustrator CS3, I often get the error message when changing the figures in the Value Axis that the maximum value is 2147483 -- which does me no good since I am working in larger numbers.
Anybody know how to get around this problem?
Thanks,
Kevin

I do not see this problem, what system are you on? this was from a Mac
What type of Chart/Graph?
Did you try resetting the preferences?

Similar Messages

  • Decimal format time value to convert into time (hr:min:sec)value in a graph

    I need to develop a graph in WAD, in BW7. In the graph the value must be showed as HR:MIN:SEC, which I cannot get it right.
    The keyfigure value  carries the duration(hr:min:sec) in decimal format.  In the query, I use this keyfigure for calculation. To get the time broadcasted for a week range. I get the total duration (say 507835.000). Now I need to convert this value back to hr:min:sec. I use the below formulas to get the hr, min, sec.
    D = 507835
    Val1 = D/3600
    Val2 = Frac(val1)
    Val3 = Val2 * 60
    Val4 = frac(Val3) * 60
    Hr = Val1 – Val2
    Min =  Val3 – frac(Val3)
    Sec =  Val4
    In another formula in the query I add Hr + Min/100 + Sec/10000 to get hr.minsec format.
    When I do an average on count of weeks,  this doesn’t round off correctly.
    I tried to also use the Data function TIME() which when the time is > 24 hrs changes the value.
    Lets say if it is 39:00:00, it shows value as 15:00:00 instead of keeping the value 39:00:00.
    When I used this value in the graph it did not show the HR:MIN:SEC values in the value axis instead  it showed 0.0, 0.1,….1.0. Bcoz of this the graph is blank.
    Can anybody help me to resolve this problem.
    Thanks alot
    Anima

    I checked SU01 and didn't see anything there to customize...
    In my workstation, control panel / regional and languages settings / tab regional Options / customize; my time format is HH:mm:ss; the HH has to be in capital letter to display the time in 24 hour...
    but this is strange anyway... are you reporting with web frontend or excel?

  • Workflow issue in SC (WS10000276) - Value limit 1 step approval

    Dear Experts,
    We are configuring 1 step value limit approval in SRM 7.0 for SC.
    We have maintained the attribute SLAPPROVAL for the employee who raises the shopping cart with the manager.
    For the roles assigned to Manager and employee we have specified the spendding limit and approval limit.
    Activated the WF WS10000276.
    When I create the SC it is not determining the approver based on value.
    We have even tried out by assigning agents for the WF WS10000276.
    Can any one help me in this regard.
    Is there any attribue SLAPPROVERLIST where we need to maintain the approvers.
    Please give me the steps to configure.
    Thanks,
    B.N.Karthikeyan.

    Hello BN,
    I tested the WF in SRM 5.0 and had to set the SLAPPROVER attribute to "USMANAGER01" if the approver/manager was the User Id MANAGER01. Meaning with US in front of the User Id of the Approver.
    But you might have already done this.
    Franz

  • How to get y axis value(in a numeric control) by providing x-axis value using wave graph

    Hi,
    I'm new here, Sorry if i have selected wrong Location.
    I want to get Y-axis value (in a numeric Control) by providing X-axis Value using Wave graph.
    i want to do calculations with the obtained value.
    i have attached File and Snapshot.

    Well, you are using the Dynamic Data Type, which I almost never use, but if you convert the data to a WaveForm (using From DDT on the Signal Manipulation Palette, which is a choice when you right-click on the DDT Wire), you should be able to do this.  Do you know about how Waveforms are stored?  They are a Cluster, with t0 being a TimeStamp for the start of the Waveform, dt being the time step, and Y being the samples.  So if you want a point at 0.5 seconds and dt is 0.001, you would pull out the point at Index 499 (offset 0) from the Y array.
    Bob Schor

  • How can I restrict a vendor with certain value limit?

    Hi Gururs,
    How can I restrict a vendor with certain value limit?.
    Scenario is like this
    If my company was decided to purchase goods from a particular vendor upto Rs.1000, if cross the rs.1000 limit don't allow the Posting the PO and get the Message as warning/error.
    Give the configuration setting's and T.codes
    Thanks and regards
    G.N.Rao

    Hi
    Go to T.Code oms4 and then select the material status BP (Blocked for purchasing)
    Click on Details
    In that under Purchasing select the option A= Warning or B=Error
    Click on Save
    Thus by doing this no further purchasing function for that material can be done. So the PO can not be issued
    So as and when the value limit reaches see that purchasing option is blocked
    So no further PO are generated in the future
    I hope this helps you out
    If found useful reward accordingly
    Thanks
    pavan

  • Data values on 3D graph

    Hi
    i am able to show data values on all graphs but how to show same on 3D graph in RTF format... as i have already tried same code in Alt Text tab of 3D chart graph but it is not showing up the data values....
    Help me to how can i show data values on 3D graph.
    thanks & regards

    http://winrichman.blogspot.com/2008/09/slice-label-in-pie-chart.html
    chart:
    <Graph depthAngle="50" depthRadius="8" pieDepth="30" pieTilt="20" seriesEffect="SE_AUTO_GRADIENT" graphType="THREED_BAR"><LegendArea visible="true" /><SliceLabel  textType="LD_TEXT_PERCENT" visible="true">
    <ViewFormat decimalDigit="2" decimalSeparator="." decimalDigitUsed="true" decimalSeparatorUsed="true"/>
    </SliceLabel><LocalGridData colCount="{count(xdoxslt:group(.//ROW,  'YEAR'))}" rowCount="{count(xdoxslt:group(.//ROW,  'TEXT'))}"><RowLabels><xsl:for-each-group select=".//ROW" group-by="TEXT" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><Label><xsl:value-of select="current-group()/TEXT" /></Label></xsl:for-each-group></RowLabels><ColLabels><xsl:for-each-group select=".//ROW" group-by="YEAR" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><Label><xsl:value-of select="current-group()/YEAR" /></Label></xsl:for-each-group></ColLabels><DataValues><xsl:for-each-group select="//ROW" group-by="./TEXT" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><xsl:variable name="G1" select="current-group()" /><RowData><xsl:for-each-group select="//ROW" group-by="./YEAR"><Cell><xsl:value-of select="sum($G1[(./YEAR=current()/YEAR)]/COUNT_DISTINCTP.ID_)" /></Cell></xsl:for-each-group></RowData></xsl:for-each-group></DataValues></LocalGridData> </Graph>
    Re: LD_TEXT_PERCENT in Pie chart
    Re: need to put value and test in pie chart
    Re: Pie chart label values
    Re: Values versus percentages in Pie chart

  • Limit SC: value limit lower then expected value

    Hello,
    When I request a Limit item shopping cart and I, for example, set the valluelimit on u20AC400,- and the expected value on u20AC1200,-, the approval takes place on the amount entered in value limit (u20AC400,-), but the p-order inherts the amount in expected value (u20AC1200,-).
    In confirmation it is only possible to confirm u20AC400,-.
    This is not a desirable behaviour because the approval can be avoided and it could lead to "confirmation problems" when the values are entered wrong by mistake.
    Is there a solution that solves the problem?
    Thanks in advance!
    Regards,
    Jorgen

    Hi Jorgen ,
    The system uses the "Value limit" for any approval process and this
    value will be displayed on the PO. The "Expected Value" is used for
    controlling and represents the total commitment being made by the
    document. If your commitment ("Expected Value") is greater than your
    "Value Limit", then the purchaser can increase the "Value Limit" on
    the purchase order to allow the commitment to be met. For example,
    you have a purchase order that will be in effect for a while and you
    only want a limited amount released each month. You would enter the
    total amount in the "Expected Value" and each month you would increase
    the "Value Limit". This may be, for example, $12,000 for a year.
    However, you may not want the full $12,000 posted against the order all
    at once if it is a 12 month order for something recurring. You would
    put the "Value limit" at $1000, for example, because that controls the
    total that can be posted against the service entry sheet.
    Using BAdI BBP_DOC_CHECK_BADI, you could implement your own error
    message to be raised if you would prefer that the user cannot enter
    an "Expected Value" greater than the "Value Limit".
    I hope this information helps you.
    Best regards
    Summer

  • Increase Value limit in MIRO

    Dear all gurus,
    How to increase the value limit in MIRO?
    Upesh

    Thanks for reply ,
    actually it is tolarance limit config sir,  I am facing problem in to value limit in MIRO doc. prcently I can post MIRO doc in my client more than 100 CR. (INR).
    Upesh

  • Value Limit in Service Line

    Hi All,
    While doing a service order and entering the item in service line with a total value of more than 100 crores  I am getting a error message no.SE370 that Value of line exceed allowed value limit.But I did not find the message SE370 in the attributes of System Message neither in PO environment data nor in Service environment data.Where this value limit is mantained .Or how to get rid of this message which I am getting .From the message in SE area although I am getting the message number deleting the same what will be the repurcussion .
    Dhruba

    Hi,
    IN overall llimit field also it is not taking more than 100 crores and same message appears.Even while creating MK contract with K+D in service line when the value becomes 100 croes the same message appears.I think there may be some table where the value limit gets defined.
    Has any one experienced such problem ,please answer .
    Dhruba
    Edited by: Dhruba Charan Behera on Feb 8, 2008 9:22 AM

  • Transfer PO value limit from HR system to SRM system

    Hi All,
    Kindly provide some inputs about how could I transfer the PO value limit from HR system to SRM system.
    It would be good if you please explain in brief.
    Regards,
    KM

    Done

  • Passing the values from the graph when we use Navigate to the BI Content

    Hi,
    The following are the problems which we are facing when navigating to the other BI report.
    1)When using the “Navigate to BI content” action the values are not getting passed to the detail report from the graph. Is there any limitation or any alternative to make it work?
    When I click on the Bar graph I need to pass the corresponding period and the dimension (EX: Operating Unit – Vision Services R+D) to the detail report.
    2)I have tried using the “Navigate to Web page” action. I am able to pass the values but the page is getting opened in another window. I want that page to be opened in the same window so that my presentation variable values are not lost.
    3)When I click on the bar graph, I am able to pass the values period and operating unit. But my presentation variable values are lost. I want to retain them.
    Please help me out in achieving this scenario.
    Thanks,
    Chaithanya

    Hi,
    In the column properties give the navigation to other reports from the interaction tab and make a chart with the column and in the dashboard -->edit dashboard-->in the section where the report is placed--->give 'drill in place'.
    Regards
    MuRam
    NOTE: Please mention if this resolved your problem/still facing and close the thread.

  • To display average value in a graph

    Hi There,
    In one graph I need to display the duration for each week as per the week range selected and a separate average duration value of the weeks selected.
    Is it possible to develop a query for above average value and use this query in WAD?
    Can anybody help in providing a solution
    Thank you
    Anima

    BI Query data can be fed directly to WAD Charts.
    See below.
    http://help.sap.com/saphelp_nw04/helpdata/en/0c/95c83956852b51e10000000a114084/content.htm

  • Default Colors Limit for Graph in OBIEE 11g

    Hi, I'm using OBIEE 11g (11.1.1.6.6)
    When I use a graph (either bar or pie), I notice that OBIEE only has 12 default colors to use in the graph. So it starts from blue, red, and so forth, until the 12th color, then for the 13th color it will use the same blue again, and so forth.
    The problem is that my column values are more than 12 (it could be 20, it could be 30, etc). So, the repeating colors doesn't make any sense for the graphs.
    Could somebody please advise me on how to increase the default number of default colors used by OBIEE (so that it will be like 50 default colors set automatically by OBIEE, just in case)?
    Thanks so much!

    Hi,
    type HexaDecimal colors in google you will find n number of colors with the code number, just use this color codes by adding# before every code in the column format properties.
    for ex: #ccc99
    Follow this follwoing link
    http://www.google.co.in/imgres?imgurl=http://howto.websitespot.com/images/hexadecimal-color-chart.gif&imgrefurl=http://howto.websitespot.com/hexadecimal-colors/&h=706&w=498&sz=63&tbnid=9_3i-3tIMDNffM:&tbnh=91&tbnw=64&prev=/search%3Fq%3Dhexadecimal%2Bcolors%26tbm%3Disch%26tbo%3Du&zoom=1&q=hexadecimal+colors&usg=__nWfHEFVvPfjMfZyq2MxXkhJ-288=&docid=FXj6mM0pc4RQTM&hl=en&sa=X&ei=FDxJUc2cDqS8iwKetICACQ&sqi=2&ved=0CEAQ9QEwBA&dur=280
    Mark if Helpful/correct.
    revert me for any queries
    Thanks
    Edited by: 934322 on Mar 19, 2013 9:38 PM

  • Value of service item exceeds allowed value limit

    Hi Friends,
    This is regarding a service PO or Contract . I want a create a Value/quantity Contract of more than 100 crores value.When the service line item value is more than 99.99 crores system is issuing a error message (Message number SE371) displaying the text under the subject from which I am unable to proceed further. I even tried to delete  the message from attributes of system message under Purchasing as well as in external service management.but still the problem continues .Is there any system setting where value of more than 11 digits are not allowed. But in target value in header what ever value i am putting is no problem. How to solve this.It is also observed that the field Total value PLANVALUE has length of 11 characters for which this is not happening.Should I change the length to more than 11 in the structure RM11P.
    Dhruba
    Edited by: Dhruba Charan Behera on Mar 11, 2009 3:27 PM

    I'm with the same problem in my client and that "just technical limit" is "just" the big issue that I'm facing here.
    I don't think we have to accept the limit but force SAP to change it, once I know a few more cases like this. How can I say to the client that he has to change his way of doing business, because SAP refuses to change a field?
    In African countries, for instance, the currencies have a low power, so this limitation is easily reached.
    So, is there real solution?
    Thanks

  • Z-values on 3d graph

    Hi there,
    I was wondering what can I do to make the z-axis have values visible. The video is running OK but there are no values showing up
    on the z-axis, only these zeros. Also the same happens on an intensity graph connected to it. I would appreciate your help. Thanks!

    What is the range of values on the Z axis? If the values were from like 0 to 0.1 and the display format was set to no decimal places, this is exactly what I would expect to see. Check the axis display format.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

Maybe you are looking for

  • A Google Mail wrong password fix in iOS Mail

    This one had me pulling my hair out. I recently decided to update my password for Gmail and once I did it recommended I setup the 2 step verification option. I thought what the heck and did so.  I usually look at Gmail in Safari but every now and the

  • Why do iOS 5-only apps appear in app-update queue?

    I have two apps sitting in my update queue that will only run on iOS 5 (I have iOS 4). Is there any way to clear your queue, or decline an update? I do not want to upgrade to iOS 5 (or Lion). Also, can anyone explain to me why the App Store upgrade p

  • ERROR Could not open [xmllog4jconfig.xml]

    I created a project under JDeveloper that includes an XML file that I created. The project compiles fine. But, when I try to run the project, I get the following Error message: java.io.FileNotFoundException: xmllog4jconfig.xml (The system cannot find

  • Grid Value in Delivery Schedule isn't populating with BAPI_PO_CREATE1

    Hi Gurus, hope you are doing well. I have a problem on my end. I am trying to create a Purchase Order using BAPI_PO_CREATE1. The special thing here is that I am using AFS Data. Everything is working fine, but the problem is that in Delivery Schedule

  • Rem: Market Reference Salary not shown under Compensation Information

    Hi, The Market reference salary under Enterprise Data under Compensation Information in MSS has always been shown as 0, even though we have given values for the particular user with the details like MOLGA, SLTYP, SLREG, SLGRP and have updated MKREF a