Area charts vs stacked area charts

Hello,
Once again, I think that I have missed something. I can use the area chart component to create a chart with  2 series of data. It looks just like the one I created using the stacked area chart component. I would think that there would be some difference betwwen the 2 chart componens, but I can't see what the difference is, so I'm hoping someone can tell me.
Thank you
Tracy

for the normal chart you have every series in column, but in the stacked chart you have all the series within one column and every series start to count after the pervious one values.
good luck
Amr

Similar Messages

  • Problem with Stacked area chart

    Hi all,
    I'm working on delivery data according to month having input(combo) as the year. I'm trying to display the data in percentages in Stacked area chart having series as ontime delivery, 1 week late, 2 weeks late,........5 weeks late and category labels as months. The problem is when I take the Preview of data I get to see the data for ontime, 1 week , 2 week as it should be but when I hover the mouse over the 2 weeks data area  mouse over values shows 5 weeks data(0 %) where as in reality the colored area belongs to 2 weeks data. I tried to delete 5 weeks series data and now it shows as 4 weeks data.
    What could be the problem ?
    Thanks

    >
    Raghavendra Gadhamsetty wrote:
    > Did you try adding the formula year(datefield) in X axis by removing the existing datefield?
    >
    > Regards,
    > Raghavendra
    Thanks for the answer regarding dates. I'm still awaiting an answer on the following part of my question:
    "My problem is that I am trying to configure a stacked area chart to show various related financial figures over the period of a year or more. My problem with a regular stacked area chart is that because of the large number of data points (daily) the X axis becomes far too chaotic with the large number of labels. The obvious option seems to be to use the "Show time scale" option in axis settings, however when you chose this option the "Date axis area" chart type is automatically chosen and this chart type doesn't seem to allow stacking. Can anybody help?"
    Thanks in advance for your help.
    Kind Regards,
    Mark

  • Crystal 11 Stacked Area Chart Data Start Point X-Axis

    I am trying to create a Stacked area chart and by default there is space between the y-axis and the first data point on the x-axis. Is there any way to eliminate this space so that the first data point appears directly on the y-axis?

    I found the answer to my question. Uncheck the box "Value Axis Crosses Between Groups" in the "Group (X) Axis Settings" dialog box.
    Edited by: Chuck Gebhardt on Oct 14, 2011 12:28 AM

  • Ordering of values in Stacked Area Chart

    I have a stacked area chart that I want to order the stack from highest to shortest based on the last year.  The area chart has years and schools on the x axis and count one the y-axis.  I want to stack based on the last year of the school count.
    When I order it in the chart expert, it seems to pick the first year as the criteria to order the stack.
    Is there a way I could use some type of formula or something.
    Thanks in advance.
    Eric

    Hi Eric,
    As a static solution, you could use specified order.
    In the Chart Expert, when you select your field located in the "On change of" list,
    and click on the button "Order", you can change the order to: "in specified order"
    Another static solution could be to actually create a formula like:
    If {My Database Field} = "My Value 1" Then
         1
    Else If {My Database Field} = "My Value 2" Then
         2
    Else If {My Database Field} = "My Value 3" Then
         3
    Then use the formula on the chart, instead of the database field.
    And on the Legend, it will display the number like: 1, 2, 3,...
    You can then replace the text on the legend by text object with the right heading, or manually create a legend with text objects.
    Note that one thing to be careful of, it's if for one group, not all the subgroup are present, then the order will not be retained.
    For example:
    If I have on my chart the following:
    - Country
    - Product
    With a summary on sales amount.
    If I have the following data:
    Canada
         - Product 1
         - Product 2
         - Product 4
    USA
         - Product 1
         - Product 2
         - Product 3
         - Product 4
    Then despite we set a specified order of:
         - Product 1
         - Product 2
         - Product 3
         - Product 4
    The chart will display the order of:
         - Product 1
         - Product 2
         - Product 4
         - Product 3
    This is happening because the first group on the chart doesn't have all the products, and it will use the element of that sub-group to order the information.
    If you know that your data set may not have all the data for a sub-group used on the chart, then none of the above suggestion will work for you, unless you write a stored procedure, or a command object that always returns all the subgroup elements, or you use a subreport technique which is described in the sample report provided in the following knowledge  article:
    1245204 - Date range in Chart for Crystal for all dates not just those dates with data
    The Knowledge Base Article refer to dates, but the same technique applies for any type of data.
    Hope this help!
    Patrick

  • Stacked area chart with start and end dates

    Hi,
    I'm trying to create a stacked area chart from values that have a start date and an end date. I'd like the area to be drawn as a sum of the values at each x-axis date interval. So if I have data like:
    Start              
    End               
    Value
    2013-01-01      2015-01-01     
    100
    2013-09-01      2014-01-01     
    200
    2013-01-01      2016-01-01     
    300
    What I need is to have the chart show the area y-axis at 400 from the start up to 2013-09-01 where it would rise to 600. At 2014-01-01 it would drop back down to 400 and at 2015-01-01 it would drop to 300 until the end.
    Is this possible without calculating the sums for each date beforehand?

    Hi Erba,
    According to your description, it seems that you need add Start and End fields with the same level (without group relationship) to the x-axis in stacked area chart. As per my understanding, we couldn’t add multiple fields in one group at the same level.
    So in order to work around this issue, we can modify the dataset to combine the Start and End field into one filed, then add the new filed to x-axis. For more details, please refer to the steps below:
    Modify the dataset with the following query statement:
    select Start as date , Value as value
    from table_name
    union
    select [End] as date, (0-Value) as value
    from table_name 
    Drag a Stacked Area Chart to design surface.
    Insert value field to Values pane, then modify it with the expression below:
    =runningvalue(Fields!vlaue.Value,sum,"DataSet_name")
    Insert date field to Category Group pane.
    The following screenshot is for your reference:
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Date Axis Stacked Area Charts

    Hi,
    I'm just evaluating the full version of Crystal Reports 2008 having had some frustrations with the design restrictions in the basic version that ships with Visual Studio 2008. Particularly important to me is the design features for charting data. A lot of the charts I need to build have daily data points and the dates for these data points are represented as labels on the X axis. My problem has been that when you try and build a report with several months or more worth of data points the X axis is getting way too crowded even to the extent of being unreadable with overlapping labels. I've noticed in the full version that there is a date axis chart type whereby you can alter the scale of the X axis e.g. to only show a date at a frequency once per month or greater resulting in the X axis being readable. This seems to work great for line charts etc, however one of the charts I need is a stacked area chart and unfortunately I can find no options / chart types that allow me to scale the dates on the X axis. I've seen there is a date axis chart for area charts, but there is no option of having this chart type as stacked. I know you can also skip data labels in X axis group options, but the max I can skip is 2 and so that doesn't really help me either.
    Is there any way of achieving a stacked area chart with a scaled date axis in Crystal Reports 2008? If not it seems to me that the lack of this feature is a real omission from the product. Even Excel charts can handle this type of chart and I would imagine Crystal Reports charts should be more advanced in its charting capabilities.
    Any help or recommendations would be appreciated.
    Kind Regards,
    Mark

    I have run in to the same problem.  I work for a systems integration company and I purchased this software because I have a lot of crystal reports and .NET experience but I have very minimal crystal chart experience.  I need to use the charting to display data over time collections.  I need to show all data points collected but for some series that I deal with I need to be able to scale the x-axis labels to something that is legible.  There is an aftermarket package(CRReports3.5) for $500 more dollars that would enable me to control this but it seems like alot more money for a small piece of functionality that should already be built in.  I have Crystal Reports 2008 and am working with visual studio 2008 can someone please tell me is there ANY WAY to achieve this functionality without purchasing additional software?  Otherwise this software purchase was worthless for my current project.
    Regards
    Dave Bedo

  • Add Total to Stacked Column Chart on the top and another important thing is the data are from SharePoint site

    the same with the following description from another question:
    "How can I display a total on top of each column on a stacked column chart (using
    reporting services 2008)? If I use Data Labels I can display the
    values for each part of the stack on a stacked column, but I want to be display the total.
    For Example: If I have stacked column on chart with a value of 10 for the 1st stack, 20 for the 2nd stack,
    and 20 again for the 3rd stack - I want to display 50 (the SUM total) as the data label on top of the entire column..."
    and a solution for this would create a new column named SUM(category group), this can be done with data source from SQL server, but my data is from SharePoint site list. its query seems can't be changed which means I can't add a SUM column.
    what should I do with this? Can anyone give me a hand?
    thank you very much.

    Hi sophiexu,
    If we want to display a total for each column on the top of a stacked chart, we can use a matrix control to display the column total value to work around this issue.
    The following thread about how to simulate chart legend is for your reference:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/cfb4fa19-b2ba-426a-804b-b5ea83d70d62/ssrs-2008-chart-legend-missing-customitems-property
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Crystal Report 2008 Area Chart Data Label Problem

    Stacked Area Chart (Layer Cake) Issues:
    We would like to use a Crystal Report (2008) Stacked Area Layer Cake chart to show the workload RPD's (Sum of Resources Per Day = Y value axis) and Data_Date of the study (M,Month of study date = X value axis, using fiscal year type cycle Oct - Sept).
    Each Stacked Area represents the workload RPD's for a single project, or group of projects.
    When showing labels or series information the chart becomes overloaded and not visible to read because there is over 400 data points.
    Is there a way to break this dataset down so that values and/or labels are visible, using the crystal report options available? To suppress multiple layers and show a single label per layer?
    We tried using the Color Highlight to group and display them by group and condition. The labels and series data points are still over crowded.
    We also need to overlay the chart with the Average FC Totals from an additional Crosstab report.  Is there a way to overlay this over the 1st layer of the report?

    Stacked Area Chart (Layer Cake) Issues:
    We would like to use a Crystal Report (2008) Stacked Area Layer Cake chart to show the workload RPD's (Sum of Resources Per Day = Y value axis) and Data_Date of the study (M,Month of study date = X value axis, using fiscal year type cycle Oct - Sept).
    Each Stacked Area represents the workload RPD's for a single project, or group of projects.
    When showing labels or series information the chart becomes overloaded and not visible to read because there is over 400 data points.
    Is there a way to break this dataset down so that values and/or labels are visible, using the crystal report options available? To suppress multiple layers and show a single label per layer?
    We tried using the Color Highlight to group and display them by group and condition. The labels and series data points are still over crowded.
    We also need to overlay the chart with the Average FC Totals from an additional Crosstab report.  Is there a way to overlay this over the 1st layer of the report?

  • OBIEE 10g - Ability to overlay Area Chart?

    Hi Experts,
    I am using OBIEE 10g. I have a requirement to plot Total Market Units with Brand units over time in an Area Chart. The requirement here is that the area of Brand Units should overlay on the Market units measure thus signifying that Brand units is out of the total Market Units, but when this is being plotted into an Area Chart, the Market Units is stacked on top of the Brand Units therefore the chart's total (highest point) on the Y Axis is Market Units + Brand Units but I want this total to reflect only the Market Units figure.
    Is there anyway in an Area Chart to show the figures for Market Units and Brand units separately (when mouse rollover) but on the Y axis, it's just showing the Market units's figure?
    Sorry if I had confused anyone but I had tried to explain the requirement as best as I can.
    Thanks in advance!
    Chris

    Using logical query filters can convert to sql but it should not with XML.
    This is expected behavior for logical queryies only.

  • Chart builder finish but some threads are still alive ?!?!?!?

    Hello all,
    I'm using oracle chart builder for presenting data in my
    application. I use it after supplying its data for gif file
    generation. The chart is stacked bar but I don't think this is the
    problem.
    The problem is that it generates the gif file successfully but my
    application is still running after the main method is finished, I
    debugged it and I found about three threads are up:
    Thread[AWT-EventQueue-0]
    Thread[SunToolkit.PostEventQueue-0]
    Thread[AWT-Windows]
    I doubted my code - but I'm taking it copy paste from developer's
    guide - and I debugged another Java file from a sample that comes with
    the kit and the same problem happened ?!?!?
    Does anyone know y?
    I saw lots of SunToolkit.PostEventQueue-0 & AWT-EventQueue-0 problems, but I don't find matching my situation, nearly some mentioned problem in native threads or something, but I think the problem is related to AWT more
    I used in testing both Oracle JDeveloper 9i release 3, and IBM
    WebSphere Studio Application Developer 4.0.3 ( both JDK 1.3)
    Thankx

    I used ctrl-break to display all threads working and the following was printed:
    "Thread-6" prio=5 tid=0x2349f8 nid=0x9e0 waiting on monitor [0..0x6fb38]
    "AWT-Windows" prio=5 tid=0x8a07e50 nid=0x894 runnable [0xba9f000..0xba9fdc4]
    at sun.awt.windows.WToolkit.eventLoop(Native Method)
    at sun.awt.windows.WToolkit.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    "SunToolkit.PostEventQueue-0" prio=5 tid=0x8a07878 nid=0x88 waiting on monitor [
    0xba5f000..0xba5fdc4]
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Unknown Source)
    at sun.awt.PostEventQueue.run(Unknown Source)
    "AWT-EventQueue-0" prio=7 tid=0x8acbe30 nid=0x980 waiting on monitor [0xba1f000.
    .0xba1fdc4]
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Unknown Source)
    at java.awt.EventQueue.getNextEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    "Thread-4" daemon prio=5 tid=0x8ad6be8 nid=0x90c waiting on monitor [0x99bf000..
    0x99bfdc4]
    at java.lang.Thread.sleep(Native Method)
    at org.apache.log4j.helpers.FileWatchdog.run(FileWatchdog.java:95)
    "Thread-3" daemon prio=5 tid=0x8ad6aa0 nid=0x8c0 waiting on monitor [0x8f5f000..
    0x8f5fdc4]
    at java.lang.Thread.sleep(Native Method)
    at org.apache.log4j.helpers.FileWatchdog.run(FileWatchdog.java:95)
    "Thread-2" daemon prio=5 tid=0x8a37008 nid=0x900 waiting on monitor [0x8f1f000..
    0x8f1fdc4]
    at java.lang.Thread.sleep(Native Method)
    at org.apache.log4j.helpers.FileWatchdog.run(FileWatchdog.java:95)
    "Thread-1" daemon prio=5 tid=0x8b63c0 nid=0x948 waiting on monitor [0x8edf000..0
    x8edfdc4]
    at java.lang.Thread.sleep(Native Method)
    at org.apache.log4j.helpers.FileWatchdog.run(FileWatchdog.java:95)
    "Thread-0" daemon prio=5 tid=0x8b64a8 nid=0x9c0 waiting on monitor [0x8e7f000..0
    x8e7fdc4]
    at java.lang.Thread.sleep(Native Method)
    at org.apache.log4j.helpers.FileWatchdog.run(FileWatchdog.java:95)
    "Signal Dispatcher" daemon prio=10 tid=0x7fdf28 nid=0x72c waiting on monitor [0.
    .0]
    "Finalizer" daemon prio=9 tid=0x7fabb8 nid=0x560 waiting on monitor [0x8c5f000..
    0x8c5fdc4]
    at java.lang.Object.wait(Native Method)
    at java.lang.ref.ReferenceQueue.remove(Unknown Source)
    at java.lang.ref.ReferenceQueue.remove(Unknown Source)
    at java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)
    "Reference Handler" daemon prio=10 tid=0x7f9368 nid=0x9a8 waiting on monitor [0x
    8c1f000..0x8c1fdc4]
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Unknown Source)
    at java.lang.ref.Reference$ReferenceHandler.run(Unknown Source)
    "VM Thread" prio=5 tid=0x23f638 nid=0xa28 runnable
    "VM Periodic Task Thread" prio=10 tid=0x8a4f48 nid=0x92c waiting on monitor

  • How to dynamically display data labels in area chart

    Hello, everyone,
    I have an stacked area chart with the data set as follows:
    Values: sales
    Category Group: date
    Series Group: products
    Now I have an requirement to display the data labels in the chart for the top 3 products with the highest sales within a certain time period (based on the date parameter). E.g. product1 in the product 1 area, product 2 in the product 2 area, etc.
    Is this possible? If so how do I go about doing it?
    Your help is much appreciated
    Kind regards

    Hi QQFA,
    According to your description, you have a stacked area chart. Values is sales, Category  Group is date, and Series Group is product. Now you want to show only top 3 products which has the highest sales data labels for each date.
    In SQL SERVER Reporting Service, we can achieve this goal by using expression in Series Label Properties setting. I have tested it on my local environment, you can follow these steps below:
    Create a new DataSet(name is “top3”).
    Select use a embedded dataset in my report and put
          “ select * from(
          select Product,Sales,[Date],
          ROW_NUMBER() over (partition by [Date] order by Sales desc) as rn
          from #temp)
          where rn<4 ”
        into Query.
    Right Click on your chart, select “show Data Labels”.
    Right Click on any label that just appeared, select Series Labels Properties .
    Click the “fx” next to Label data textbox.
    Type the expression below into Set expression for Label :
         “=IIF(InStr(Join(
         lookupset(Fields!Date.Value,Fields!Date.Value,Fields!Product.Value,
         "top3"),","),Fields!Product.Value)>0,Fields!Sales.Value,"")”
         (Ps: the “lookupset” function is only supported  in SQL SERVER 2008 R2 or later) 
    Click “OK”.
    Save and preview the chart ,as shown here:
    Now your chart will show you the top 3 highest sales product data labels in corresponding area.
    Reference:
    LookupSet Function
    Expression and Functions
    If you have any question ,please feel free to ask.
    Best Regards,
    Simon

  • Images-charts on 9ias R2 are not shown.

    We developped an application with dynamically build
    charts on 0C4J (stand alone) on linux(suse). The chartsoftware is from Netcharts
    After we installed the Xvfb-Server it works fine.
    When we deployed the application on 9ias (suse linux) no charts are shown.
    We run the Xvfb-Server as root.
    Xvfb runs on DISPLAY:1.0
    We only get that error message.
    Has anybody ecperiences in that matter or any idea?
    Thanks in advance
    Peter Eisert
    Problem with constructor javax.swing.plaf.FontUIResource and args {Dialog,0,12} : and types {class java.lang.String,int,int} : java.lang.reflect.InvocationTargetException
    java.lang.Exception: Stack trace
    at java.lang.Thread.dumpStack(Thread.java:997)
    at javax.swing.UIDefaults$ProxyLazyValue.createValue(UIDefaults.java:663)
    at javax.swing.UIDefaults.get(UIDefaults.java:145)
    at javax.swing.MultiUIDefaults.get(MultiUIDefaults.java:46)
    at javax.swing.UIDefaults.getFont(UIDefaults.java:223)
    at javax.swing.UIManager.getFont(UIManager.java:456)
    at javax.swing.LookAndFeel.installColorsAndFont(LookAndFeel.java:90)
    at javax.swing.plaf.basic.BasicPanelUI.installDefaults(BasicPanelUI.java:51)
    at javax.swing.plaf.basic.BasicPanelUI.installUI(BasicPanelUI.java:42)
    at javax.swing.JComponent.setUI(JComponent.java:322)
    at javax.swing.JPanel.updateUI(JPanel.java:107)
    at javax.swing.JPanel.<init>(JPanel.java:67)
    at javax.swing.JPanel.<init>(JPanel.java:97)
    at netcharts.pro.common.NFGraph.<init>(Unknown Source)
    at netcharts.pro.common.NFGraph.<init>(Unknown Source)
    at netcharts.pro.charts.pie.NFPiechart.<init>(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Native Method)
    at netcharts.pro.common.NFGraph.a(Unknown Source)
    at netcharts.pro.common.NFGraph.getGraphFromTemplate(Unknown Source)
    at de.vdma.statistik.Chart16Erstellen.chartErstellen(Chart16Erstellen.java:79)
    at de.vdma.statistik.Modul16Servlet.doGet(Modul16Servlet.java:32)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:244)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:66)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:284)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:539)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:285)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:231)
    at de.vdma.statistik.VdmaServlet.gotoPage(VdmaServlet.java:137)
    at de.vdma.statistik.VdmaServlet.doGet(VdmaServlet.java:120)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:244)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:66)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:284)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:539)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:285)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:771)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:170)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:802)
    at java.lang.Thread.run(Thread.java:484)

    Hi Peter
    It should run. we also have same dynamic chart displayed by an applicaiton deployed at 9ias, the difference is we have Solrais.
    We also have xvfb
    For just sack of correctness, check the DISPLAY setting that u have set for the OC4J, where u have deployed the application, in opmn.xml file.
    This is what opmn.xml for my 9ias is
    <oc4j instanceName="PGBU" gid="PGBU">
    <config-file path="/ora9ias/home/ora9iapps/j2ee/PGBU/config/server.xml"/>
    <oc4j-option value="-properties"/>
    <port ajp="3001-3100" rmi="3101-3200" jms="3201-3300"/>
    <environment>
    <prop name="DISPLAY" value="localhost:1.0"/>
    </environment>
    </oc4j>
    PGBU is the OC4J instance where my application is deployed
    Regards,
    Samir

  • How to combine Area chart and Line chart?

    Hi,
    I have to display Area chart with the Line chart in one graph.
    How can i do that,
    Please suggest.

    Pretty easy, just add series to your chart
    http://forums.arcgis.com/threads/73636-How-to-combine-line-chart-and-stacked-column-chart
    Dany

  • SSRS 2008 Column Chart with Calculated Series (moving average) "formula error - there are not enough data points for the period" error

    I have a simple column chart grouping on 1 value on the category axis.  For simplicity's sake, we are plotting $ amounts grouping by Month on the category axis.  I right click on the data series and choose "Add calculated series...".  I choose moving average.  I want to move the average over at least 2 periods.
    When I run the report, I get the error "Formula error - there are not enough data points for the period".  The way the report is, I never have a guaranteed number of categories (there could be one or there could be 5).  When there is 2 or more, the chart renders fine, however, when there is only 1 value, instead of suppressing the moving average line, I get that error and the chart shows nothing.
    I don't think this is entirely acceptable for our end users.  At a minimum, I would think the moving average line would be suppressed instead of hiding the entire chart.  Does anyone know of any workarounds or do I have to enter another ms. connect bug/design consideration.
    Thank you,
    Dan

    I was having the same error while trying to plot a moving average across 7 days. The work around I found was rather simple.
    If you right click your report in the solution explorer and select "View Code" it will give you the underlying XML of the report. Find the entry for the value of your calculated series and enter a formula to dynamically create your periods.
    <ChartFormulaParameter Name="Period">
                      <Value>=IIf(Count(Fields!Calls.Value) >= 7 ,7, (Count(Fields!Calls.Value)))</Value>
    </ChartFormulaParameter>
    What I'm doing here is getting the row count of records returned in the chart. If the returned rows are greater than or equal to 7 (The amount of days I want the average) it will set the points to 7. If not, it will set the number to the amount of returned rows. So far this has worked great. I'm probably going to add more code to handle no records returned although in my case that shouldn't happen but, you never know.
    A side note:
    If you open the calculated series properties in the designer, you will notice the number of periods is set to "0". If you change this it will overwrite your custom formula in the XML.

  • Resource details are not getting displayed in gantt chart -- R12 instance

    Hi All,
    we are working on a scenarior in R12 instance.
    when we run a resource constraint plan and navigate to Gantt chart the complete application is getting hanged and it is not Displaying any resource details.
    Before 2 days we were able to view the Gantt chart and resource details were populating properly.
    Resource Avalability and usage is correct.
    Thanks,
    Vasudha

    Hi
    In R12 Gantt chart is enhanced to show resource gantt in 3 different view. Res units view,resource hours view and res availability view.
    Please do the following and see if it works.
    On work bench go to Tools , preferences > set gantt chart preferences. even if u want to leave them as default, uncheck something save., and check again and save.
    Let me know if it works.
    Tnx
    Partha

