Value range(column chart): management cockpit

Hi friends,
how can i put value range condition in column chart. my situation is like this 
I have 10 employees with expereinces 4.1(i.e 4 yrs 1 month),5.5, 1.2, 0.5, 3.5, 0.2, 4, 6, 7 and 8.
I want to present in column chart in x-axis like <1 yrs, 2-4,5-6,>7 and in y-axis count.
How can i achieve this. I maintained calculated keyfigues(for <1 yrs, 2-4,5-6,>7) on key figuer total experience and, in bi report i'm getting correct output. Even total experience is also calculated key figure and perfectly viewing this value in cockpit. But in managment cockpit, remaining calculated keyfigues(<1yrs,2-4,5-6,>7) i'm not getting. So i want to prefer to set value range in chart.
pls suggest me.
thanks,
raju

Hello  Raju,
You can achieve this by simply using a User defined Periodization & Time Variable.
http://help.sap.com/saphelp_sem60ep1/helpdata/en/1b/3131375fc9342ae10000009b38f839/frameset.htm
Defining Periodizations
1.     To define a periodization, choose Periodization in the dialog structure.
2.     Choose  to switch to change mode.
3.     Choose New Entries.
4.     In the Periodization column, enter a name for the periodization (up to four characters).
5.     In the Fiscal Year Variant column, choose the fiscal year variant on which you want to base the periodization. (The periodization itself is based on periods of the fiscal year variants.)
6.     In the Long Text column, enter a descriptive name for the periodization.
7.     Save your entries and return.
8.     In the list of periodizations, select the periodization you just created.
9.     Choose Interval in the Dialog Structure.
10.     Choose New Entries.
11.     In the Interval No. column, enter a sequential number for each period to be defined, starting with "1".
12.     Specify the left time limit (= Start column) and the right time limit (= End column) of the range by entering the respective period of the fiscal year variant on which it is based.
Eg: In your case you follow this
               Start Column          End Column
Period 1(<1 yrs)           1               12
Period 2(2-4 yrs)                     13               36
Period 3(5-6 yrs)                     37               60
Period 4(>7 yrs)          61               specify the no. of months you want to calculate for
13.     Save your entries and return
In the Cockpit-Frame-Design screen for the mesures(KPI) on the Y-axis you select the check box of Periodization and select this User defined Periodization created by you. You click on the aggregation box too to get the cummulative value for the defioned periods.
Hope this helps. Revert incase of any query or let me know if it doesnot work as I have tried this with quarters and its working fine in my case.
Regards,
Priyanka Singh

