Bar graph problem

Hello

I'm new to Flex so I apologize if this answer may be simple...

I am trying to display a 3D bar graph where:

the x-axis is the 'country '.
the y-axis is the 'value '.
and for each country, there are several bars showing the year value ('year' being the 3rd dimension if you wish).

In my file function.as (script file), I read in an XML file and collect these data in an ArrayCollection collection:

[Bindable]
chartingData3D = new ArrayCollection();

Sub chartData()
{
chartingDataTmp = new ArrayCollection();

Number of the loop of the country
{
currentCountry = getCountryFromXML()
number of years loop
{
Those = getCurrentYearFromXML()
currentValue = getSingleValue()
chartingDataTmp.addItem ({code: currentCountry, value: currentValue, year: those})
}
}
chartingData3D = chartingDataTmp;
}

In my prototype.mxml file I plot these data (and for arguments sake lets say it is only 2 years of data):

< mx:ColumnChart dataProvider = "{chartingData3D}" >
< mx:series >
< mx:ColumnSeries xField = "code" yField = "value" displayName = "year" / >
< mx:ColumnSeries xField = "code" yField = "value" displayName = "year" / >
< / mx:series >
< / mx:ColumnChart >

This currently does not work. For each country, I have 2 bars of height equal (I think that he traces two values for each measure).

I saw a graphical demo bar that draws several bars by country. In the present, the collection of table has a country table and all associated values that the country is listed in this table. I have several paintings by country because I don't know how many years I will be traced.

I need my table to be dynamic as possible because the XML file will be created dynamically.

Can someone help me?

Thanks in advance!

Janie

P.S. Is it possible to display the code in these positions with the spaces/tabs perservered?

Here is an example I did. There are currently three countries with three years by country, but you don't need to change anything for the addition of countries or years. I asumed that the number of years would be constant for all countries. You may need to tweak it a bit to match your XML structure. I hope this helps and best wishes with your new baby.


http://www.Adobe.com/2006/mxml"layout ="absolute"creationComplete =" init_chart () ">"

Import mx.charts.series.ColumnSeries;
Import mx.collections.ArrayCollection;

[Bindable]
private var countriesAC:ArrayCollection = new ArrayCollection();

private var countriesXML:XML =

2007
2006
2005


2007
2006
2005


2007
2006
2005

;

private function init_chart (): void {}
init_series();
init_chartAC();
}

private function init_chartAC (): void {}
var newCountry:Object;
for each {(var pays: XML dans countriesXML.country)}
newCountry = new Object();
newCountry.Country = country.@code;
for each {(var ans: XML dans country.year)}
newCountry [years [0]] = uint (years.@value);
}
countriesAC.addItem (newCountry);
}
}

private function init_series (): void {}
var newSeries:ColumnSeries;
var colSeries:Array;
{for each var years: XML (in {countriesXML.country [0] .year})}
newSeries = new ColumnSeries;
newSeries.xField = "country";
newSeries.yField = [0] years;
newSeries.displayName = [0] years;
colSeries = countryChart.series;
colSeries.push (newSeries);
countryChart.series = colSeries;
}
}

]]>







Vygo

Tags: Flex

