Hide values to be displayed along Y-axis in line graph

Hi friends,
I need to generate a line graph using Oracle reports. But the values along y-axis should not be displayed. Can anyone help me how to hide displaying values along the y-axis
Thanks,
venkat

Venkat,
I am not sure if it can be hidden. I will update this thread if I find something. But for now, what you can do is, create a Rectangle over the y-axis values. Change the background color of the rectangle same as graphs color, and line color as 'No Line'. It will hide the values.
Hope this helps.

Similar Messages

  • How to display no. of seconds in HH:MM:SS format on Y-Axis in Line Graph

    Hi All,
    I have two columns as No. of Seconds and Date.
    I want to create a Line Graph with Date on Horizontal Axis (X - Axis) and, on Vertical Axis (Y - Axis) I want to represent the No. of Seconds as HH:MM:SS format.
    For example, If the DB returns No. of Seconds as 93, I want to get it on Vertical Axis as 00:01:33 (00 hours, 01 Minute, 33 seconds), If it is 145 seconds , I want to get it as 00:02:25....etc.
    Can anyone please help me on this ?

    Srini VEERAVALLI I already used this code and I'm getting HH:MM:SS format in Table View, but my requirement is I need to represent the HH:MM:SS format on Vertical Axis in Graph View. In Graph View by default it's considering No. of Seconds only.....
    Srini VEERAVALLI, is your full name is Srinivas Veeravalli ?

  • X-Axis in Line Graph

    I have yet to figure out how to define a data range to use as my x-axis in a line plot. Sure, I could use an XY scatter (that can't have lines) but what if I have 4 Y variables? There is obviously something missing since, if you display the x category labels in the line graph, you get "untitles 1" etc.
    Bug or missing feature?

    From what I have found through trial and error, for a line graph, the column you want to be the titles on the X-axis has to be formatted as "text" when you highlight the data to plot. If it is a numeric value, Numbers will treat that column/row as a second series of data rather than X axis labels. Same goes for bar charts. Unfortunately it assumes the data is uniformly distributed so if you want lines connecting points on data with irregularly spaced x-values this sort of chart doesn't seem to be appropriate.
    I think they really need to add that functionality to the scatter plots as well.

  • Problem in setting axis(x and y) in line graph

    Hi All,
    I have a database table student with two column score(number data type) and "no of student"(number data type). With this table I want a jsp line graph which will describe the student table.Score col would be in X axis and the other one in y axis.I am not able to set score in x axis. I am using JDeveloper 10.1.3.3.
    By using scatter graph I am able to set score in x axis and "no of student" in y axis.But my requirement is line graph.So, is there any way to achieve a line graph where score would be in x axis and "no of students" would be in y axis?
    Can any body help me regarding this matter?

    Hi,
    If you are still looking for the solution to this, you can change the graph to display the way you require.
    If you have a graph def file like BIGraphDef1.xml you need to select it in the application navigator. Then in the Structure window select the top level (ex. BIGraph1). This will give you the options available in the property inspector.
    If you change the dataRowShownAsASeries from True to False, you should be able to display your data in the line graph.
    Peter

  • How to display date(instead of number) along y Axis of column chart?

    Hi there,
    I have a requirement wherein, I have to display date on y Axis and projects along x axis. This is basically a milestone chart. Something like this:
    here's my code:
    <mx:ArrayCollection id="acProjects">
            <mx:Object projId="A1" projDesc="Execution of Civil Work" plandate="2009-12-23" actualdate="2009-11-25"/>
            <mx:Object projId="A2" projDesc="Installation of Equipment" plandate="2010-02-15" actualdate="2010-03-25"/>
            <mx:Object projId="A3" projDesc="Comissioning of Equipment" plandate="2010-05-30" actualdate="2010-06-15"/>
            <mx:Object projId="A4" projDesc="Handover to regular use" plandate="2010-04-23" actualdate="2009-03-30"/>
        </mx:ArrayCollection>
    <mx:ColumnChart id="columnchart1" width="100%" height="100%" color="black" dataProvider="{acProjects}">
                <mx:horizontalAxis>
                    <mx:CategoryAxis categoryField="projDesc"/>
                </mx:horizontalAxis>
                <mx:series>
                    <mx:ColumnSeries displayName="Planned Date"  xField="projDesc" yField="plandate"/>
                </mx:series>
            </mx:ColumnChart>
    But with that code i get something like this:
    Generally, by default, the Y axis is always numbered. Is there a way where we can change it to display date?
    Appreciate your help...
    -Deepak

    Use the DateTimeAxis:
    http://livedocs.adobe.com/flex/3/langref/mx/charts/DateTimeAxis.html

  • Display Only X-Axis in the Column Graph in SSRS

    Hi Guys,
    I am trying to display the only vertical axis and want to hide the series in the new chart as per below highlighted section with blank color. Do you know what are the steps I need to follow? Thanks.
    Warm Regards Badal Ratra

    Hi Badal,
    If I understand correctly, you only want to display X-axis and hide all series values in column chart. Based on my research, if we use expression or directly hide all the series values in chart, the chart will be empty when we preview the report.
    One workaround is that we delete the series values in the Values pane, then the chart will only display the X-axis.
    If there are any misunderstanding, please elaborate the issue for further investigation.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • ADF11g: dvt, line graph x-axis (o1 axis) display issue

    Hi,
    In our application we are generating line graphs for a set of data.
    This graph is plotted in between 2 sets of numeric values. (one plotted on x-axis and other on y-axis).
    For better accuracy of plotted graph we are using these numeric values upto 7 decimal places. (for example 8.1234567)
    Now when graph is plotted, then on x-axis (that is o1- axis in case of Line Graph) the tick labels are showing upto 7 decimal places.
    Is there any way so that I could control the display of these tick labels to 1 decimal place instead of 7 decimal places?
    More Info:
    ++The tick labels for x and y axis are generated at runtime by some calculation logic.++
    ++If we set the tick labels for x axis to 1 decimal place instead of 7 decimal places when they are generated , then this will lead to build in accurate graphs.++
    ++So we can't control the decimal format of tick labels when they are generated. We need to control it when they are displayed.++
    Please help...
    Thanks and Regards
    Manav Ratra

    Hi Frank,
    this is not working :( . It holds good for the case where one has to display markers (tick labels) on the lines of line graph and not the tick labels on the axis.
    Moreover here i find out tag as *<dvt:x1Format>*
    where as line graphs does not support x1axis they have o1axis .
    In my case I need to control display of tick labels on the o1axis.
    Regards
    Manav Ratra

  • Result row does not hide value

    Hi all,
    I have some calculated key figures that are using formula variables to get dates to do calculations on.
    Since summing up date values does not lead to anything meaningful, I selected the 'Hide' value in the 'Calculate results as...' section.
    However, the results row is still showing an 'X' in this column when I run the query.
    I have one calculated key figure for a date using this same method (formula variable from an infoobject) and the result row is hidden correctly.
    Does anyone have any idea on why the result row would still display even though it supposed to be hidden?
    Thanks in advance.

    result rows needs need to be suppressed for characteristic properties.
    in query designer , click on characteristics in your reports ( i.e  rows ) goto display property supress the result rows..

  • Hide value in prompt ?

    Hello,
    I am working on a report in Webi XIR2 SP4 and I would like to hide the value for a special prompt during user is filling in it like a password : is it possible to replace characters with points ("****") for exemple ?
    I see that something like tihs exists in Crystal Report but I found any options about it in Business Objects / Web Intelligence / Designer.
    Do you have an idea ?
    Thanks for your answer.
    Bests Regards.

    you can find this in the help of the universe designer.....
    see this,,,,,,
    good luck
    Amr
    @Prompt
    You can use the @Prompt function to create an interactive object. You use a @Prompt function in the Where clause for an object. It forces a user to enter a value for a restriction when that object is used in a query. When the user runs the query, a prompt box appears asking for a value to be entered.
    @Prompts are useful when you want to force a restriction in the inferred SQL but do not want to preset the value of the condition.
    You can optionally define default values for prompts. A prompt containing default values behaves in the same way as a Web Intelligence prompt with default values.
    The syntax of the function is as follows:
    @Prompt('message','type',[lov],mono/multi,free/constrained/primary_key,persistent/not_persistent, [{'default value':'default key'[,'default value':'default key',...]}) 
    The syntax is described in the following table:
    Syntax  Description 
    'message'  Text of the prompt message. The text must be enclosed between single quotes, for example, 'Choose a Region', 'Pick a time period', or 'Choose a showroom'. The text appears in the prompt box when the query is run. 
    'type'  Data type returned by the function. It can be one of the following:
    'A' for alphanumeric
    'N' for number
    D' for date
    The specified data type must be enclosed in single quotes. 
    lov  List of values (optional). You can specify two types of list of values:
    Hard coded list. Each value is separately enclosed in single quotes and separated by a comma. The whole list is enclosed in curly brackets. For example, {'Australia', 'France', 'Japan', 'United Kingdom', 'USA'}.
    Pointer to a List of Values from an existing object. You invoke the target lov by double clicking on the object containing the lov that you want to use in the Classes and Objects panel. This gives the Class name and the Object name, separated by a backslash. It must be enclosed in single quotes. For example: 'Client\Country'. 
    mono  User can select only one value from the list of values. 
    multi  User can select multiple values from the list of values. 
    free  User can enter a value, or select one from the list of values. 
    constrained  User must select a value from the list of values. 
    primary key  Use the primary key parameter with "free" or "constrained". The user enters a value or selects from the list of values. If the primary key parameter is present, the entered or displayed value is not used to generate the query. The associated key value from the Index Awareness column is used. 
    persistent  When refreshing a document, the last values used in the prompt is displayed by default. 
    not persistent  When refreshing a document, no values used is displayed in the prompt by default. 
    'default value':'key value'  The default values parameter is used to define default values presented to the user.
    You can define multiple default values.
    The syntax for each default value is: u2018valueu2019:u2019keyu2019.
    The colon ( is the separator between the value and the key.
    When refreshing a document these values are displayed by default but if the persistent option is set, then the last values used in the prompt are used instead of the default values.
    If you specify the primary key parameter in the prompt definition, then you must provide the key value(s). 
    Note: For each of the optional parameters, if you omit an argument, you must still enter the commas as separators.
    Example: Using @Prompt to restrict countries
    The object Country returns values for the countries of resorts. If you want to restrict the returned values to resorts for only one country, you would need a separate object for each resort country in the universe. However, using the @Prompt, you need only one object as follows:
    The user is prompted to enter the name of the country, and the returned values are the resorts from that particular country, as shown below:
    When a query is run in Web Intelligence, the following prompt box appears:
    Example: @Prompt syntax with default values
    @prompt('Enter value(s) for Customer with IA:',
    'A','Customer\Customer with I A',
    Multi,primary_key,{u2018Bakeru2019:u20191u2019,u2018Brendtu2019:u20192u2019})

  • How to get value of x-axis in dvt:graph ?

    Hi,
    How to get the corresponding value of the x-axis (timeaxis) when user clicks on a series in a graph (dvt:graph) ?
    Found following for the y-value but nothing for x-value:
    DataComponentHandle dhandle = (DataComponentHandle)handle;
             // Get the value displayed in the series
             System.out.println("Value: " + dhandle.getValue(DataComponentHandle.UNFORMATTED_VALUE));regards
    Peter

    Hi Peter,
    What graph type do you have?
    Is your time axis regular or mixed frequency?
    What do you get when you use the following code:
    public void processClick(ClickEvent event)
    ComponentHandle handle = event.getComponentHandle();
    if (handle instanceof DataComponentHandle)
    DataComponentHandle dhandle = (DataComponentHandle)handle;
    // Get the value displayed in the series
    System.out.println("Value: " + dhandle.getValue(DataComponentHandle.UNFORMATTED_VALUE));
    // Get the series attributes
    Attributes [] seriesInfo = dhandle.getSeriesAttributes();
    if(seriesInfo != null)
    for(Attributes attrs: seriesInfo)
    System.out.println("Series value: " + attrs.getValue(Attributes.LABEL_VALUE));
    System.out.println("Series name: " + attrs.getValue(Attributes.LABEL_ATTRIBUTE));
    System.out.println("Series value id: " + attrs.getValue(Attributes.ID_VALUE));
    System.out.println("Series name id: " + attrs.getValue(Attributes.ID_ATTRIBUTE));
    // Get the group attributes
    Attributes [] groupInfo = dhandle.getGroupAttributes();
    if(groupInfo != null)
    for(Attributes attrs: groupInfo)
    System.out.println("Group value: " + attrs.getValue(Attributes.LABEL_VALUE));
    System.out.println("Group name: " + attrs.getValue(Attributes.LABEL_ATTRIBUTE));
    Hope this helps
    Katia

  • OAF - Values not getting displayed in Search Page

    Hi all,
    I have developed a search page with the search citeria mapped to the search panel. I have created VO for this attribute and selected the value from View in this VO(Viewobject). I have created the Query region and set the property of Construction mode as autocustimazationcrietria.
    Now my problem is when am running this page and search through any value or simply if i pressed the Go button,no value is being displayed in the page.
    I have checked the value and same view and the query is returning value in Toad.
    If someone can helpout this issue,it would be great help for me.
    Thanks,
    Renu.

    Hi Renu ,
    Since its working perfect for other query , it should also work for the query you have mentioned above .
    Please make sure that you have shuttle the VO to the AM , and check the View Instance name and View attribute
    for every field that are there in the query region is appropriate .
    You can also run the below query with the search criteria parameter by passing it in where clause  (run it from sql developer / toad ) , and check
    whether you are able to get the result set in back end .
    SELECT hca.attribute1 division, acac.customer_name,
    hca.account_number customer_number, acac.collector_name collector,
    NVL (acac.overall_credit_limit, 0) credit_limit,
    NVL (acac.credit_available, 0) available_credit,
    NVL (acac.balance, 0) open_balance,
    acac.customer_status customer_status
    FROM hz_cust_accounts hca, ar_customer_accounts_ce acac
    WHERE 1 = 1
    AND acac.customer_number = hca.account_number
    AND acac.currency_code = 'USD'.
    Keerthi

  • ECess Value not getting displayed in MIGO

    Dear All,
    When I do a GR against a PO the Ecess Value doesnt flow in MIGO. ( PO created with Non-deductible excise tax code.)
    Please note the below details also.
    We are using SAP 4.7 version & our tax procedure is TAXINJ.
    So can anyone explain how the excise values are determined & displayed in MIGO in case of Non-Deductible excise?
    Note: My BED & S&H cess values are displayed in GR but not ECess.
    Awaiting your valuable replys.
    Regards,

    Dear,
    Maintain JEX1 & JHX1 as 100% in ur condition Type.
    Also maintain in SPRO , in Classifucation Condition type as
    TAXINJ     JHX1       AT1SETOFFT AT1 Set Off condition Total
    TAXINJ     JEX1       ECSSETOFFT ECS Set Off condition Total
    Regards,
    Pardeep Malik
    Edited by: Pardeep  Malik on Mar 4, 2009 1:05 PM
    Edited by: Pardeep  Malik on Mar 4, 2009 1:07 PM

  • Values not getting displayed for members which doesnt have parents

    Hi
    I created a product dimension with 4 levels .For members which doesnt have parents,data is not getting displayed in JavaClient.
    The values for members which doesnt have parents are getting displayed in the view created for the measures which are dimensioned by Product .I mapped the same view in the CWM2 work space ,but value is not getting displayed for members which doesnt have parents ,but values are getting displayed for members which have parents for measures.
    Is it a bug , we were able to do it in Express ..
    Can anybody help us in doing this.??
    Thnx in Advance......

    Hi,
    This assumes that the members which do not have parents are mapped to the top level in the hierarchy. If they are at a level below the top level then they are not part of the hierarchy and therefore would not be displayed. So this sounds like expected behaviour.
    Hope this helps
    BI Beans PM Team
    Oracle

  • List Of Values not getting displayed in BI launchpad

    Hello All,
    When i am running the report in BI launchpad, List of values are not displaying . throwing below error.
    Detail Error:
    com.businessobjects.sdk.core.server.CommunicationException$UnexpectedServerException: while trying to invoke the method com.businessobjects.mds.olap.protocol.bics.BICSClient.getCube() of a null object loaded from field com.sap.sl.proxyconsumption.services.olapaccessservice.BICSDiscoverServer.bicsClient of an object loaded from local variable 'this'
    @The same report is working fine in WEBI Rich client.
    I am using 4.1 SPO3 Patch 2
    Please Help on this.
    Thanks,
    Ramesh

    Hi,Supriya!
    We are having problem looking like that (After report had been made if I click Refresh button and wait for Values for prompts - the same error message appears).
    My user is in admin group and if log as Administrator - nothing changes.
    Could you give me advice?

  • Value "null" is displayed when retrieving null values from database

    Hi,
    I'm retrieving a record from Oracle database using a ResultSet rs and displaying the values on screen. Some of the columns do not have any data.
    The statements are:
    ResultSet rs
    st=con.createStatement();
    rs=st.executeQuery(............)
    out.println("<input name='punch_line' type='text' value='"+rs.getString(7)+"'>");
    The problem is that there is no value in the database column rs.getString(7). Ideally when the value is null, the field should not display anything. But in my case it is displaying the text "null".
    Can anyone let me know how can I display a blank value instead of displaying the text "null"?
    Thanks,
    Sridhar

    api >
    String getString(int columnIndex)
    Gets the value of the designated column in
    column in the current row of this ResultSet object as
    a String in the Java programming language.
    so null is returned as string object..NO.
    http://java.sun.com/j2se/1.5.0/docs/api/java/sql/ResultSet.html
    Returns:
    the column value; if the value is SQL NULL, the value returned is null
    The Java literal null is returned, not the String "null". The JDBC API provides a method wasNull() to detect if the previous accessed column returned a SQL NULL.

Maybe you are looking for

  • Lms 4.1 prime psirt/eox no data available in the report

     Hi: I´m running LMS 4.1 Prime for Windows. I tried an immediate report with PSIRT/EOX Report option: Cisco.com The job succeeded, but without any data in the report <TABLE style="WIDTH: 100%" border=0 cellSpacing=2 cellPadding=2 align=right mcestyle

  • -8 error

    I recently experienced a brief power outage and reset cable modem and router according to Comcast directions on the phone. I can no longer ichat (Mac) audio or video while going through the router. We've checked all the prot settings etc, and upgrade

  • Wireless survey software

    Dear Team, Is there any free  software for wireless passive and active survey and report generating as well ? Regards

  • HT201209 If I show that I have a balance remaining from a gift card why is asking me for a credit card?

    If I have a balance on my accout, when I try to download a song why does it ask me for a credit card?

  • Where can be download LabVIEW8.20 for Mac OX?

    Where can be download LabVIEW8.20 for Mac OX? I can not find it! Help me!  My English is poor! " 一天到晚游泳的鱼" [email protected] 我的个人网站:LabVIEW--北方客栈 http://www.labview365.com 欢迎加入<LabVIEW编程思想>组--http://decibel.ni.com/content/groups/thinking-in-labview