Series in chart Gantt

Hi there
I require to make a gantt chart but when you attach the data type DateTime series, do not take into account the graph. What format should wear?

Hi Jorge,
Can u explain the data source details. I hope the data type datetime should come from your datasource.
Date or time values can be used in Gantt Chart
In the above example the datetime field directly coming from data source.
Check this Gantt Chart in Crystal Reports
Regards,
DJ

Similar Messages

  • Chart gantt with oracle bi

    I need generate chart gantt with oracle bi ee. This is possible?

    As far as i know, there are no out of the box Gantt Charts. But again, you can customize some of the charts to provide you that capability which might even involve changing the Corda Pop Engine XML files (do check your support clauses before you get into this). Maybe others can comment on their experiences here.
    Thanks,
    Venkat
    http://oraclebizint.wordpress.com

  • Creating a multi series line chart with different data providers

    I have 3 data providers of the same structure i.e ArrayCollection of DataElement and want to use them to create a multiseries line chart. I do not have just 1 dataProvider that can be used but 3 different data providers of the same structure that i want to use each for different series.
    [Bindable] private var orangeSales : ArrayCollection =
                    new ArrayCollection(
                        [ { sales: 101000, month: new Date( '01/01/2008' ) },
                            { sales: 960000, month: new Date( '02/01/2008' ) },
                            { sales: 475000, month: new Date( '03/01/2008' ) },
                            { sales: 425000, month: new Date( '04/01/2008' ) }
                [Bindable] private var appleSales : ArrayCollection =
                    new ArrayCollection(
                        [ { sales: 991000, month: new Date( '01/01/2008' ) },
                            { sales: 140000, month: new Date( '02/01/2008' ) },
                            { sales: 565000, month: new Date( '03/01/2008' ) },
                            { sales: 255000, month: new Date( '04/01/2008' ) }
                [Bindable] private var bananaSales : ArrayCollection =
                    new ArrayCollection(
                        [ { sales: 891000, month: new Date( '01/01/2008' ) },
                            { sales: 147560, month: new Date( '02/01/2008' ) },
                            { sales: 295000, month: new Date( '03/01/2008' ) },
                            { sales: 574000, month: new Date( '04/01/2008' ) }
    I want to create a line chart with orangeSales, appleSales and bananaSales as three different lines on the chart for different dates specified.
    <mx:ColumnChart showDataTips="true" >
            <mx:horizontalAxis>
                <mx:CategoryAxis
                    dataProvider="{orangeSales}"
                    categoryField="month"
                    />
            </mx:horizontalAxis>
            <mx:series>
                <mx:LineSeries displayName="OrangeSales" yField="sales" xField="month" dataProvider="{orangeSales}"/>
                <mx:LineSeries displayName="AppleSales" yField="sales" xField="month" dataProvider="{appleSales}"/>
                <mx:LineSeries displayName="BananaSales" yField="sales" xField="month" dataProvider="{bananaSales}"/>
            </mx:series>
    </mx:ColumnChart>
    Please help!

    Sorry for the confusion. Actually I must be doing some thing wrong like using ColumnChart to display a line chart or something like that.
    I have now realized that a multi series line chart can be built by having a different data provider for each of the LineSeries object.
    So the code below would create a multi series line graph :
    [Bindable] private var orangeSales : ArrayCollection =
                    new ArrayCollection(
                        [ { sales: 101000, month: new Date( '01/01/2008' ) },
                            { sales: 960000, month: new Date( '02/01/2008' ) },
                            { sales: 475000, month: new Date( '03/01/2008' ) },
                            { sales: 425000, month: new Date( '04/01/2008' ) }
                [Bindable] private var appleSales : ArrayCollection =
                    new ArrayCollection(
                        [ { sales: 991000, month: new Date( '01/01/2008' ) },
                            { sales: 140000, month: new Date( '02/01/2008' ) },
                            { sales: 565000, month: new Date( '03/01/2008' ) },
                            { sales: 255000, month: new Date( '04/01/2008' ) }
                [Bindable] private var bananaSales : ArrayCollection =
                    new ArrayCollection(
                        [ { sales: 891000, month: new Date( '01/01/2008' ) },
                            { sales: 147560, month: new Date( '02/01/2008' ) },
                            { sales: 295000, month: new Date( '03/01/2008' ) },
                            { sales: 574000, month: new Date( '04/01/2008' ) }
    I want to create a line chart with orangeSales, appleSales and bananaSales as three different lines on the chart for different dates specified.
    <mx:ColumnChart showDataTips="true" >
            <mx:horizontalAxis>
                <mx:CategoryAxis
                    dataProvider="{orangeSales}"
                    categoryField="month"
                    />
            </mx:horizontalAxis>
            <mx:series>
                <mx:LineSeries displayName="OrangeSales" yField="sales" xField="month" dataProvider="{orangeSales}"/>
                <mx:LineSeries displayName="AppleSales" yField="sales" xField="month" dataProvider="{appleSales}"/>
                <mx:LineSeries displayName="BananaSales" yField="sales" xField="month" dataProvider="{bananaSales}"/>
            </mx:series>
    </mx:ColumnChart>

  • APEX multi series line chart with different markers for each series

    I am using APEX 4.0 and trying to create a multi-series line chart that will have a different for each series.
    Does anyone know how to accomplish this?
    Edited by: user4635837 on Apr 19, 2011 7:22 AM

    Hello -
    It is possible to do.
    Another user in this forum has written some code snippets to assist in creating your own custom XML for charting. That reference can be found http://apex.oracle.com/pls/apex/f?p=36648:30:418355095936797::NO:::
    Look this over and it should get you moving in the right direction.
    What you are trying to do isn't terribly difficult. In fact, I did it fairly easily as can be seen http://apex.oracle.com/pls/otn/f?p=28155:4:362637005964920:::::
    First, create a Hidden page item.
    Next, create a process that runs before regions
    That process will create the XML for your line chart and store it in the hidden page item. Use the above references for assistance in setting up the PL/SQL in the process
    Then, create your custom XML for your chart. Replace the #DATA# tag in the custom XML with your hidden page item.
    It is a bit daunting at first, but once you get the hang of it, it really isn't that bad.
    Austin

  • Adding new data to update multiple series in charts - in one action

    I would like to know how to update a data series range in a chart all at once as can be achieved with Excel by
    manually entering row numbers to expand the data series range or
    by dragging a reference frame in a table to include additional data in the range.
    At present, the only way that I have discovered I can update a series is to manually change the cell reference detail for each series individually. This is achieved by selecting a single line and clicking several times on the Data reference cell in the Inspector Chart option by highlighting the cell reference details and then manually changing the cell reference for each series separately. This is tedious, time consuming and more than a little clumsy! What used to take me a few minutes to update my charts in Excel is taking me tens of minutes in Numbers.

    theguardian wrote:
    I would like to know how to update a data series range in a chart all at once as can be achieved with Excel by
    manually entering row numbers to expand the data series range or
    by dragging a reference frame in a table to include additional data in the range.
    Unless I'm misreading this, similar techniques work in Numbers.
    The original table contained only the sequential labels in column A and the data shown on the upper chart.
    I made two changes, similar to those in your list (but in the opposite order, hence the reversal in my numbering):
    2. Added data to cells B11:B15 (labeled J-N). (The data added is a copy of the first five data from the original series.) Selected the chart, then expanded the data series by dragging the control (small circle) down to include these cell (plus B16) in the charted range. The chart updated to include this data.
    1. Selected B11:B15, then went Table > Add Rows Below (keyboard shortcut: option-down arrow). Numbers added five rows to the table, and updated the chart to include those rows, as shown in the lower version of the chart. Paste the data into these new rows to add it to the chart.
    Although I had selected rows inside the charted range when adding new rows (to keep that "O" label on the x axis and show the 'space' before it), the five rows could as easily have been added to the end of the chart. Select B12:B16, press option-down arrow.
    Regards,
    Barry

  • Is there a way to change the default colors for data series in charts?

    I have tried to find settings for data series colors in the various CSS files but have not found any.

    Did you try:
    OracleBI/web/app/res/s_.../popbin/
    EX:
    line.pcxml Look for <SeriesDefinition ...
    we modified the line width and a few other things. You'll have to modify all the pcxml files for all the chart types you want to customize.

  • Change color of series in Charts to custom colors - error in macro generated by Excel

    The case:
    Excel 2013, Multiple cheets with multiple charts of different type. Several charts doesn't show well will the defaut color automatically generated by Excel. -> The idea is to modify these graphics only with a specific color combination (modifying the
    color of the series)
    I'm able to modify the color of each series of 1 chart using the UI. but there are many charts so doing them with a simple macro would speed these repeative steps.
    I turned on the macro recording to capture the change of the color of a selected serie in a selected chart.
    The generated code is:
        ActiveChart.Legend.LegendEntries(1).Select
        With Selection.Format.Fill
            .Visible = msoTrue
            .ForeColor.ObjectThemeColor = msoThemeColorAccent3
            .ForeColor.TintAndShade = 0
            .ForeColor.Brightness = -0.25
            .Transparency = 0.3000000119
            .Solid
        End With
    When I execute the macro, Excel trigger an error:
    Execution error -2147467259 (80004005)
    method "Fill" of object "ChartFormat" has failed   (this is a translated error message, as I run a french version)
    Any idea why Excel cannot run its own generated code ?
    Thanks in advance.

    Very surprisingly the following code (also generated by the macro recording) works ok.
    (I selected the serie inside the chart instead of selecting the serie in the legend)
        ActiveChart.FullSeriesCollection(1).Select
        With Selection.Format.Fill
            .Visible = msoTrue
            .ForeColor.ObjectThemeColor = msoThemeColorAccent3
            .ForeColor.TintAndShade = 0
            .ForeColor.Brightness = -0.25
            .Transparency = 0.3000000119
            .Solid
        End With
    If an MVP or Microsoft official come accross this, I suggest further testing as it is very likely a bug (with the first set of code generated by Excel)

  • Display a series in chart conditional

    Dear all,
    I created a new chart region and this chart I created 6 series. I created 6 flags to tell which series to display. Is it possible to add a condition in a series to tell if we want to display or not.
    I can put it in the select, the line is not displayed but I see the name in the legend and I don't want to see it.
    Is it possible to do it and how ?
    Thanks in advance

    Dear all,
    I created a new chart region and this chart I created 6 series. I created 6 flags to tell which series to display. Is it possible to add a condition in a series to tell if we want to display or not.
    I can put it in the select, the line is not displayed but I see the name in the legend and I don't want to see it.
    Is it possible to do it and how ?
    Thanks in advance

  • Losing series from chart when adding one

    I have a problem with adding a LineSeries to an existing chart.  It's a LineChart (but also tried bases of CartesianChart, CandlestickChart, ColumnChart, HLOCChart and AreaChart), which has a ColumnSeries (volume) and CandlestickSeries (stock prices).  When I add the LineSeries on the chart, the column series always disappears (and the right axis it's tied to loses the min/max range it had).  It doesn't seem to matter which order the series are in the list, always the ColumnSeries disappears.  Tried all the invalidateXxx methods on the chart, doesn't seem to matter.
            var sma1Series:LineSeries = new LineSeries();
            sma1Series.horizontalAxis = laCarta.timeAxis;
            sma1Series.verticalAxis = laCarta.leftAxis;
            sma1Series.xField = "time";
            sma1Series.yField = "sma";
            sma1Series.dataProvider = sma.data;
            sma1Series.displayName = symbol + " SMA (" + sma.period + ")";
            sma1Series.setStyle("lineStroke", styles.sma1Stroke);
            var series:Array = laCarta.series // volume and symbol series
            series.push(sma1Series);
            laCarta.series = series;
    I can print out the series list after adding, they are all there.  Is there something I'm missing here? I can't find any reference to this issue anywhere.
    Building with Flex 3.5, running in Flash player 10.

    This is odd.  If I start with just the CandlestickSeries alone, then programatically add the volume (ColumnSeries) series, it adds fine.  If I then add the overlay LineSeries to the same set, it still kills the ColumnSeries, when doing it as a separate operation (e.g. button 1 adds ColumnSeries, button 2 adds LineSeries).
    But if I add both ColumnSeries and LineSeries at the same time, even separately, it works.  For example, below works just fine, whether together == true or false.
    public function addSeries(together:Boolean):void {
            var vr:AxisRenderer = createAxisRenderer(createAxis("Volume", 0);); // separate axis/renderer for volume
            var vc:ColumnSeries = createVolumeSeries(main.timeAxis, vr.axis);
            var sma1Series:LineSeries = createSMASeries(main.timeAxis, main.leftAxis);
            if(together) { // push them together
              main.series.unshift(vc); // put it first/bottom
               main.series.push(sma1Series);
               main.series = main.series;
               main.verticalAxisRenderers.push(vr); // add renderer
               main.verticalAxisRenderers = main.verticalAxisRenderers;
            } else { // add one, then the other
              main.series.unshift(vc); // put it first/bottom
               main.series = main.series;
               main.verticalAxisRenderers.push(vr); // add renderer
               main.verticalAxisRenderers = main.verticalAxisRenderers;
              main.series.push(sma1Series);
               main.series = main.series;

  • Formatting data series in charts

    Hello all,
    Need help in how to format data series used in charts(pie and bar). The charts show proper data but i need the amounts in the charts to be formatted using comma separators and $ symbol. Had tried using the NSTR functions and these work properly for table data , but not for charts.  Could someone pls conform if this is a known limitation with charts or is this yet another issue with ehp1 ? If so , are there any other alternatives for this approach.
    Vc version is 7.01 SP5 (ehp1)
    Any help would be appreciated.
    Rgds

    Did you try:
    OracleBI/web/app/res/s_.../popbin/
    EX:
    line.pcxml Look for <SeriesDefinition ...
    we modified the line width and a few other things. You'll have to modify all the pcxml files for all the chart types you want to customize.

  • Maximum Rows for series in Charts (Cluster Bar Charts)

    Question
    Is there a way to dynamically define the "Maximum Rows" value for all the series in a cluster bar chart? I tried putting "&item_name." into the "Maximum Rows" field for a series, but get an Application Builder error indicating that the value should be numeric. I would like to set the "Maximum Rows" for all the series in a chart "on the fly".
    Details
    I have one horizontal cluster bar chart with 4 series on my page that has a variable number of rows i.e. the number of bar clusters that I want plotted varies based on the user's criteria. For one set of data there may be 10 clusters. If the user changes the criteria, the chart could then have 20 clusters. I have the "Maximum Rows" field for all 4 series in the chart set to 31 rows.
    The Problem
    The chart with only 10 clusters is two thirds whitespace. The 10 clusters fills up the bottom third of the chart. The top two thirds of the chart is blank. The chart with 20 clusters fills up the chart with no whitespace. The chart with 40 clusters gets the top 10 clusters cut off and only displays the bottom 31 clusters.
    Any Suggestions
    If you have any suggestions how I can accomplish this, please post them. Currently I am not interested in going outside of HTML DB. I may end up doing that though to get a more dynamic charting tool.
    Thanks,
    Mike

    Note 367711.1 deals with this issue. The contents of the note are the below:
    At this time, this is not possible to dynamically set these charting attributes, however, an internal enhancement request has been created requesting that this functionality be incorporated into the product. The current plan is to incorporate this feature into 3.0 version of the product, however, this is just the current plan and can change depending on the complexity of the implementation.

  • Color Problem when Aadding/Removing series from Chart

    Is it possible to define the color of the series to add in a Chart?
    Actually, the color seems to be defined in a precise order by the chart itself when adding the series. I think there's a list of predefined colors and for each series added to the chart, it take the next color of the list. Then, when we remove a series, the pointer in that list of colors is decremented.
    That behavior does not suit me. If i remove a series and add it again there are cases where two series can have the same color...
    Example:
    add series 1 - color blue
    add series 2 - color red
    add series 3 - color cyan
    remove series 2
    add series 2 - color cyan
    series 2 and 3 have the same color
    (you can test this behavior)
    So is there a mean to avoid this problem and set the color of series ourself?
    Thanks

    If you search the http://javafx-jira.kenai.com you will come across quite a few open bugs to do with dynamically modifying charts by adding and removing series and data - so I guess, if you are currently using this feature, then proceed with caution (and don't use the chart animation feature) until they are fixed (and log new issues if yours is not already captured).

  • Enable Alerts not Active when using have multiple series in chart

    Alerts option is not active when, I am having Multiple series in a Chart.....
    is this common in Xclesius, is there any alternative for should alerts.
    Thanks in Advance

    Multiple series alert functionality is available in SP 4. Use Combination cart for multiple series. You will get that option for sure.
    I am using it.
    My suggestion is, you download SP4 and then continue your development.
    as you said you are using Fix Pack 3.5.
    Edited by: Debjit_Singha_86 on Aug 17, 2011 5:37 AM

  • Time Series Line Chart - Monthly Sales - Make $0 or "No Sales" show up - not skipped

    Post Author: kevinday17
    CA Forum: Charts and Graphs
    I have been messing with my chart for a while and I guess I'll just ask for help since I can't figure it out.  All I am trying to do is chart out monthly sales dollars by customer.  Simple enough...I have it working except I want to be able to see a $0 plotted on my graph when there were no sales in a month.  Currently it just skips over that month and goes to the next where there is data (month after i.e next group summary field)).  I've tried all sorts of ways of grouping.  If I use the "group by date, monthly," on the "Order Date" field, I can't chose it as the "On Change of" under Advanced chart (single arrow is greyed out).   So I ended up making a huge formula to make my own groups of months.  My GH2 is the customer (and my chart), GH3 is my Grouping for month and year, and the detail is every single sales order.  My graph points are based on summary data; sum of all the sales orders for that customer for that month. 
    How do I tell Crystal Reports that if there were no sales in December, then tell me 0.  Don't just ignore it.
    Maybe there is an option to make the X Axis Fixed with points (month-year, in order).  It would be nice to have it uniform for every customer.  I would love to see every graph that prints out have 36 x-axis coordinates; one for every month of the last 36 months (jan-05, feb-05, mar-05......dec-07) regardless of whether or not the customer had sales or not.
    Thanks so much in advance. 
    Kevin

    Post Author: V361
    CA Forum: Charts and Graphs
    I have CR XI, I created a formula and used it to create the chart section
    if (isnull ()) then 0 else
    So if your AMNT is a null value it should put 0, else the AMNT

  • Time Series for Chart

    I have a requirement to generate a Time Series Graph based on 3 tables:
    Time Series containing Period ID
    Costs containing Period ID and Project, Activity
    Project containing Project Data.
    The structure is:
    Period -----< Costs >------- Project
    With Period Outer Joined to Costs, so that if there are no costs for a Period the Time Series still displays.
    The problem I have is that when I select data for a specific project then the inner join causes my Periods to no longer display.
    ie.
    Required Result
    <pre>
    2008-Jan 10 Project A
    2008-Feb 20 Project A
    2008-Mar
    2008-Apr 20 Project A
    2008-Jun
    2008-Jul 10 Project A
    </pre>
    Actual Result
    <pre>
    2008-Jan 10 Project A
    2008-Feb 20 Project A
    2008-Apr 20 Project A
    2008-Jul 10 Project A
    </pre>
    I have tried to engineer the result, I've Cartesianed Project and Period together in a custom folder and done a single outer join, which results in something close to the result, however performance suffers - and if I select one of the further columns in the 'Costs' table (Activity) it then breaks, I am beginning to think that the only way to achieve this is to generate 0 cost rows for the missing periods into the Costs table.
    Unless there is a way in Discoverer to have achieve what I require?

    Hi,
    Try creating a complex folder in the EUL taking the items you need from product and cost. Then outer join this folder to the period folder. You would then select all your product and cost details from the complex folder and the timeseries from the period folder. As you are only joining 2 folders in the workbook, the outer join with a project selection should still work.
    Rod West

Maybe you are looking for

  • HP color laserjet 5500

    A friend bought the second-hand, reconditioned, HP Color Laser Jet 5500 for printing small booklets. The printer worked quite well, Ethernet wired to a small LAN, for a short time before it was not recognised by any off the computers on the network.

  • Cannot get a menu screen on appletv box

    I Have an apple3 tv box. Hooked it up last night and it worked fine. Today when I turn the box on the only screen that comes up is a picture of the back of the apple box and a USB cable. I cannot get to a menu screen. I have rebooted everything sever

  • Inbound function module for IDoc type INFRECMASS01

    Hello everybody, What is the inbound function module for IDoc type INFRECMASS01? I tried IDOC_INPUT_INFREC (as for IDoc INFREC01), but I got the following message (B1 044): Incorrect function module IDOC_INPUT_INFREC called up Thanks in advance Rolan

  • I want to know about an OVM's accessing to files.

    I'm now looking into OVM 3.1.1. I know that VM is able to access to iSCSI Storage directly. but Is it faster than Accessing VBD Files(repositories file)? Does anybody know about this? I'd appreciate your help. Thank you.

  • "save project as" problem

    I'm having this problem on both my mac book pro using FCE 3.5 upgrade as well as on my imac where I just use FCE. I will go to "save project as" and save as Tape 2 for example. I make changes and then I go to "save" but it is grayed out and I only ha