Similar Questions

  • How to trace the constant width - bar graph?

    Hi all?? I'm having a problem...

    I have two tables 1 d, I have them plotted using Graph XY with bar graph, the problem is that I'm not able to get the bar with consant width chart.

    How to get the bar with a constant width...

    Could just be it please one through little light for my querie?

    I enclose my VI, façade, block diagram

    Thanks in advance...

    Hi girikavali,

    you could do shows in order to create a Subvi which automatically adds these points of NaN?

  • Bar graph draw enough bars

    Hi all.  I'm a Subvi for a work project.  My boss and I have run out of ideas and the drawing of the date deadline near!

    I'm a noob to Labview, but I'll try to explain what my Subvi (or should do).

    Basically my Subvi bed 24 channels of data of a VI.  My Subvi should then turn these data items in a table and 24 separate bars on a bar chart to represent the voltage level of each output channel.

    This he does, however, the chart shows only 20 channels and not more.

    I know for a fact that the Subvi receives all processes and 24 channels (if that's the right word) the 24 channels self all the way to the end.  But no matter what I do I can't get the graph to display the last 4 channels.

    Myself and my boss (who know a lot more about Labview than me!) are stuck.  Help, please!

    I have attached my Subvi.  It is commented, so hopefully it will be much easier to understand by looking at it rather than me try to do awkward attempt to explain in words! (Test 2 bar chart)

    I've also attached the orginal bar graph VI that I adapted to my Subvi (bar graph example)

    One last thing: "bar chart sample" was performed at LV 10 and "bargraph Test 2" was performed at LV 8.6 - because it had to be compatible with the previous VI.  Sorry!  (Bloody labview and non-problemes compatibility!)

    Your board location only 10 items, so the loop place will turn only 10 times and not 12 because of autoindexing.

    Try something like the joint. It's about the same as your code. To change the spacing of the x-axis, change dx, no need for the array of locations)

  • 3-d bar graph

    Anyone could create a 3-d bar graph in the last version of LabView?  Previously, I had to integrate a Matlab script in my program to create a 3-d bar graph, and I hope it won't be necessary.  Thank you very much for your time.

    Thanks for this example - I had not seen it yet - my problem is that I'm doing a graph to uneven bars using bins along the x and y axis - I'm trying to find a way to label the graph with these bin sizes custom...  I will continue to try... so far I have not seen what in the nodes property that would allow me to do so - it is really not that difficult!
    !

  • Width of the column label on css bar graph plugin

    Hi all

    Relatively new to the APEX.  Using the version 4.2.4.  I copied the CSS bar graph plugin which is used in the Bug Tracker demo app in my application and who uses it.  I'm very happy with the results except for one thing - the column label.  The label is truncated.  Is there a way to adjust the width of the column label in the table so that truncation does not or dressing it?  Please see screenshot.  Thank you in advance.

    Untitled.png

    user2071886 wrote:

    Please update your forum profile with a recognizable username instead of "user2071886": Video tutorial how to change username available

    Always include the information referred to in these guidelines when you post a question: How to get the answers from the forum

    Relatively new to the APEX.  Using the version 4.2.4.  I copied the CSS bar graph plugin which is used in the Bug Tracker demo app in my application and who uses it.  I'm very happy with the results except for one thing - the column label.  The label is truncated.  Is there a way to adjust the width of the column label in the table so that truncation does not or dressing it?

    Add the following CSS to replace the rule of the Inline CSS property page to extend the space allowed for labels:

    div.cbc table.cbc th span.cbc_label {
      max-width: 220px !important; /* Adjust dimension as required */
    }
    

    Please see screenshot.

    Note that reproduce the problem with an example on apex.oracle.com that can be seen in its entirety and experience is a much better way to obtain help with Visual formatting and layout problems displaying a static screen shot.

  • Click listener bar graph should open a tab

    Hello

    We have a special requirement: our application has 6 tabs. The first tab is the dashboard. Dashboard, we have a few graphic bars. And each graph represents the current state of the other 5 tabs.

    And there, when the user clicks on any bar graph, respective tab must be open. We easily realize this when you use a button / link to order / order link to the Image as because they support the action event.

    In the case of bar graph, we do not get what has happened. Could you please let me know if there any way for us to achieve this requirement.

    And FYI... Here is the screenshot of our application dashboard. As per the below URL when the user clicks on the application bar bar chart, tab requests should get opened.

    https://picasaweb.Google.com/112002138169335747235/IssueWithBarGraph?AuthUser=0 & feat = DirectLink

    Here is the snippet for the same thing:

    {} public void alertsBarGraphListener (ClickEvent clickEvent)
    UIComponent uiComponent = clickEvent.getComponent ();
    If (uiComponent instanceof UIGraph) {}
    The ID of the string = uiComponent.getId ();
    The list < UIComponent > panelTabs = this.mainMenuTabs.getChildren ();
    Boolean foundTab = false;
    for (tab UIComponent: panelTabs) {}
    If (tab instanceof RichShowDetailItem) {}
    String [] triggerIds = ((RichShowDetailItem) tab) .getPartialTriggers ();
    If (triggerIds! = null) {}
    for (String triggerid: triggerIds) {}
    {if (ID. Equals (triggerid))}
    this.dashBoardDetailItem .setDisclosed (false);
    ((RichShowDetailItem) tab) .setDisclosed (true);
    foundTab = true;
    }

    Please let me know your comments.

    Thank you and best regards,
    --
    Kiran kristelle

    After the property is disclosed for tabs, you must have a PPR to the panelTab to reflect changes in the user interface.

    Here is a sample based on your use cases:

    TestPage.jspx:



    xmlns:f = "http://java.sun.com/jsf/core".
    xmlns:h = "http://java.sun.com/jsf/html".
    xmlns:af = "http://xmlns.oracle.com/adf/faces/rich".
    xmlns:DVT = "http://xmlns.oracle.com/dss/adf/faces" >




    **
    **
    *
    * clickListener = "#{TestPageBean.clickListener}" > *.
    **
    **
    *
    *
    **
    **
    **
    *
    *
    **
    **
    **
    **
    *
    *
    **
    **
    *
    *
    *
    *



    * TestPageBean.Java: *.

    package view.bean;

    import java.util.List;

    javax.faces.component.UIComponent import;

    Import oracle.adf.view.faces.bi.event.ClickEvent;
    Import oracle.adf.view.rich.component.rich.layout.RichPanelTabbed;
    Import oracle.adf.view.rich.component.rich.layout.RichShowDetailItem;
    Import oracle.adf.view.rich.context.AdfFacesContext;

    public class TestPageBean {}
    private RichPanelTabbed panelTab;

    public TestPageBean() {}
    }

    {} public void clickListener (ClickEvent clickEvent)
    List showDetailItems = this.panelTab.getChildren ();
    for (UIComponent showDetailItem: showDetailItems) {}
    RichShowDetailItem = currentRichShowDetailItem
    ShowDetailItem (RichShowDetailItem);
    currentRichShowDetailItem.setDisclosed (false);
    If (currentRichShowDetailItem.getText () .equals ("another tab")) {}
    currentRichShowDetailItem.setDisclosed (true);
    }
    }

    AdfFacesContext adfFacesContext = AdfFacesContext.getCurrentInstance ();
    adfFacesContext.addPartialTarget (this.panelTab);
    }

    {} public void setPanelTab (RichPanelTabbed panelTab)
    this.panelTab = panelTab;
    }

    public RichPanelTabbed getPanelTab() {}
    return panelTab;
    }
    }

    Thank you
    Nini

  • ADF DVT: Battery bar graph cannot display all the bar.

    Hi Experts,

    I am currently having a problem displaying the bar charts in my use case.

    There is inevitable instance at a point of the information provided, it can is having a party containing a very large database.

    Here is my sample code.

    In the code example below only the details with huge data is rendered in the graph. and the rest are not rendered. is this a known issue?

    screenshot: http://sdrv.ms/13DXeyn.

    I use PS6 ADF in windows7(64bit), Chome browser.

    ManagedBean. This bean contains static data for testing only. Notice how large the data in the 2nd to the smallest detail.

    import java.text.DateFormat;
    import java.text.ParseException;
    import java.text.SimpleDateFormat;
    
    import java.util.ArrayList;
    import java.util.Date;
    import java.util.List;
    
    import javax.faces.event.AbortProcessingException;
    
    import oracle.adf.view.faces.bi.component.graph.UIGraph;
    import oracle.adf.view.faces.bi.event.TimeSelectorEvent;
    
    public class GraphTimeAxisManagedBean {
        SimpleDateFormat stdFormat = new SimpleDateFormat("yyyy-MM-dd-HH.mm.ss");
    
        public List getTabularData() {
            ArrayList list = new ArrayList();
            try {
              list.add(new Object[] { new Date(stdFormat.parse("2010-06-18-00.00.00").getTime()),"", new Double(0) });
              list.add(new Object[] { new Date(stdFormat.parse("2010-06-18-00.00.00").getTime()),"description 1", new Double(20) });
              list.add(new Object[] { new Date(stdFormat.parse("2010-06-18-00.00.00").getTime()),"description 2", new Double(50) });
              list.add(new Object[] { new Date(stdFormat.parse("2010-06-18-00.00.00").getTime()),"description 3", new Double(30) });
             
              list.add(new Object[] { new Date(stdFormat.parse("2010-07-01-00.00.00").getTime()),"", new Double(0) });
              list.add(new Object[] { new Date(stdFormat.parse("2010-07-01-00.00.00").getTime()),"description 1", new Double(150) });
              list.add(new Object[] { new Date(stdFormat.parse("2010-07-01-00.00.00").getTime()),"description 2", new Double(240) });
              list.add(new Object[] { new Date(stdFormat.parse("2010-07-01-00.00.00").getTime()),"description 3", new Double(10) });
             
              list.add(new Object[] { new Date(stdFormat.parse("2010-08-01-00.00.00").getTime()),"", new Double(0) });
              list.add(new Object[] { new Date(stdFormat.parse("2010-08-01-00.00.00").getTime()),"description 1", new Double(60) });
              list.add(new Object[] { new Date(stdFormat.parse("2010-08-01-00.00.00").getTime()),"description 2", new Double(80) });
              list.add(new Object[] { new Date(stdFormat.parse("2010-08-01-00.00.00").getTime()),"description 3", new Double(10) });
    
              list.add(new Object[] { new Date(stdFormat.parse("2010-09-01-00.00.00").getTime()),"", new Double(0) });
              list.add(new Object[] { new Date(stdFormat.parse("2010-09-01-00.00.00").getTime()),"description 1", new Double(90) });
              list.add(new Object[] { new Date(stdFormat.parse("2010-09-01-00.00.00").getTime()),"description 2", new Double(50) });
              list.add(new Object[] { new Date(stdFormat.parse("2010-09-01-00.00.00").getTime()),"description 3", new Double(80) });
    
              list.add(new Object[] { new Date(stdFormat.parse("2010-10-01-00.00.00").getTime()),"", new Double(0) });
              list.add(new Object[] { new Date(stdFormat.parse("2010-10-01-00.00.00").getTime()),"description 1", new Double(10) });
              list.add(new Object[] { new Date(stdFormat.parse("2010-10-01-00.00.00").getTime()),"description 2", new Double(90) });
              list.add(new Object[] { new Date(stdFormat.parse("2010-10-01-00.00.00").getTime()),"description 3", new Double(80) });
    
              list.add(new Object[] { new Date(stdFormat.parse("2010-11-01-00.00.00").getTime()),"", new Double(0) });
              list.add(new Object[] { new Date(stdFormat.parse("2010-11-01-00.00.00").getTime()),"description 1", new Double(200) });
              list.add(new Object[] { new Date(stdFormat.parse("2010-11-01-00.00.00").getTime()),"description 2", new Double(20) });
              list.add(new Object[] { new Date(stdFormat.parse("2010-11-01-00.00.00").getTime()),"description 3", new Double(70) });
    
              list.add(new Object[] { new Date(stdFormat.parse("2010-12-01-00.00.00").getTime()),"", new Double(0) });
              list.add(new Object[] { new Date(stdFormat.parse("2010-12-01-00.00.00").getTime()),"description 1", new Double(60) });
              list.add(new Object[] { new Date(stdFormat.parse("2010-12-01-00.00.00").getTime()),"description 2", new Double(80) });
              list.add(new Object[] { new Date(stdFormat.parse("2010-12-01-00.00.00").getTime()),"description 3", new Double(10) });
    
              list.add(new Object[] { new Date(stdFormat.parse("2011-01-01-00.00.00").getTime()),"", new Double(0) });
              list.add(new Object[] { new Date(stdFormat.parse("2011-01-01-00.00.00").getTime()),"description 1", new Double(90) });
              list.add(new Object[] { new Date(stdFormat.parse("2011-01-01-00.00.00").getTime()),"description 2", new Double(80) });
              list.add(new Object[] { new Date(stdFormat.parse("2011-01-01-00.00.00").getTime()),"description 3", new Double(70) });
    
              list.add(new Object[] { new Date(stdFormat.parse("2011-02-01-00.00.00").getTime()),"", new Double(0) });
              list.add(new Object[] { new Date(stdFormat.parse("2011-02-01-00.00.00").getTime()),"description 1", new Double(60) });
              list.add(new Object[] { new Date(stdFormat.parse("2011-02-01-00.00.00").getTime()),"description 2", new Double(80) });
              list.add(new Object[] { new Date(stdFormat.parse("2011-02-01-00.00.00").getTime()),"description 3", new Double(30) });
    
              list.add(new Object[] { new Date(stdFormat.parse("2011-03-01-00.00.00").getTime()),"", new Double(0) });
              list.add(new Object[] { new Date(stdFormat.parse("2011-03-01-00.00.00").getTime()),"description 1", new Double(203)});
              list.add(new Object[] { new Date(stdFormat.parse("2011-03-01-00.00.00").getTime()),"description 2", new Double(90)});
              list.add(new Object[] { new Date(stdFormat.parse("2011-03-01-00.00.00").getTime()),"description 3", new Double(70)});
    
              list.add(new Object[] { new Date(stdFormat.parse("2011-04-01-00.00.00").getTime()),"", new Double(0) });
              list.add(new Object[] { new Date(stdFormat.parse("2011-04-01-00.00.00").getTime()),"description 1", new Double(75) });
              list.add(new Object[] { new Date(stdFormat.parse("2011-04-01-00.00.00").getTime()),"description 2", new Double(86) });
              list.add(new Object[] { new Date(stdFormat.parse("2011-04-01-00.00.00").getTime()),"description 3", new Double(99) });
    
              list.add(new Object[] { new Date(stdFormat.parse("2011-05-01-00.00.00").getTime()),"", new Double(0) });
              list.add(new Object[] { new Date(stdFormat.parse("2011-05-01-00.00.00").getTime()),"description 1", new Double(60105) });
              list.add(new Object[] { new Date(stdFormat.parse("2011-05-01-00.00.00").getTime()),"description 2", new Double(50309) });
              list.add(new Object[] { new Date(stdFormat.parse("2011-05-01-00.00.00").getTime()),"description 3", new Double(50210) });
    
              list.add(new Object[] { new Date(stdFormat.parse("2011-06-01-00.00.00").getTime()),"", new Double(0) });
              list.add(new Object[] { new Date(stdFormat.parse("2011-06-01-00.00.00").getTime()),"description 1", new Double(80) });
              list.add(new Object[] { new Date(stdFormat.parse("2011-06-01-00.00.00").getTime()),"description 2", new Double(77) });
              list.add(new Object[] { new Date(stdFormat.parse("2011-06-01-00.00.00").getTime()),"description 3", new Double(99) });
            } catch (ParseException e) {
            }
            return list;
        }
      }
    

    JSFF (user interface Page).

    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
              xmlns:dvt="http://xmlns.oracle.com/dss/adf/faces"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
      <af:panelGroupLayout id="pgl1">
        <dvt:graph id="barGraph1" graphType="BAR_VERT_STACK" shortDesc="testing"
                   inlineStyle="width:800px; height:300px;"
                   tabularData="#{pageFlowScope.GraphTimeAxisManagedBean.tabularData}">
          <dvt:background>
            <dvt:specialEffects/>
          </dvt:background>
          <dvt:graphPlotArea/>
          <dvt:seriesSet>
            <dvt:series/>
          </dvt:seriesSet>
          <dvt:o1Axis/>
          <dvt:y1Axis/>
          <dvt:legendArea automaticPlacement="AP_NEVER"/>
        </dvt:graph>
      </af:panelGroupLayout>
    </jsp:root>
    

    Thank you

    Achi

    Achi,

    This isn't a problem with the graphics as such, but the issue of data. Since the value of the data that is displayed is huge and other data are relatively very low to occupy the chart area (Ex: 60105 Vs 10).

    You can try application zoomListener or zoomScrollListener for the graph to zoom in and see the small data.
    & lt; DVT:graph & gt;

    Arun-

  • Satellite R850-12 x - space bar button problem

    Hello

    I bought yesterday r850-12 x (Russian version) and you have probably noticed, that if I press the space bar on his left side, he does not respond, resulting in several space missing...

    I googled a little and it seems happens from time to time in different models.

    Question:
    Is this something in common that can be fixed quickly? I need compputer, and the retailer, where I bought it, said that the return (including expertise from Toshiba) takes 5 to 20 days.

    This is stupid, so I need to understand, if this problem can be solved quickly - or not... My toshibas have never failed, so far...

    Well, in the worst cases, your space button may be default and this can be solved by the replacement of keyboard.
    But this means that you must return the device to the AEP from Toshiba which would be able to help you.

    On the other hand, it would be possible that the space button stick somehow
    you could try to remove the stopper carefully and could check if you could clean the plastic brackets.

    I found Nice youtube video how to do this:
    http://www.YouTube.com/watch?v=mKzNWd_WtW0

    But if you put t want to risk injury, contact a Toshiba ASP.

  • bar graph conspire

    Hi I have this table 2 d and I need to move to a xy graph and he discovers a bar plot... x will b the date and time and there will b data, please urgent help

    You can do this by using the code as shown in the picture as an attachment.

    Please consult the help files of LabVIEW for functions. They are fairly well documented. For more details of conversion time string, search 'Codes for the Time Format string format' in the help of LabVIEW files.

    I hope this helps.

  • Losing the name of the bar graph XY

    I have this question of loss of cursor name:

    I have two sliders of interest in the attached graph, the Green shallow who lose the cursor name (I've already activated, the name of the cursor), dark green who carries the cursor with her name "LTstart". Can someone help me find the name of cursor back? Thank you!

    Hi there is dough,

    I met the same problem with my sliders several times. The label is missing, and sometimes I even had to replace the graphic with a new back on the slider labels. Centering slider did everything well, because this is the label that has lost its 'blocking' to the cursor in the first place.

    For a long time, I had trouble with this problem, but earlier this year, I discovered somewhere in this forum, that there is a sort of the hidden attribute for the position of the slider label. You can't create it directly on the chart, but it is to show if you check the Help cursor attribute list. You will see at the bottom marked "Label offset" (X, Y). By setting these values, you will probably be able to get your return to his slider again label.

    See you soon,.

    Cerati

  • Resulting graph problem


    The above is true. There are also a number of other problems with the code:

    • The specific comparison above makes no sense. The comparison occurs after the loops terminate, and the value of the wire will always be the same, unless you change the number of iterations, you're not. Aren't you stop the loop for with a stop condition, so it can always work of 250 times. What is the point of the comparison?
    • The attempt to delete the first line of the file that is being read is incorrect. Making connections a zero to the input length.
    • The State of the 'pressure to select and Alpha' is to get pieces of 180 values. Unfortunately, you have read 10000 lines, but deleted one, that leaves you with 9999 lines (rows), which divides not evenly with 180.
    • Loop used to create the table 2D 'Pressure selected' and 'Selected Alpha' can be made with a function of matrix to remodel.
    • The use of the Express VI formula causes the unnecessary use of dynamic data. For example, in the State of "Calculation of PV" (which is always written to the file), the Express VI formula can be replaced by a simple primitive multiplication. Also, since the XY Graph Express VI Build resets the chart data whenever you don't even need to use this Express VI. All you need is a single function of Bundle. Make these 2 simple changes to delete all the conversion of dynamic data in this State.

    That's all for now.

    EDIT: I forgot one:

    • In the State "Get settings" for a loop a uninitialized shift register. Not sure if this is intentional or not, but I suspect that it is a mistake.
  • How to create a 'Floating Stacked Bar' graph

    Hello world!

    My requirement is to implement a graph as follows:

    https://DL.dropboxusercontent.com/u/18609389/ScreenShot350.jpg

    It seems to be a 'Floating Stacked Bar', but I'm not able to find the tutorial or reference to do.

    For each year, I have to draw a red bar at the top with a positive value, and a blue bar to the downside with the negative value.

    I know how to get the data, but down exactly know how to compose the query VO waiting for the chart.

    Thanks in advance!

    Jose.

    Hello world

    Finally I did after days of fighting. The main reason it has not worked is because I was mistaken with the type of graph that I was actually looking for which is:

    Subtype = "BAR_VERT_STACK".

    https://DL.dropboxusercontent.com/u/18609389/ScreenShot354.jpg

    On the data, to a line for each series, so I have 2 lines (red, blue, data) and a column for each year (Group).

    It may be useful to someone.

    Kind regards

    Jose.

  • How to create a static row in the bar graph line in obiee 11g?

    Hello

    I have a requirement where the user wants to see a line in the bar chart.
    Now, the line is just static, we have not available to draw the graphic line of data field.
    is there a way to create a static line in the chart and display it in the graphic line of bar ombo?

    Thanks in advance...

    for example, I have created static line '10' on the Forex and now using this column as line by line bar report, but it is not showing the extent of '10' line in the graph.

    Drag the column measures section of the graph (line - Vertical axis) to change this static value to create a prompt box edit and pass the value to the column using Variable presentation (as told by Fernando)

    Thank you

    Angelique

  • for the combined line and conditional formatting bar graph

    Hi all

    I have a combined line and bar chart, bars showing the values of the CDA in different exercise, as well as the lines that appear from year to month values in the different financial year, how set up the conditional formatting to do the same exercise, the same color - isn't serious CDA (BAR) or the year (line)?

    Thank you
    Ling

    Check the image at the Point # 5 of the link
    http://obieetraining11.blogspot.com/2012/08/OBIEE-11g-adding-graph-to-analysis.html

    Who has the possibility of conditional formatting.

    check if help

  • Have the value displayed on the bar graph output

    I use the OBIEE 11.1.1.3. I have a question about the display of the values in the chart. Currently, if I create a bar horizontonal chart the values for each of the bars are only visible if I hover above the bar. Is there a way to display the actual value on the bar or another method to display this value without having to go.

    What I want is something like this:

    [http://blog.fusioncharts.com/wp-content/uploads/2011/03/column-chart-with-data-values.jpg]

    GoTo General properties of table-> nameplate-> show data labels and select 'Always' from the menu drop down.
    What shud solve your problem

Maybe you are looking for

  • Upgrade CPU on Satellite Pro M50?

    Is it possible to upgrade the processor on a Satellite Pro M50 to say an Intel Pentium M 755 SL7EM Socket 479 (mPGA479M) or is the BIOS locked to accept only Celeron M 350J, 360J, 370, 380?

  • Locking against changes of attenpted search parameters?

    I noticed that my search bar has been replaced by Yahoo instead of Google and reset Also, some sho.rt/urls was entered and came to a redirect to search.yahoo.com. A few days ago I installed a freeware that load a program into my startup of Windows XP

  • Hard drive makes a weird cracking / Satellite A500

    Hello I have a fairly new Toshiba Satellite A500 (2 months) and for about 2 weeks, it is difficult to start making a cracking noise (a kind of click hear you when the player load something)... He had never done before. Many drive hard making the soun

  • Cliq 2 appears only not on the site updated?

    Hi, everyone I'm just curious to know that I checked for almost a year now and it is not news about the cliq 2 get an update, why is this? In addition, the cliq 2 will have a chance to get ICS 4.0 (Ice Cream sandwich)?

  • have lost sound on pc again no changes to hardware or software...

    Came from 6 weeks of vacation, pc locked in the apartment, turn it on and no sound.Explored all the normal troubleshooting options without success.It happened once before about a year under similar circumstances and I do not remember how I fixed it,