Displaying  X axis values in iChart -  Bar

Hi,
i want to display values in x axis in iChart- Bar type. ie if my Database have 2 fields say time and no, i want to display no value in y axis and corresponding time in x axis. how can i do?
anyone please help me where do i get manual for display templates in very briefly?
- senthil

Hi senthil,
                  Go through this help
ValueColumns   : This controls which data columns in a query will be used as the values to plot on the chart.
LabelColumns   : This controls which data columns in a query will be used to create "virtual tag names" when the chart is drawn.  This set of parameters is typically not needed when the query source is a Tag connector, but is required when the source is a SQL or Alarm connector
DescriptionColumns  :  This controls which data columns in a query will be used to create "virtual tag descriptions" when the chart is drawn.  This set of parameters is typically not needed when the query source is a Tag connector, but is required when the source is a SQL or Alarm connector.
DatalinkColumns :  This controls which data columns in a query will be used to create "datalink" items associated with each item in the legend.  This is convenient means of associating special column values such as a part code, downtime ID, or other internal key field that has no meaning to the end user but is valuable when cross-correlating or linking with other applets.  The first mapped Datalink column is also used by the MouseTracking feature.
AxisValueColumn : This is used to create explicit X-Axis values from a returning column in the query
AxisLabelColumns  : This controls which data columns in a query will be used to create X-Axis labels associated with each data point in the chart.  This is supported only with barchart-style charts (Bar, GroupBar, StackedBar, FloatingBar, and Variability Bar).
MinRangeColumn :  This controls which data columns in a query will be used to create the minimum pen scaling range for the Y-Axis legend.
MaxRangeColumn : This controls which data columns in a query will be used to create the maximum pen scaling range for the Y-Axis legend.
IncludeValueInLabel : This controls whether the value column names will be merged with the LabelColumn column names when generating "virtual tag names".
FieldSeparator : This controls the character that will be used when appending multiple string values in the creation of "virtual tag names".
If you didn't get the result,  write here
regards
Vijaya