Similar Messages

  • How to display hidden columns in Management Cockpit Reports

    Hi all,
    I need to display columns with zero values in a management cockpit report graph. I think the report had been set to hide columns without values and only brings charactesitics whose values are not equal to zero.
    Could anyone help?
    Thanks in advance.
    Sezin

    HI,
    After you are executing the report, on columns right click & select filter options-> if 0 values will be there then you can filter it by 0 & get the report

  • Vertical value in column chart

    Is it possible create value labes in column chart but in vertical position?
    Here we have value like 0.5, 0.3, 0.8 but I need create this in vertical.
    http://i.stack.imgur.com/sDtUd.png
    Someone have any idea?
    Best bro.

    ilkam wrote:
    I thought about it but I have a lot of charts and I can't use this method.
    Is it possible to rotate the chart? Line chart rotate 90* to left may solve this problem.
    Yes, you can rotate the chart, but only after you convert it to a graphic. You can't rotate a live chart. A rotated Bar Chart would look like this:
    You probably would want to turn off the Legend if you do this.
    Jerry

  • Colums aren't displayed in column chart

    Hello,
    I have a problem with Xcelsius. It's not displaying the columns of my column chart in the preview and in the excel-export. The legend is being displayed.
    Thx for answering,
    Simon

    Hi Simon,
    There are n number of reasons for this.
    1. There might be no DATA provided
    2. The data provided might have huge variance like 10000,2,3,   
    3. The bar color might have got set to the same color of background. etc.,.
    To set everything back.
    Create a fresh chart with good sample data then change the value range of chart.
    Ensure that in the Properties of chart-> Behaviour tab-> Scale -> Manual scaling is NOT selected.  Let it be automatic.
    Please revert in case this doesnt work.
    With best wishes
    BaaRaa.

  • [Forum FAQ] How do I add an average line to series group on SQL Server Reporting Services column chart?

    Introduction
    In SQL Server Reporting Service (SSRS), you may need an average value on column chart.
    For the above chart, add an average score line to the chart, you can get which student’s score is larger than average score, and which student’s score is less than average score clearly. This document demonstrates how to add an average line to series groups
    on SSRS column chart.
    Solution
    To achieve this requirement, you can add another values to the chart, change the chart type to line chart. Set the value to average value of the series group and set the line to show only once by using expression. Please refer to the link below to see the
    detail steps.
    Click the chart to display the Chart Data pane.
    Add Score field to the Values area.
    Right-click the new inserted Score1 and select Change Chart Type. And then change chart type to line chart in the Select Chart Type window.
    Change the Category Group name to Subject. Here are the screenshot for you reference.
    Right-click the new inserted Score1 and select Series Properties.
    Click the expression button on the right of Value field textbox, type the expression below:
    =Avg(Fields!Score.Value,"Subject"))
    Click Visibility in the left pane, select “Show or hide based on an expression”, and type in the expression below:
    =IIF(Fields!Name.Value="Rancy",FALSE,TRUE)
    Name in the expression is one of the Students. Then only one line chart is be displayed by using this expression.
    Click Legend in the left pane, type Average_Score to the Custom legend text box.
    The report looks like below:
    Applies to
    Microsoft SQL Server 2005
    Microsoft SQL Server 2008
    Microsoft SQL Server 2008 R2
    Microsoft SQL Server 2012
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Thanks,
    Is this a supported scenario, or does it use unsupported features?
    For example, can we call exec [ReportServer].dbo.AddEvent @EventType='TimedSubscription', @EventData='b64ce7ec-d598-45cd-bbc2-ea202e0c129d'
    in a supported way?
    Thanks! Josh

  • X Axis label of Column Chart

    Hello,
    I am Plotting column chart based on the data present in datagridview;Column 1(having string Data Type) as my X axis value and Column Y as my Y axis value.On Column chart click event i am fetching x axis and y axis co-ordinates of my column chart and displaying
    in Label on my form.But when i click it shows "0" as my x axis cordinate for the clicked column.
    As my x axis is having labels as 06:00:00-07:00:00,07:00:00-08:00:00,..........
    Below is image of my application
    f Chart1.Series(0).Name = "Daily Data" Then
    'Chart1.Series(0).XValueType = ChartValueType.Time
    Chart1.Series(0).Points(result.PointIndex).XValue.ToString()
    'xval = xval.AddHours(Chart1.Series(0).Points(result.PointIndex).XValue)
    Label4.Text = "Selected Coordinates are: " & Chart1.Series(0).Points(result.PointIndex).XValue.ToString & ", " & Chart1.Series(0).Points(result.PointIndex).YValues(0).ToString("f2")
    End If
    Else
    If result.ChartElementType <> ChartElementType.Nothing Then
    Dim elementType As String = result.ChartElementType.ToString()
    Label4.Text = "Selected Element is: " & elementType
    End If
    End If

    You need to get this example from Microsoft. It is a c# project code you just run it in Visual Studio. It shows most everything you can do with a chart. It shows the vb code when you run it and click the vb tab. Near the bottom of the left tree is Appearance
    - Labels etc. Also under data types there are date and time examples. This link is also in the forum faqs at the top of the chart forum posts.
    Chart examples.
    I think you need to tell the chart to use datetime for the labels but I am not sure how and I am not too good with them but that is why I do this to learn things. I would just look in the chart examples from the link I show. That is how I answer most of
    the questions here.
    Can you reproduce your problem using the simple example from the other question? Otherwise I cant really do much.
    Also, most times when you make a simple example you will find the problem or at least understand it better.
    So take a look and come back if you cant get it I then I will try too.

  • Column Chart in Management Cockpit

    Hi,
    I'm trying to design a column chart in the Management Cockpit with countries representing the columns. The query result varies from month to month (we have a cockpit variable for month). The columns should be flexible, i.e. all countries in the result of the query should be shown. However, I don't know in advance which countries will show up in the query result. In my column chart I want all countries who have a value for this month.
    I tried different solutions:
    1. When I choose "All Country" in "selection criteria" of my frame, only one column representing the cumulated values for all countries is shown.
    2.When I choose an intervall starting from A to Z, I get the desired result, but again there is also one column for "All Country".
    3. Leaving country selection empty doesn't work either, because in this case I won't be able to set the section axis to country in graphic design.
    4. Another solution I could think of is to have a CPM-design-variable with all countries. But this would cause quite a bit of maintenance, because every time when there is a new country, I will have to change the CPM-variable.
    Has anyone a better idea how to solve this problem!
    Thx in advance!
    Thomas

    Hi,
    Try to read the SAP Note n°882897.
    It explains that when "All" is assigned as an interval from All to All, it's treated as a set of all sub values.
    I hope it helps.

  • Interactive Column Chart w/Sliding Date Range?

    I've created a stacked column chart in Numbers 3.0. It displays stacked data for a one week period using seven columns, one for each weekday. Is it possible to make an interactive version of this chart that would still display all seven stacked columns, but allow me to use a slider control to adjust the date range? Ideally I'd like the slider to adjust the date range one day at a time, so I have a rolling 7 day view of my data.
    Any suggestions?

    Data is the original data table.
    Set Start is a four cell table with A2 set as a Slider, range 1 - 100, and the formula below in B2:
    B2: =OFFSET(Data :: $A$1,A,0)
    Cell B2 is for display only. It offers live feedback to the user while setting the beginning date for the chart, but is not used in the calculations in For Chart.
    For Chart is a Summary table containing the headers shown.
    There is one formula in this table, entered in A2, then filled right to D2, and down to row 8:
    A2: =OFFSET(Data :: $A$1,ROW()-2+Set Start :: $A$2,COLUMN()-1)
    The chart draws its information from For Chart. Here is a second chart image using the same data table. The only change is that the user has reset the slider to a larger value. The start date on this chart is the same as the last date on the one above.
    Regards,
    Barry

  • SSRS Column Chart Design Returning values in a format different from SSRS -SSAS Query Designer

    Hi All,
    I have an SSAS cube Measure Group with Multiple Measures that I am attempting to return on one SSRS report and reflect the 
    values using a ssrs column chart.
    My Measure Group (Patients).
    Measures:
    PatientsOnMeds
    PatientOnRelapse
    PatientsCounseld
    TotalNumberOfPatientsRegisterd
    NewlyRegisteredPatients
    HealthPersonelTrainef
    Demension:
    Time (Year) :filtered to 2012 & 2013
    In my SSRS query designer I have filtered the above Measures with Time Dimesion year 2012 & 2013
    and the data is returned as :
    Year |PatientsOnMeds|PatientOnRelapse|TotalNumberOfPatientsRegisterd|NewlyRegisteredPatients|
    2012 | 700          | 526            |  25                          | 456
    2013 | 245          | 245            |  15                          | 70
    Now the problem is when I return this data on the column Chart it's in messed up mesh
    On the chart Data:
    -Values :Measures
    -Series Group: Dimension
    The report values are returned in multiple columns for each value segmented by year i.e year 2012,Year 2013.
    I want a single column for each Measure (value) for each single year and The chart axis to reflect the measures(values) 
    instead of grouping values according to series group.
    instead the legend returns:
    -Year A -PatientsOnMeds
    -Year A -PatientOnRelapse
    -Year B -PatientsOnMeds
    -Year B -PatientOnRelapse
    I would like the legend to reflect on -Year A,Year B in color code that will be highlighted in the column values.
    Please point me in the right course if you can.Your insights are highly appreciated.Thank you in advance.

    Hi Charlie, 
    Thank you for your kind response. 
    In actual I want the legend to show:
    -2012
    -2013
    And the bottom axis to show:
    PatientsOnMeds
    PatientOnRelapse
    PatientsCounseld
    TotalNumberOfPatientsRegisterd
    NewlyRegisteredPatients
    HealthPersonelTrained
    Indicating in color code for Year 2012 and Year 2013.
    This the challenge that I am struggling with.I hope you understand my scenario.
    It aint easy.

  • Problem with mouse-over value on a column chart (by Series)

    Hi.
    First of all thanks for any offered tip.
    I am having a problem with a column chart.
    When I move the mouse over a column it should show a small pop-up (or tip) with the column name (series name) and the value (series value). The problem is that it displays an extra '1' just like the following:
    SeriesName
    1
    X.XXX
    How can I remove the extra '1' and only show the name and the value ?
    The data is populated by series (manually added).
    Mihai.

    Hi,
    Thanks for the tip Shanthakumar KA.
    Yes. It looks like the '1' is coming from the X Axis labels. The chart that I have built does not require any labels on the X Axis, so this was not set (X-Axis labels: Empty). I tried setting this to an empty cell, but the '1' still appears in the mouse-over tip.
    It is very weird. If I leave the X-Axis labels empty, I still get the '1' displayed which is very annoing.
    Are there any solutions for this except the re-building the tip with a label a.k.a. '[customize the mouse over values|http://xcelsiusandme.blogspot.com/2009/07/xm-sample-7-customizing-mouse-over.html].'
    Regards,
    Mihai.

  • Values rotation for 3D Column chart not working

    Hello,
    I have a 3D Column chart type, using the Apex integration kit for anychart 5.1 and have the Values Rotation set to 90 Degrees.
    However this setting or any other does not have any effect on the chart. The decimal_places setting also does not have any
    effect.
    This is the line in the custom XML
    <values show="yes" prefix="" postfix="" decimal_separator="." thousand_separator="," rotation="90" decimal_places="0">
    How do i get the values to be rotated?
    Thanks in advance,
    Sieudial

    Hello,
    I created a complete example site. An example of a 3D Column you find here: http://anychart.apex-evangelists.com/pls/apex/f?p=755:9:0::NO:::
    If you click at the bottom, you see the source I use.
    In Anychart 5 the values got replaced by labels, e.g.:
    <label_settings enabled="true" rotation="90">
    <format>{%Value}{numDecimals:0}</format>
    </label_settings>Hope that helps.
    Regards,
    Dimitri
    http://dgielis.blogspot.com/
    http://www.apex-evangelists.com/

  • Column charts + range

    Hi,
        As per my current requirement I want to dispaly a column charts( like rectangular bar) say from range 32-36 .Can any body let me know how that is possible. Any Example/doc please forward
    Regards
    Kalavati Singh
    [email protected]

    Hi ,
            Let me tell  you my requirement clearly. I want to display rectangular bars ( that looks like a column chart) Starting from a range say 32 and ending to a range 36 ( both 32 & 36 on  x-axis) I  donot want to use columnwidthratio .because if i use them it initially shows correctly but when I scroll/zoom the display & range setting is not correct.
    Regards
    Kalavati

  • LUMIRA: Values disappear in column Chart

    Hi Experts,
    I have been working with Lumira, I am using column Chart, but when I put in the dimension X Axis the Dirección. I cannot see all the values (we have nine directions). These values disappear.
    If I change the chart to position “Horizontal”, I can see more values but not all.
    Could you help us with this issue? Someone has reported this problem?
    DGFM

    That is very strange - I haven't seen that.
    Unless SAP responds here I recommend logging a ticket with SAP Support

  • Stacked Column Chart Value does not show in Preview or SWF

    I have created a simple (one-column) stacked Column chart from an imported Excel 2007 spreadsheet. I am using 3 values and all three are there when I am editing the chart. When I do a Preview or Export it to a .swf file, the third value does not show up. It only shows the first two.
    I am running Xcelsius 2008, Version 5.1.3.0, build 12,1,3,495.
    Edited by: Rich Krejsa on Apr 9, 2009 9:35 PM

    Hi Rich,
    Try to rebind the data with the component and preview and see.
    Also check with other charts to see if you get the same behaviour.
    Try placing a table component and display those cell and see what values are there when you preview.
    There could also be posiblities that the third values must be very small as compared to the other two,so check that as well and may be select the secodry scale in the general tab for the 3rd series.
    Let me know if this helps.
    Thanks,
    Amit Mathur.

  • Xcelsius - Stacked Column Chart - Overall value / Result

    Hi *,
    does somebody knows how I can display the overall value of my columns in a stacked column chart?
    Or is there a workauround to do this?
    Thanks and regards,
    Markus

    Yes, it would absolutely be nice if they provided this option for the stacked charts.
    Couple of other options-
    Create a bar chart that graphs the totals as one series.  Specify that it should show the data values, adjusting an offset so the totals appear to the end/top of the bar, Place the totals chart behind your stacked bar chart.  obvioulsy the cahrts have to align precisely.
    Another option - concatenate the total amount so it appears as part of teh axis label.  This works better for some scnarios than others.
    See this video example to get an idea of how this might work.
    http://everythingxcelsius.com/2009/06/show-chart-values-without-hovering.html
    With SP3, if there are only a few series in your chart, another option you can play with is adding an additional series for each series in your chart. Have a very small value that won't register visually on the chart e.g. .001, and then assign category labels for each series that is total value for a series, and choose to display the lables.  Hard ot explain this one well, I 'll see if I can put togeter a simple example.  This gets ugly quickly.
    I'd love to hear ideas from others.

Maybe you are looking for

  • How many users can be on creative cloud

    How many users can be on creative cloud

  • How to identify performence benefit after rebuilding of index in Oracle app

    In our EBS, we have planned to rebuild the indexes. We got a script from metalink, which identfies the indexes which needed to be rebuild. My query is how to capture performence benifits after rebuilding of indexes?? Plz help me guyz....

  • Partial billing for delivery

    Hellow!     I create billing document for delivery, and I need to split one delivery position into two dilling document (our customer requirement) Example - delivery item 10pc I need include 3 pc into one delivery diciment and 7 into the other. I hav

  • Integration from calendar with google map???

    I find it weird that these arent integrated or am I missing something? I cant set up a location in calendar events to link to google map. I have tried the notes section as well as the location section. No integration anyone knows?

  • Crash Course on RAM Please

    Okay I think I've learned a lot about motherboards and how to OC them through the FSB. Now I would like to know if someone is willing to tell me how to OC the RAM. I know that raising the voltage wouild give it a little more space for OCing. I don't