Is it possible to create column chart in WAD

Hi All,
I would like to know if it is possible to create WAD -column chart  in BI
Regards,
Sampda.

Though Arun has almost answered your query, gues this might also be helpful to you.
You can create and here is how to do it SAP recommended way:
http://help.sap.com/saphelp_nw04s/helpdata/en/c9/08533b97037963e10000000a114084/content.htm
Cheers.
Ray.

Similar Messages

  • Possibility of creating combination chart Barchart/Line graph within OBIEE

    Hi
    Is it possible to create a combination chart within OBIEE as can be done in Excel by changing the chart type on one of the individual series - ie graph multiple series of data as a combination of Barchart & Line series?
    Any info appreciated
    Thanks & Regards
    K

    The charting can be as dynamic as you like if you willing to pre-configure the required options.
    Simply create as many charts as you want from one request, and use a view selector to allow the user to switch between them.
    You can use level based measures and any else you want as seperate columns (all in same request) then chart them accordingly.
    Hope this helps

  • Create Gantt chart in WAD 7.0

    Hello. I have been attempting to create a Gantt chart in the Web Application Designer 7.0 with not much luck. I have researched looking for various sources of documentation (including SAP help) and the documentation is rather vague. From additional documentation I have been able to find it appears as though my query is setup properly. However, my data will not appear properly on my chart. I am suspecting it has something to do with how I have my Category and Series axis setup perhaps?
    Does anyone have any tips or examples to share when it comes to setting up the chart in the WAD that might be helpful?
    Kind regards,
    Lynn Peter

    After implementing note 1003344 for an other issue, charts are now working.

  • Creating a chart on a filtered table

    Hi all,
    I have a table that I consider like my database.
    Then I create new tables that references some columns from the database. But it is still big enough to extract some nice usefull datas, so I apply a filter on those new tables.
    Now I can add a new column and perform calculations.
    Nice, nice but not that nice in fact because when I create a chart on this filtered table the result is strange...
    In fact, I can see that the chart has been constructed with all rows of the table and not the filtered rows.
    I had a look around but did not find anything on that subject.
    So my question is, is it possible to create a chart on filtered table ?
    François

    Tongbong wrote:
    Done.
    Is it possible then to copy a selection of cells using the formulas ?
    I would like to have a query language such as in databases system. Would be so nice to write something something like :
    select field from column::C where field="myValueOrParameter"
    It would be fine too if the app was able to read the newspaper for me,
    to drive me to the computer vendor…
    An application is the result of choices made by its designers.
    It's clear that your needs didn't fit in what they wanted to do.
    You may _go to "Provide Numbers Feedback" in the "Numbers" menu_, describe what you dream of.
    Then, cross your fingers, and wait at least for iWork'09
    Yvan KOENIG (from FRANCE samedi 8 mars 2008 15:52:5)

  • How to create pie charts in BIP 11g using .XSL?

    Hi,
    Requirement is to create a multi sheet excel output. Because of this. I am going the XSL way and not RTF.
    Now, I need to create pie charts using XSL as part of the output.
    * Is it possible to create pie charts in .XSL? If so, any pointers?
    * I tried some SVG coding by referencing the below link but not result:
    <http://www.svgopen.org/2003/papers/CreatingSVGPieChartsThroughWebService/index.html#S2.1>
    * I also created the required chart in RTF and tried to use the underlying XSL-FO code. Not sure if I have used it in the right way. Has anyone tried doing that?
    If you have any info, please share.
    Thanks,
    Divya

    One more point : I came across a link which talks about Bar charts using XSLT :
    http://www.roguewave.com/Portals/0/products/imsl-numerical-libraries/java-library/docs/5.0.1/chartpg/xml_xslt.html
    so, I am hoping, there is a way to do pie charts as well?
    Thanks,
    Divya

  • Create columns at runtime

    Is it possible to create columns in RTF template dynamically depending on what fields there are in dataset?
    for example incoming data can be name, address, country and in other cases name, address, country, postalcode, age, height ...
    if I could somehow iterate through available field names and create columns accordingly...

    thanks, but I looked through those before posting my question.
    I could not figure out how to apply it for field names. As I understand those examples are for displaying data as columns, not
    field names as columns(and then populating rows accordingly). I just know that dataset will contain 3 known fields plus unknown
    number of other misc fields that vary in naming on each report.

  • Creating Waterfall Chart view on OBIEE Answers

    Hello guys
    Is it possible to create waterfall Chart view on OBIEE answers?
    The idea is to show the differences in number between bars at the chart.
    Please let me know how it can be done
    Thanks in advance
    Devarasu.R

    Waterfall chart is not yet defined in OBIEE, But internal Corda Pop Chart engine allows you to develop new chart types. Look for Cords Pop Chart documentation in OracleBI\corda50\docs. But you need to do a feasibility study on what you get for how much work?
    - Madan

  • Using Column Chart (Need Flexibility)

    Dear Gurus:
    I am using Column chart in SAP Dashboard. I am having 4 series. Issue is when using series the columns merge with each other while if we use it by range there is margin between columns. My question is it possible to use column chart showing margin between columns using with series? Kindly see the attached pics. The issue with using range is I want to have different colors for my series.
    Regards
    Jawad

    Another trick using alerter (works when number of labels in x-axis is fixed):
    Excel Model:
    Chart:

  • Label postion in column chart near base of chart

    Hi All,
    I am using MSChart to create column chart, here  I am using custom property "LabelStyle" as bottom, but label is showing inside of column but near to end/top of the column only, I want to show my label at the base of column, near
    X-Axis (start of the column). Please help.
    series.SetCustomProperty("LabelStyle",
    "Bottom");

    We can do this by using Annotation, I have created one function which works for me for one or two column series (If you have multiple series then adjust position of Annotation).
            /// <summary>
            /// This will create annotation for each column series, it will work for 1 or 2 series or more no of column series adjust position.
            /// </summary>
            /// <param name="minY">Y Axis point where you want to place annotation, mostly minimum point on Y Axis.</param>
            /// <param name="totalColumnSeries">Total no of column series, to adjust position</param>
            /// <param name="labelFormat">to show in percent, give format as string Eg 0.00%</param>
            /// <param name="offset">Shift X Axis position to left or right</param>
            /// <param name="annFont">Wants to use custom font else take it from Constants.</param>
            public void SetTextAnnotation(double minY, int totalColumnSeries, string labelFormat, double offset, Font annFont = null)
                //double offset = 0;
                int index = 0;
                //if (totalColumnSeries == 2)
                //    offset = 0.2;
                foreach (var series in this.Series)
                    if (series.ChartType == SeriesChartType.Column)
                        int attindex = 1;
                        foreach (var point in series.Points)
                            var ann = new RectangleAnnotation();
                            ann.Text = point.YValues[0].ToString(labelFormat);
                            ann.IsMultiline = false;
                            ann.AxisX = this.ChartAreas[0].AxisX;
                            ann.AxisY = this.ChartAreas[0].AxisY;
                            ann.AnchorX = index == 0 ? attindex - offset : attindex + offset;
                            ann.AnchorY = minY;
                            ann.BackColor = Color.Transparent;
                            ann.LineColor = Color.Transparent;
                            ann.Font = annFont == null ? FONT_CHART_POINT_LABEL : annFont;
                            // add the annotation to the chart annotations list
                            this.Annotations.Add(ann);
                            attindex++;
                        index++;

  • Creating a chart with a dynamic yAxis

    Hi,
    I'm going to be creating two charts showing financial market data, and as we know financial markets can go up and down. I'm going to create a linechart that maps out the movement of the market prices through out the day. The xAxis will show the time throughout the trading day and the yAxis will show the financial points range.
    This yAxis should be able to re-scale as the day progresses depending on how volitle the market is. Is it possible to create a chart with a dynamic yAxis so the values can be re-scaled through the day?
    Thanks
    Stephen

    Sure, the chart should rescale if you set your y-axis baseAtZero="false".
    Other wise give your y-Axis  differenent minimum and maximum values based on when you want it updated.
    If you have found my post helpful please mark it so. Many thanks

  • How to combine two types of charts in WAD

    Dear experts,
    I need to create a chart in WAD that displays 12 columns and 1 line.  This is the structure of my query:
    Rows :
    Operation Code
    Columns :
    Total Capacity
    Month 1 Requirments
    Month 2 Requirments
    .....Month 12 Requirements
    I would like to show the monthly requirements as bars, but the Total Capacity as a single straight line accross all 12 months.
    I tried to create a bar chart with 13 series.  12 of the series were bars and 1 was a line, but this didn't work.  I just got a single "dot"  for the Total Capacity instead of a continuous line.
    Any suggestions would be greatly appreciated!
    Thanks,
    Kathryn

    Hi Kathryn,
    What i understood that your requirement is to create a graph with 12 bar columns and 1 line colmn.
    this is you can achieve in the wad.
    when we create a chart, in its properties, you can specify the bar or column or line for each key figure in your query. I dont exactly remeber the step number which gives you this option, but when you create chart, right click on it edit the chart, there comes a chart wizard (5-6 steps), in 3 or 4th step you have this option.
    I had same requirement and did this. But rite now i dont have access to server so cant tell u exact step number.
    Thanks
    Dipika

  • Line chart in WAD

    Hi.,
    I want to create line charts in WAD. But when i execute the report it is showing in a single vertical line. But in bar charts it is showing correctly. Please guide me to create reports.
    Thanks,
    Venkatesh

    Hi
    Charts displays the data Graphically..
    So Chart is the Web Item in WAD which is existing in the standard Webitems Area. Select the web item and Double click to get in to the work area and now after that we need to assign the Data Provider to that. By assigning this the data will be displayed in the Graphical mode.
    and also please see the link. it would be helpful to you.To know what are the types of charts and corresponding classes, And in the link if you drill down you will see Formatting a chart using Wizard, Defining chart properties etc.,
    http://help.sap.com/saphelp_nw70/helpdata/EN/d2/02223c5f00612be10000000a11402f/frameset.htm.
    Hope this helps you
    Many Thanks
    Kiran

  • Is it possible to create an interactive graph/chart using Report Builder 3.0?

    Hi All,
    I am using Report Builder for the first time. Here is what I am trying to accomplish. The data I plan to use in Report Builder is coming from SQL Server and in the Report Builder I want to create an interactive graph(chart).
    For example, The table in SQL Server consists of Hospital Name, Measure name, and Scores for each measures for different quarters.
    The idea is to create a graph that will allow the user to pick the measure name(from a drop down list or something similar) and Hospital name, then the graph will display the measure scores for different quarters and corresponding target scores for that
    particular Hospital.
     The data in SQL server looks like this :
    measure
    MC_NM
         q112
        q212
       q312
    XXY
    TARGET
    0.9
    0.9
    0.9
    XXY
    REGION
    0.832879
    0.848934
    0.865714
    XXY
    Hospital 1
    0.875
    0.916084
    0.92
    XXY
    Hospital 2
    0.833333
    0.876923
    0.905797
    ZZZ
    TARGET
    0.979167
    0.952381
    0.955556
    ZZZ
    REGION
    0.942029
    0.945205
    0.983871
    ZZZ
    Hospital 1
    0.22
    0.270833
    0.372549
    ZZZ
    Hospital 2
    0.990291
    0.989583
    0.98913
    YYY
    TARGET
    0.928934
    0.9
    0.891429
    YYY
    REGION
    0.590909
    0.655172
    0.703704
    YYY
    Hospital 1
    1
    1
    1
    YYY
    Hospital 2
    0.788462
    0.82
    0.836735
    Is this is possible to do in Report Builder 3.0? Please share your thoughts.

    Thanks a lot for your response.
    I was able to create the parameters and now able to select the measure and facility and display that data in the table and chart.
    Now I am trying to see if I can add a line(target values) on top of the column chart to show the whether the scores of each measures, for each quarters are how far from the target values.
    Please let me know if this is possible.

  • Creating Custom Theme for Power View Clustered columns chart

    Helllo...
    Is it possible to create custom theme for displaying clustered columns chart on Power View?
    Basically I am looking to create chart with specific colors for the bars? For e.g. for High - RED, Medium - Orange and Low - Yellow color. When I look at themes available in Excel 2013 I don't see this combination as such, so I was looking to create one
    myself. 
    I tried to create a theme using video on youtube, but the theme which I created is not showing up in Power View mode in excel 2013.
    www.youtube.com/watch?v=xs2F1n2-YR8

    Hi Sagar,
    In Power View, it has several default theme colors for us to apply to our workbook. Also, we can change the Font, Text Size and Background of the chart. However, it is not support to design a custom theme color.
    You can refer to the following steps to change the theme colors:
    1. On the POWER VIEW tab, in the Themes group, click Themes.
    2. Under Built-in, click the theme that you want to use.
    Please refer to the following screenshot below:
    Regards,
    Alisa Tang
    If you have any feedback on our support, please click
    here.
    Alisa Tang
    TechNet Community Support

  • Help Creating Dynamic Stacked Column Chart with Multiple Criteria

    Hi all. Im new here and hoping you can help.  I have a dashboard Im trying to rebuild from scratch (our computer had a meltdown and we lost all our files). I did not build the dashboard initially so Im trying to recreate it from the flash file we were able to recover. I have come across a chart that I just cannot figure out how to do.  I can figure out how to write an array in the Excel sheet that pulls the data into a table the way I need it to be but found out after I wrote that that Xcelcius doesn't support arrays so all my data disappears when I go into preview mode (which is especially frustrating since I can see the chart working fine in design mode).  Anyway this is what the data table looks like
    Month         Year            Company      Positive #          Negative #         Neutral #          Positive %       Negative %      Neutral %
    October      2011            CompanyA      1234                1234                 1234                 10                    10                    10
    October      2011            CompanyB      1234                1234                 1234                 10                    10                    10
    October      2011            CompanyC      1234                1234                 1234                 10                    10                    10
    October      2011            CompanyD      1234                1234                 1234                 10                    10                    10
    November  2011            CompanyA      1234                1234                 1234                 10                    10                    10
    November  2011            CompanyB      1234                1234                 1234                 10                    10                    10
    November  2011            CompanyC      1234                1234                 1234                 10                    10                    10
    November  2011            CompanyD      1234                1234                 1234                 10                    10                    10
    December  2011            CompanyA      1234                1234                 1234                 10                    10                    10
    December  2011            CompanyB      1234                1234                 1234                 10                    10                    10
    December  2011            CompanyC      1234                1234                 1234                 10                    10                    10
    December  2011            CompanyD      1234                1234                 1234                 10                    10                    10
    The original chart was built so that you would choose the month from a combo box and then the company names would show up along the X axis with their % amounts shown in the stacked column.  I know how to make a combo box work and I know how to make a stacked column chart work with static data.  I cannot for the life of me figure out how to get it to work so that when you choose the month from the combo box it filters the data.  I've tried filtered rows but I'm just missing some information that makes it work and I can't figure out what that information is.  It has to be able to get the month/year combo from the combo box and then go to the table, filter it by month and year and then create a multi-row table of data with just the company and the percent values.  Any help would be greatly appreciated!

    Which connection you are using?
    IF quite difficult if you are working under static data.

Maybe you are looking for

  • Connecting kindle fire to wireless printer

    I have successfully installed the wireless printer (hp deskjet2540) on my laptop but cannot understand how to link printer with my kindle fire? I've downloaded the hp e print app but it's no help at all and despite following instructions to print an

  • 1099 misc - Printing Copy C from General Witholding

    Hi!! I have configured the system and applied both the notes specified for 2010. My Copy A for 1099 Misc is getting printed and my Copy B is getting printed. My problem is I am not able to determine  how to print the Copy C. SAP notes images are only

  • When will wddoExit() method invoke

    hai,   i want to get the time when the user out from my form how is it possible, Is that wdExit() helpfulll??? regards

  • Bandwidth and Police command

    I have seen this config in one of the examples in cisco site policy-map mqcp class hub bandwidth 200 police cir 5000000 Please help in understanding the bandwidth and police command setting in this example

  • Cisco Prime infrastructure template undeploy

    Hi, I am new to cisco prime, I have create the new Trap receiver template and deployed to one of the wireless controller and saved the deployment Now I want to undeploy the templates, When I tried undeploying the templates for same wireless controlle