Maybe you are looking for

  • I want to use two separate Lion Time Machine backups and use them to create two separate profiles on one new computer

    This is something I need to do temporarily but I must do it.  I have an iMac 27 (end of year 2009) I5.  It has 1 TB internal and I want to replace it with a 2 TB internal. I have time machine backups on an external hard drive that has been connected

  • Is there a plug-in available to use .m2t files in AE?

    Hi.  I'm pretty disheartened about what I have learned about AE CS4 not working well, at all, with my HDV footage.  I have spent a lot of money to be able to shoot, edit and add Effects to HDV footage.  Everything works well accept the Effects.  Can

  • IMac refuses to boot properly - hardware problem?

    Hi all, I'm having some problems with my iMac (purchased last October) and was hoping some kind soul could shed some light. Here's where I'm at now. - The iMac doesn't boot. When I press the power button, it chimes, but then nothing happens and I jus

  • Getting Printer Destype for Report Printing

    Hi all I am using 9ids. On server side it works fine      set_report_object_property(rep_id,REPORT_DESTYPE,PRINTER);      set_report_object_property(rep_id,REPORT_DESNAME,'\\Admin1\NPR'); Now i want from client side where report server is not loaded

  • Is HTML DB 10g the same as Apex 3?

    Hi We updgraded our database from 9i to 10g, and I was going through the "New Features" documentation. For my surprise, there is a section there called "Oracle HTML DB Improvements". I thought that APEX used to be called HTML DB and both were in fact