Similar Messages

  • How to display y -axis values in inside bar header Using FormsGraph

    Hi
    i am using 10g developer and FormGraph.jar for using graph.
    Problem is that i want to show y-axis label(3,4,7,10,3) inside in headers of bar in bar graph
    pls any suggesion
    Thanks

    Wouldn't a pie graph be more appropriate in this case?
    Or if you have to use a bar graph - maybe using reference lines to indicate the limits would be the right way to do this.

  • Display -ve Measure Values in Horizontal Bar Chart on right hand side or in bar

    In OBIEE I have an issue where the negative measure values in a horizontal bar chart are displayed on the left and overlap with the Y axis values, how do I force these values to be displayed on the right or in the bar itself ? The measure values are set to always on, hoverover cannot be the solution

    Hi,
    It should not be overlapped. If you are using horizontal bar then 0 will come in center. It should show structure like:
    |
    |
    |
    |
    |
    |-------------------------------------------------
         -4     -2     0     2     4
    May I know in your report, how it is looking and what is your requirement.
    Thanks

  • Display value on each bar in chart

    Hello,
    I've a chart, in which I need to display the values for each bar.
    Per default, only a approximative value is displayed on the Y axis.
    Many thanks in advance.
    Alain.

    In the display settings of your flash chart, you have the following options:
    Show Hints      
    Show Labels      
    Show Values      
    Click those on and see what you get.
    You can also use try to use a custom XML, which will give you a possibility to manualy change the generated xml for you chart.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Stacked Bar showing VALUE literal instead of X axis value in hover hint

    I am converting to APEX 3.0 and noticed that the new "Show Hint" doesnt display the X axis value on a Stacked bar. Instead it shows the literal "VALUE". For example, I am displaying the number of orders for a given day. X=date, Y = count. I was expecting the Hint to display "11/15/07, 15" but instead it displays "VALUE, 15".
    This same sql displays correctly when I use it in a Line Chart.
    Any ideas? Thank You

    Bump...having same issue, still scanning message board for solution.

  • Trouble with iChart/Bar

    I have having issues creating a non-time based iChart.
    Data Source
    Mach1 500
    Mach2 250
    Mach3 400
    I want to create an iChart with Mach* along the X-Axis, and Qty as the value for each Bar. I have tried the various combinations of Data Mapping, but fail to get a chart that looks like what I expect.
              500
    500       **                         400
              **            250          **
    250       **            **           **
    0         **            **           **
            Mach1         Mach2        Mach3

    Display Template:
      <?xml version="1.0" encoding="UTF-8" ?>
      <iChart ChartType="Bar" LabelColumns="OPERATION_BO" SaveDate="12/13/2007 10:22:55" ValueColumns="WORK" Version="11.5.2" />
    Query Result:
    <?xml version="1.0" encoding="UTF-8" ?>
    <Rowsets DateCreated="2007-12-13T10:12:18" EndDate="2007-12-13T10:11:30" StartDate="2007-12-13T09:11:30" Version="11.5.2">
    <Rowset>
    <Columns>
      <Column Description="ROUTER_BO" MaxRange="1" MinRange="0" Name="ROUTER_BO" SQLDataType="12" SourceColumn="ROUTER_BO" />
      <Column Description="OPERATION_BO" MaxRange="1" MinRange="0" Name="OPERATION_BO" SQLDataType="12" SourceColumn="OPERATION_BO" />
      <Column Description="STEP_ID" MaxRange="1" MinRange="0" Name="STEP_ID" SQLDataType="12" SourceColumn="STEP_ID" />
      <Column Description="WORK" MaxRange="1" MinRange="0" Name="WORK" SQLDataType="2" SourceColumn="WORK" />
      <Column Description="QUEUE" MaxRange="1" MinRange="0" Name="QUEUE" SQLDataType="2" SourceColumn="QUEUE" />
      </Columns>
    <Row>
      <ROUTER_BO>RouterBO:MSCA,FLEX1_FA_TEST,U,A</ROUTER_BO>
      <OPERATION_BO>OperationBO:MSCA,CASTING_LOAD,#</OPERATION_BO>
      <STEP_ID>010</STEP_ID>
      <WORK>0</WORK>
      <QUEUE>0</QUEUE>
      </Row>
    <Row>
      <ROUTER_BO>RouterBO:MSCA,FLEX1_FA_TEST,U,A</ROUTER_BO>
      <OPERATION_BO>OperationBO:MSCA,PCB_PLACE,#</OPERATION_BO>
      <STEP_ID>020</STEP_ID>
      <WORK>1</WORK>
      <QUEUE>0</QUEUE>
      </Row>
    <Row>
      <ROUTER_BO>RouterBO:MSCA,FLEX1_FA_TEST,U,A</ROUTER_BO>
      <OPERATION_BO>OperationBO:MSCA,COVER_PLACE,#</OPERATION_BO>
      <STEP_ID>030</STEP_ID>
      <WORK>0</WORK>
      <QUEUE>0</QUEUE>
      </Row>
    <Row>
      <ROUTER_BO>RouterBO:MSCA,FLEX1_FA_TEST,U,A</ROUTER_BO>
      <OPERATION_BO>OperationBO:MSCA,SCREW1,#</OPERATION_BO>
      <STEP_ID>040</STEP_ID>
      <WORK>0</WORK>
      <QUEUE>0</QUEUE>
      </Row>
    <Row>
      <ROUTER_BO>RouterBO:MSCA,FLEX1_FA_TEST,U,A</ROUTER_BO>
      <OPERATION_BO>OperationBO:MSCA,LABEL_PRINT,#</OPERATION_BO>
      <STEP_ID>050</STEP_ID>
      <WORK>0</WORK>
      <QUEUE>0</QUEUE>
      </Row>
    <Row>
      <ROUTER_BO>RouterBO:MSCA,FLEX1_FA_TEST,U,A</ROUTER_BO>
      <OPERATION_BO>OperationBO:MSCA,RUNIN1,#</OPERATION_BO>
      <STEP_ID>060</STEP_ID>
      <WORK>15</WORK>
      <QUEUE>1</QUEUE>
      </Row>
    <Row>
      <ROUTER_BO>RouterBO:MSCA,FLEX1_FA_TEST,U,A</ROUTER_BO>
      <OPERATION_BO>OperationBO:MSCA,FCT1,#</OPERATION_BO>
      <STEP_ID>070</STEP_ID>
      <WORK>176</WORK>
      <QUEUE>0</QUEUE>
      </Row>
    <Row>
      <ROUTER_BO>RouterBO:MSCA,FLEX1_FA_TEST,U,A</ROUTER_BO>
      <OPERATION_BO>OperationBO:MSCA,FINAL_INSP,#</OPERATION_BO>
      <STEP_ID>090</STEP_ID>
      <WORK>0</WORK>
      <QUEUE>0</QUEUE>
      </Row>
    <Row>
      <ROUTER_BO>RouterBO:MSCA,FLEX1_FA_TEST,U,A</ROUTER_BO>
      <OPERATION_BO>OperationBO:MSCA,FCT_REPAIR,#</OPERATION_BO>
      <STEP_ID>580</STEP_ID>
      <WORK>0</WORK>
      <QUEUE>0</QUEUE>
      </Row>
      </Rowset>
      </Rowsets>

  • How to change axis values in Numbers

    In v1.7 I have tried to change the axis values on existing charts but can't find how to do it...
    So I tried to create bar charts from scratch in order to rebuild the old ones with the new axis data but I can't find out how to set any of the axis values on chart creation now!!
    Has something changed - or am I just thick/blind?!!

    Is it so difficult to read given answers ?
    Barry described the correct scheme.
    In the table "to_chart", the cell A1 contains :
    =ROUNDUP(ABS(MIN(Tableau 1 :: B:E))/10,0)*10
    The cell B2 embed the formula :
    =$A$1+Tableau 1 :: B2
    Apply fill down and fill to the right.
    On the left edge, the colored rectangle is a text block in which I inserted the label values.
    Of course if you dislike this scheme, you are perfectly free to use an other application.
    Yvan KOENIG (VALLAURIS, France) lundi 4 juillet 2011 14:37:56 iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8
    Please : Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • Line chart cuts off x-Axis value

    Hi All,
    Have created a display to display an x-Axis value versus a Y-Axis value using a Line Chart. We want to maximize the chart space so we have removed the Legend from the display, problem is doing this cuts of part of the final x-Axis label and part of the final data point on the graph ? Why - can we move the borders out ?
    Emmett

    Emmett,
    You can "Fake" some extra space out of the right side of the chart by setting the legend colors to blend into the background of the chart.  This includes unchecking the "Use Pen Color?" box and setting the labels in the legend to match as well.  Then simply set the legend to be whatever additional width you need.  Other than this there's not really any other way that I can think of.  Hope this helps.
    Sam

  • How do I update the chart axis values??

    I created a Gantt (bar chart) chart in Numbers for a project at work showing schedules.  It looked fine, and everything worked great.  I want to use that same chart, but I want to just update the data in it.  I can get the bars to change, but the Y axis data (not the numbered values in the chart, but rather the the actual names out to the side of the chart) will not change.  For instance....
    Name
    Start Date
    Finish
    Task 1
    January 1, 2013
    January 15, 2013
    Task 2
    February 1, 2013
    February 15, 2013
    The Tasks on the left will be the Y axis fields in a bar chart....and the dates will populate the graph.  I've created my graph from this data and got it like I want it.  Now let's say I want to simply change some things in the Name column:
    Name
    Start Date
    Finish
    New Task
    January 1, 2013
    January 15, 2013
    Task 4
    February 1, 2013
    February 15, 2013
    So without creating a new chart or anything, I just want to reflect the new names in my existing chart.  In Excel, when you change the value data, it updates the chart and "it just works" .  I'm wanting to use Numbers for this, and I feel like this is a simple thing that I'm just missing.  Help!

    Jerrold....thanks for the reply.  While you didn't answer my question exactly (I know I was a bit vague), you did put me on the right path.  I was trying to get the Category Axis values to change on the chart whenever I updated them in the table itself.  I couldn't figure out why they weren't but I think I have now. 
    I noticed that in the Category Axis field (Inspector) it had the actual typed names of my tasks from the table instead of the cell locations.  So...."Task 1" instead of "Table 1: C7".  I cleared out all of the text in the Category Axis field, which removed it from the chart.  then I just clicked on the fields in the table and it populated the Category Axis blank with the table/cell info instead of the text.  So now when I update one of the fields, it updates the chart because it's pulling from the cell data every time.
    I'm not really sure why Number, by default, enters the text into the Category Axis when making a chart instead of putting in the corresponding cell locations, but whatever.  I got it working now and should be good to go going forward, thanks for your help.

  • Graph: Get Right Y-Axis value with GetGraphCursor

    Hello,
    I'm currently developing an application for a customer which contains data being evaluated in a graph control.
    There are different scalings of data so I use the left y-axis for digital data and right x-axis for analog data.
    Now I want to add an annotation marker with the current X and Y value being displayed, when the user clicks into the graph.
    I use those two functions to determine the position and affected plot of the marker:
     GetGraphCursor(tabHandle2, TABPANEL_2_GRAPH, 1, &x, &y);
     GetGraphCursorIndex(tabHandle2, TABPANEL_2_GRAPH, 1, &plotHandle, &plotIndex);
    Now this works fine for the left y-axis, but I can't seem to find a way to get the y-axis value of the right side plot.
    I figure plotHandle and plotIndex should help me to get this data, but sadly I don't know how to use this information.

    Ok to clarify:
    I have a graph with plot values on the left and right y axis. Some plots use the left and some the right side.
    On default there is no cursor in this graph. But I want to provide the option for the user to enable a cursor.
    When the cursor is enabled it snaps on to the closest plot and an annotation shows the respective x and y values of the plot point.
    The problem is, when the left y axis is active and the cursor snapped onto a right y axis plot, the displayed y value is wrong (since the left scale is used).
    By left clicking into the graph, the user is able to snap the cursor onto another plot.
    So the main problem is, when clicking on a plot, the active axis has to change according to the plots respective axis.
    I can easily make this decision since the plot styles are different (left side is VAL_FAT_STEP, right side is VAL_FAT_LINE), but for the axis switch to take effect on the cursor, I would need to delete and add the cursor again. But in this process I lose positioning of the cursor and it snaps to a different plot again.

  • Line Charts - X-axis Labels as function of X-axis value

    Hi,
    1) Is there a way to put X-Axis labels in line chart as function of X-axis values ?
    For instance, X-axis values are in minutes and I need to show those as Hours.
    I'm having Hours as separate column as well, but when its selected as X-axis value column, the line graph is disturbed.
    2) Also, how to specify the length/range of X-axis ?
    For instance, in dataset if I've x-axis values from 0 to 5 hours but still want to show on graph the X-axis till 8 hours.
    Thanks for your help in advance.
    Regards,
    Sumit

    Hi Sumit,
    I have tried following things with proper datetime format may be help you.
    1> in your applet code you can add below param
    <PARAM NAME="XAxisDateFormat" VALUE="H">
    it will display your levels in hours for more details please refer Date and Time Format under query template in MII help.
    2>In your Query template under date range you can select duration and duration unit.
    for 8 hour span you can select Duration = 8 and in duration unit = H
    I have tested it for a tag query, may be i did not understand your issue properly but hope it helps you!!!
    Regards,
    Manoj Bilthare

  • Log Axis value?

    Hello
    The X axis I think in the display panel logQ base Q, but the X axis value or the logQ this calculated value, for example: the requirement that correspond to the 1000 in the log1000 X axis,. Would you please tell me how to do? As shown in Fig.
    Thank you

    I'm not sure if I understood you correctly, but every single axis in a graph can have a log scale: you can set it this way:
    The result is as follows:
    If this is not your problem, can you rephrase your questio so that we can understood what you need?
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • No Unit displayed as Axis lable in WAD 7

    Hi,
    There are a few dropdown lists and one chart in my web template. Key figures are display using Y axis in the chart. one of KF has KG as unit and another one has CD3. The issue is that the unit is not shown as the label of the Y axis for KF.
    tried to play with the parameters under the "Manual Axis Label" for the Chart web item. still not working unless I hard code the unit as the value "Axis parameter" which is not what I want.
    The online help says abount "Manual Axis Label" as below:
    "You use this parameter to specify whether you want to override the automatic display for the axis label (for example, units or currencies).
    If the units and currencies in the query and other settings for the axis are the same and you do not select this parameter, these units, currencies, and settings are displayed automatically in the chart."
    of course I tried to not use this parameter. the unit is not automatically shown. also, the unit is shown when I put the mouse on top of the value of the key figure in the chart. so unit is there. another option is to use JavaScript to read the unit out and put it onto the chart. but before going that way, I'd like to figure out if any parameter I missed.Any tips?
    thanks.
    Steven
    Edited by: Steven Chen on Sep 23, 2011 8:55 PM

    Hi,
    Please open the template, access CHART_ITEM and EDIT Chart
    Click VALUE AXIS -> VISIBLE -> FALSE -> TRUE
    Click the Axis Values -> VISIBLE -> FALSE -> TRUE
    It should resolved your issue.
    Thanks,
    venkat

  • Not to display the null values from data base

    Hiiii.
    In a jsp file i have ten check boxes.The jsp file is mapped to a servlet file for parameter requesting and to
    store it in DB.
    The unchecked box values has null values.All the values are store in a Mysql DB table.
    Again i have to display it in a jsp page from table.
    The problem am facing was,how can i display only the values in a row.it must not display the null values and the crresponding column name.
    Or any other way is their like below
    How i can retrieve only the selected check boxes from tht jsp file.and store in backend.
    Thanks in Advance
    regards,
    satheesh kannan

    Here is a rough example that may give you some ideas:
    On the JSP page:
    <%if(myData.getFirstName()!=null){%>
    Your First Name'
    <input type="text" name="firstName" value="<%=myData.getFirstName()%>">
    <%}%>
    In the servlet:
    String firstName= request.getParameter("firstName");
    if(firstName!=null){
    //write it to the database
    }

  • Need to display the Stock Values at storage location level - 0IC_C03

    Hi All,
    I am developing Stock Movent Report on 0IC_C03 - Material Stocks/Movements.
    I have more than one storage location for plant. Stock quantities are calculating at storage location level and Stock Values are calculating at plant level.
    I have no issues with quantities. Only problem with Values.
    2LIS_03_UM is not picking the starage location, so that the revaualtion values are falling under unassigned nodes. When i set filter on storage location these values were not showing as they are under un assigned nodes (#).
    I want to get the Stock Quantity and Stock Values at Storage location level in my report.
    I found that soulution for that is Applying SAP Note : How to Realize summarized display of stock values on storage
    I have done development as per the document. But when i run the Query it is going to debug mode first and then it saying This program cannot display the webpage
    Can any one faced the same situation, Please help me if so.
    Thanks in Advance.
    Gopal N

    Hi Sachein,
    I am getting this An exception(CX_RSR_PROPAGATE_X) occured when debugging, and then it leads to next screen saying that:
    This program cannot display the webpage
       Most likely causes:
    You are not connected to the Internet.
    The website is encountering problems.
    There might be a typing error in the address.
       What you can try:
         Check your Internet connection. Try visiting another website to make sure you are connected. 
         Retype the address. 
         Go back to the previous page.
         More information
    Please let me know you need any more information.
    Thanks in Advance
    Gopal N

Maybe you are looking for

  • How to build N: 1 Scenario on SAP PO - NWBPM

    I am going to use PO 7.31 Single Stack. I have to build a N:1 scenario on Eclipse based NW-BPM editor. Experts : Below is my requirement. WebService Source 1 [ Address Information ]->                                                                   

  • I just purchased adobe export, yet when I sign in, I am taking to a page asking me to upgrade now?

    I just purchased Adobe export, when I sign in, I am shown a page requesting me to upgrade now

  • HST50: Unix - How Headstart calls forms and reports uppercase/lowercase from a Menu

    We are migrating a 'in production' Headstart generated application from Windows to Unix. We had to a little time in setting the lowercase implementation names, setting the prefs to generate lowercase file..... So good so far. When testing the applica

  • How to create a tableview for this ??

    Hey, i have been stuck to this part for a long time and not able to find any answers, may be i can get some help from you guys. See i have a scenario where i have different "items",out of which each will belong to a predefined category. These items h

  • Apple bootcamp wireless = nada

    apple store sold me a macpro then apple store sold me a airport card for macpro told me is would work in windows after buying it, it didn't work apple then said they don't support windows ------lamness. tried vista, xp didn't matter (SP 1 2 3 and/or