WAD 7.0 chart type stacked bars

Hello,
i have created a chart type "stacked bars", now i have one problem, i would like to create a sum over
the bar ? How can i do this. i have the sum in my query.
Thanks in advance
Detlev

Hi Detlev,
you see the sum (result in the query), but not in the chart, is that right?
If so, it might be, that the web template is cached somewhere (happend to me quite often). So try to delete the cache on the system, where you cannont see the sum. (in ABAP server you can do that in SMICM, in JAVA probably in NWA - but ask basis or portal guys to do that)
It might be also good idea, to test if it is really "chache problem", to first change some other paramater of the chart (colour or something) to see the actual version (the one, where the sum should be seen) is displayed on web or not.
Regards
Pavel

Similar Messages

  • Chart builder stacked bar fill style pattern

    Does anyone know if chart builder support style pattern in filled area in stacked bar?
    i.e. stacked bar is filled with color, I need also to have line style in it plus the color. The line can be horizontal, vertical, or diagonal.
    Any help, or anyone knows any library that support color with style color ( free or charged ).

    Depending upon your query structure, you can force a zero based centerline by setting the Y-axis ranges dynamically.  I am not working in 11.5.3 currently, but ran into a problem with line charts in 12.0.2.  The zero centerline flag did not work, so I dynamically generated the ranges and linked them in.
    You can probably do the same with a little extra BLS coding.
    Mike

  • Line chart and Stacked Bar Chart

    Hai,
    I am creating report in line chart view.I want to know wheather it is possible to get data of Same column to be populated as different lines.
    And also to get data of Same column to be populated as different stacks in the stacked bar chart .
    Thanks in advance...

    Hello
    You have to just select the column for grouping and the same col for aggregate field plotting. This is standard function, and I think this is straight forward.

  • Sharepoint Chart Webpart - Stacked bar chart

    Hi,
    Could someone explain me how to create a stacked bar chart in sharepoint 2010? I have tried creating the chart and its not populating the values correctly.
    For Ex: 
    Day Of week      Change1   Change2   Change3   Change4
    Saturday               5                  10               4            2
    Sunday                  8                  21              1             23
    Monday                 12
     14     34
       12
    Tuesday        9
      2      12
        1
    With the sample data above, I was checking the graphs in excel and sharepoint 2010, but both are not showing the charts in the same manner. Could someone let me know why is this issues about?
    Any help is greatly appreciated.
    Thanks
    Jithin

    Elninoshed
    If I understand you correctly, you want the chart to display a calculated value and for the chart to take its data from a hidden list that can be filtered.  If this is correct, the answer is yes.
    In the image below, I have created chart based upon the Northwind Traders Products list.  The chart presents products by their total product inventory value, which is equal to: [Units in stock] x [Unit Price].  The chart is connected to a hidden
    list web part that takes its data from the Products list.  To the left of the chart is a List Filter web part, which allows the user to select a category of products to filter the hidden list by.  Filtering the hidden list immediately affects the
    chart that is connect to it.
    Here's a link to an excellent Microsoft Office articles that walks you through how to connect a filter web part to a list.
    Connect a Filter Web Part to a List View Web Part

  • Legend not appearing for Chart Type columns/bars in business graphics

    Hi Experts,
    I'm not able to make the legend appear in web dynpro screen.As such graphs is coming but the legends are not appearing at runtime. When i customize the graph using t-code 'BS_ANLY_CD'  or right-click on business graphics, the legends are appearing in customizing preview but not in runtime.
    Could anybody help me out in this issue?
    Below is the screenshot of the same.
    Thanks in advance.
    Regards,
    Bob.

    Its solved .Solution is below.
    You just need to add the label description for both the series then the legend will automatically come as shown below.

  • Stacked Bar Chart

    Hi I would like to create a stacked bar chart in my report.
    It will have 2 dimensions and 1 Measure.
    Dimension 1 = Month
    Dimension 2 = Sales Item
    Measure = Sales_quantity
    I can't find anything in the user guide.
    Is this possible ?

    I am not sure what you understand as a "stacked bar chart" - There is a chart type "stacked bar chart" that we support. So you can have the Month as the x axis and the Sale Item as the different data sets.
    We are using the Oracle BI Beans XML description for our charts. The BI Beans chart builder helps to define the tags - that is stored in the Web Alternate Text of the Image that is included by the chart builder.
    The tag for the graph type is:
    <Graph graphType="BAR_VERT_STACK"/>
    To show 2 dimensions you need to modify the code the following way
    1) Adjust the row count
    <LocalGridData colCount="{count(xdoxslt:group(.//ROW, 'MONTH'))}" rowCount="{count(xdoxslt:group(.//ROW, 'SALESITEM'))}">
    2) Show the labels
    <RowLabels>
    <xsl:for-each-group select=".//ROW" group-by="SALESITEM">
    <Label><xsl:value-of select="./SALESITEM"/></Label>
    </xsl:for-each-group>
    </RowLabels>
    3) Add multiple rows for the SALESITEM in each column (MONTH) in the data section.
    <DataValues>
    <xsl:for-each-group select=".//ROW" group-by="MONTH">
    <RowData>
    <xsl:for-each-group select="current-group()" group-by="SALESITEM">
    <Cell><xsl:value-of select="sum(current-group()/Sales_quantity)"/></Cell>
    </xsl:for-each-group>
    </RowData>
    </xsl:for-each-group>
    </DataValues>
    The code stehms from an example I did recently for multiple line charts - so I made have some typos in there - from changing hte names. Hope it helps and you get it working.
    We should support the stacked bar charts in the builder, but it is only recently that
    people cared about the charts...
    Good luck,
    Klaus

  • Stacked bars with "stairs" in WAD

    Hi everybody,
    I've got a special problem in Web Applications Designer. I know how to build a chart (type: stacked bars). But is it possible to get these bars displayed like stairs?
    It should look like this:
    <--100%--
    >
    70----
    ****************|---20---|
    ***************************|10|
    "*" represents empty space
    In comparison to a normal stacked bars chart (w/o stairs):
    70----
    20-----
    10
    I would appreciate any help.
    Best regards,
    Christoph Riesel

    Hi Frauke,
    Sorry for late answer and thank you much for your comment!
    The problem is that waterfall or delta diagram always show the end values and not only the start value and the interim values.
    In the meantime I learned, that the name of the diagram I want to see is called "pareto diagram".
    My conclusion from other forums contributions regarding "Pareto" is, that you need to calculate with cumulated key figures.
    As BEx is not able to calculate with cumulated key figures (BEx always calculates with non-cumulated figures) the only solution would be to create a "cumulated key figures" in the InfoProvider directly. This makes it quite complicated as these cumulated key figures should be based on TOP20 customers in our reporting...
    So maybe the best solution is to use a different diagram type if you consider "cost-benefit ratio" instead of Pareto.
    Regards,
    Christoph

  • Stacked Bar Chart Error

    I have a 30+ series bar chart and the dates along the bottom are not showing in order...a sample of one of the series is as follows:
    select null link, trunc(SAMPLE_TIME) label, SUM(EVENT_TIME) "CGS wait for IPC msg"
    from "DART"."DART_TOP5_TIMED"
    where event_name = 'CGS wait for IPC msg'
    and instance_name = nvl (:P1_instance_name, instance_name) and sample_time>sysdate-30
    group by trunc(SAMPLE_TIME)
    order by trunc(SAMPLE_TIME)
    Is there another line I need to add to ensure it goes in order?
    Edited by: jclarke2 on Jun 23, 2009 11:01 AM

    <?xml version = "1.0" encoding="utf-8" standalone = "yes"?>
    <root>
    <type>
    <chart type="Stacked 2DColumn">
    <animation enabled="no"/>
    <hints auto_size="yes">
    <text><![CDATA[{NAME}, {VALUE}]]></text>
    <font type="Verdana" size="10" color="0x000000" />
    </hints>
    <names show="no"/>
    <values show="no" prefix="" postfix="" decimal_separator="." decimal_places="0" />
    <arguments show="no" />
    <column_chart column_space="3" block_space="3">
    <border enabled="no" />
    <block_names enabled="yes" placement="chart" rotation="90" x_offset="0" position="bottom" >
    <font type="verdana_embed_tf" size="8" color="0x000000" />
    </block_names>
    <background type="gradient">
    <alphas>
    <alpha>100</alpha>
    <alpha>100</alpha>
    <alpha>100</alpha>
    </alphas>
    <ratios>
    <ratio>0</ratio>
    <ratio>120</ratio>
    <ratio>0xFF</ratio>
    </ratios>
    </background>
    </column_chart>
    </chart>
    <workspace>
    <background enabled="yes" type="solid" color="0xffffff" alpha="0" />
    <base_area enabled="no" />
    <chart_area enabled="yes" x="230" y="40" width="570" height="550" deep="0">
    <background enabled="no"/>
    <border enabled="no" size="1"/>
    </chart_area>
    <grid>
    <values />
    </grid>
    </workspace>
    <legend enabled="yes" x="10" y="50">
    <names enabled="yes">
    <font type="Verdana" size="10" color="0x000000" />
    </names>
    <border enabled="no"/>
    <values enabled="no"/>
    <scroller enabled="no"/>
    <header enabled="no"/>
    <background alpha="0"/>
    </legend>
    </type>
    #DATA#
    </root>

  • Stacked Bar chart mouseover options

    I am using the stacked bar chart. When mousing over the bars, it currently displays the totals on the very top of the bar. Is there a way to make the total display inside (or at the bottom) of the bar?

    Hi HCMJ,
    By default, the bar value will not overlapping each other in stacked bar chart, and we cannot increase or decrease the gap between the series in Reporting Services.
    Based on my research, I find a workaround can achieve your requirement, please refer to the steps below:
    Create a dataset with the query below (sample data):
    CREATE TABLE #temp(name nvarchar(50),time nvarchar(50),value int)
    INSERT INTO #temp VALUES     ('Invoiced','YEAR',100),('Invoiced','MONTH',200),('Budget','MONTH',300),('Budget','YEAR',600)
    SELECT * FROM  #temp
    Insert time field to Category Groups pane, and change the group name to “time”.
    Insert value field to Values pane, then change the value to like below:
    =min(Fields!value.Value,"time")
    Insert another field with the following expression to Values pane:
    =max(Fields!value.Value,"time")
    Change the type of chart from Stacked Bar Chart to Range Bar Chart.
    Right-click the Series field to change the Fill color to #9bff8c00 (DarkOrange with 155 Transparency) or any color with Transparency you like. Now we can get the following:
    Preview it and get the following result:
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Stacked bar chart errors

    I am creating a stacked bar chart and put a max row count of 50, but the graph actually shows more than 50. After the 50 data points, all of the rest of the dates along the x axis are out of order. Is there another location i also need to enforce this max row count?

    Hi HCMJ,
    By default, the bar value will not overlapping each other in stacked bar chart, and we cannot increase or decrease the gap between the series in Reporting Services.
    Based on my research, I find a workaround can achieve your requirement, please refer to the steps below:
    Create a dataset with the query below (sample data):
    CREATE TABLE #temp(name nvarchar(50),time nvarchar(50),value int)
    INSERT INTO #temp VALUES     ('Invoiced','YEAR',100),('Invoiced','MONTH',200),('Budget','MONTH',300),('Budget','YEAR',600)
    SELECT * FROM  #temp
    Insert time field to Category Groups pane, and change the group name to “time”.
    Insert value field to Values pane, then change the value to like below:
    =min(Fields!value.Value,"time")
    Insert another field with the following expression to Values pane:
    =max(Fields!value.Value,"time")
    Change the type of chart from Stacked Bar Chart to Range Bar Chart.
    Right-click the Series field to change the Fill color to #9bff8c00 (DarkOrange with 155 Transparency) or any color with Transparency you like. Now we can get the following:
    Preview it and get the following result:
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Stacked Bar chart does not overlap series

    I have a stacked bar chart with to values "Invoiced" and "Budget" and 2 categories YEAR and MONTH - the problem is that the bar chart shows the values Invoiced and Budget in Top of each other and Not overlapping each other . ex:
    NOW:  Invoiced =  200   Budget = 300   - Bar chart shows a column of 500 for the month (NOT correct)
    What I want is to show 1 column for each month where up to 200 the colour is green and from 200 to 300 the colour is blue for example....
    How to achieve this ?

    Hi HCMJ,
    By default, the bar value will not overlapping each other in stacked bar chart, and we cannot increase or decrease the gap between the series in Reporting Services.
    Based on my research, I find a workaround can achieve your requirement, please refer to the steps below:
    Create a dataset with the query below (sample data):
    CREATE TABLE #temp(name nvarchar(50),time nvarchar(50),value int)
    INSERT INTO #temp VALUES     ('Invoiced','YEAR',100),('Invoiced','MONTH',200),('Budget','MONTH',300),('Budget','YEAR',600)
    SELECT * FROM  #temp
    Insert time field to Category Groups pane, and change the group name to “time”.
    Insert value field to Values pane, then change the value to like below:
    =min(Fields!value.Value,"time")
    Insert another field with the following expression to Values pane:
    =max(Fields!value.Value,"time")
    Change the type of chart from Stacked Bar Chart to Range Bar Chart.
    Right-click the Series field to change the Fill color to #9bff8c00 (DarkOrange with 155 Transparency) or any color with Transparency you like. Now we can get the following:
    Preview it and get the following result:
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Chart "Stacked bars" - clustered available ?

    Hi,
    as anymore developed a chart with stacked bars, which are clustered ?
    Development team: when will/might we have this available in APEX?
    TIA
    Bernhard

    Mike,
    thanks - I am aware of the stacked barcharts - the question is, if this type is available in a clustered manner as well ?
    I so far cud only see either "stacked barcharts" or "clustered barcharts" - but not "clustered , stacked barcharts" which wud be series of stacked barcharts ...
    TIA
    Bernhard

  • BAM-Stacked bar chart

    hi,
    how to set Stacked bar chart horizontally instead of vertically(by default).

    Hi HCMJ,
    By default, the bar value will not overlapping each other in stacked bar chart, and we cannot increase or decrease the gap between the series in Reporting Services.
    Based on my research, I find a workaround can achieve your requirement, please refer to the steps below:
    Create a dataset with the query below (sample data):
    CREATE TABLE #temp(name nvarchar(50),time nvarchar(50),value int)
    INSERT INTO #temp VALUES     ('Invoiced','YEAR',100),('Invoiced','MONTH',200),('Budget','MONTH',300),('Budget','YEAR',600)
    SELECT * FROM  #temp
    Insert time field to Category Groups pane, and change the group name to “time”.
    Insert value field to Values pane, then change the value to like below:
    =min(Fields!value.Value,"time")
    Insert another field with the following expression to Values pane:
    =max(Fields!value.Value,"time")
    Change the type of chart from Stacked Bar Chart to Range Bar Chart.
    Right-click the Series field to change the Fill color to #9bff8c00 (DarkOrange with 155 Transparency) or any color with Transparency you like. Now we can get the following:
    Preview it and get the following result:
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Normal/stacked bar chart problem

    hi,
    i have created a bar chart which has 2 bars for each customer. (the customer is on the x-axis). how i did this, is i created two formulas and placed them in the 'show value(s)' box in the chart expert.
    however, what i want to do is to have one bar for each customer subdivide. If i change the type of chart to 'stacked bar chart' each customer has one bar and that bar is subdivided. But I want each customer to have 2 bar (which i have at present) and want one of those two bars to be subdivided.
    How would i go about doing this? (if it can even be done(?) )
    thanks
    J

    Here's my result with six values in a single series. I double clicked the last bar to change its colour from the default grey (which was visible) to magenta.
    Numbers 2.0.3, iBook G4, OS X v10.4.11
    (Shot in the dark:) Try double clicking the value label, then changing the order position of this item.
    Regards,
    Barry

  • How to create a stacked bar chart?

    How do you create a stacked bar chart in Visual Composer?
    I have a query with one keyfigure (amount) and drilldowns on Sales Org and Invoice Type. In my chart I want a bar for each Sales Org, and each bar should be divided in sections according to Invoice Type in one single stack. How can I create that?

    Hi
    Are you using BI query? If yes then follow the steps -
    1. Take Sales org in rows of BI query. & take invoice type & Key figure in Columns.
    2. In VC use this query & drag chart from the output of this query.
    3. Right click on chart & go to 'Configure Element'. There select Chart Type as 'Bar chart'
    4. Below that you will get default option as clustered, there you select 'Stacked'
    5. Create Data series as per your requirement.
    6. Arrange proper layout of the model & then deploy.
    You will get required output in stacked format.
    Regards
    Sandeep

Maybe you are looking for

  • Bug? Zooming out via key shortcut won't stop when zooming out (Mac OS 10.7.3)

    Hey, while I created a new document, I started to zoom in/out particular areas of the images using the key shortkuts <space>+<cmd> for zooming in and <space>+<cmd>+<alt> for zooming out of an area. While this works fine in my Photoshop CS5, it troubb

  • Creating a Standard Button

    I'm creating a basic navigation bar for my site and I want to create a common set of buttons that will be used to link to different sections on the site. I have no problem creating a rectangle with text, converting it to a symbol (button), and then d

  • Aperture and iWeb and Captions

    I'd like to notate my photos in Aperture and have the notations appear under each photo in an iWeb Photo template. I've tried using Metadata Captions and I'm still seeing filenames under the iWeb photos. I'm using the Media Inspector to drag and drop

  • Wondering if july 2011 macbook air can support airplay mirroring

    wondering if july 2011 macbook air can support airplay mirroring

  • Problems to export PDF/X-1a file

    Hello I need personal help, when I export to pdf PDF/X-1a, he comes out with these cortinhos the images I n know what can be. when saved in x4 acrobat7 out normal will be that these cuts will leave the printout? could help me solve? following photo b