WA 9.3.1, centralized the value position in bar chart?

In Web Analysis 9.3.1, I have one bar chart, when I select show value, the figures (amount or percentage) will be displayed in the all the bars,. However, I notice the position of the values are at the top of the bar.
I am not able to find the option to make the value to be displayed in the middle (vertical center) of the bar. Anyone has solution?
Thanks a lot

Hi Jyothy ,
Chop down your formula ,place each section of formula as a column and check for error .
use below
[Includingweekends]=Sum(DaysBetween([Eff_st_dt];RelativeDate([Eff_end_dt];1)   ForEach([Eq No];[Recp_Id];[Eff_st_dt];[Eff_end_dt]))
hrs_avail=sum(If([Prompt for Weekends]="N") Then ([Prompt for Available Hours] * [Excluding weekends]) Else ([Includingweekends] * [Prompt for Available Hours]))

Similar Messages

  • Showing 0 value in vertical bar chart

    Hi,
    is it possible to show the 0 value in a bar chart using Show data labels "Always"? By default it is suppressed.
    Zero is a success value in quality reporting and my clients want it to be visible, so they do not confuse it with "no data delivered". Is there any way to highlight Zeros in a bar chart?
    Mny thx Thomas

    We had the same issue and used a work around. Use case when value = 0 then 'Some value of choice' and it will be seen on the chart.
    Let the client know that 'Some value of choice' on the chart means 0. Sounds ridiculuos, but we did not find any other alternative.

  • Multi value error in bar chart

    Hi,
    I am getting the following error in bar chart for recp_id versus actual and budget.
    "Formula Evaluation- Error in dataset: Multivalue check formula definition in this dataset context"
    I have following report in the tab1, chart on tab2
    Class, Eq No, Recp_Id, Status, hrs_used, hrs_avail, rate, Actual, Budget
    2         123            R1      A         10        10              5      50     50
    2          123           R1      A         _         20              5      0       100
    1           234          R2      A         10        5               10    100    50
    I have 3 data providers:
    hrs_used Dp1: Eq No, hrs_used, compcode,recp_id
    hrs_avail Dp2: Eq No, Eff_st_dt,Eff_end_dt,compcode, recp_id
    master data Dp3: Eq No, compcode,status, Eq name, class
    Merging on Eq No, compcode, recp_id
    I was getting multi value error for hrs_avail, actual,budget and resolved it in the report using below formula for hrs_avail. I have multi value error in Budget in the report
    [Includingweekends]=Sum(DaysBetween([Eff_st_dt];RelativeDate([Eff_end_dt];1) )  ForEach([Eq No];[Recp_Id];[Eff_st_dt];[Eff_end_dt]))
    hrs_avail=If([Prompt for Weekends]="N") Then ([Prompt for Available Hours] * [Excluding weekends]) Else ([Includingweekends] * [Prompt for Available Hours])
    Actual=[hrs_used] * [rate]
    Budget=[hrs_avail]* [rate]
    Report output now:
    Class, Eq No, Recp_Id, Status, hrs_used, hrs_avail, rate, Actual, Budget
    2          123     R1               A         10        30        5          150     50
    1          234     R2               A         10        5         10         100    50
    I have an issue with the graph with multi value alert on the top of chart for recp_id versus actual and budget.

    Hi Jyothy ,
    Chop down your formula ,place each section of formula as a column and check for error .
    use below
    [Includingweekends]=Sum(DaysBetween([Eff_st_dt];RelativeDate([Eff_end_dt];1)   ForEach([Eq No];[Recp_Id];[Eff_st_dt];[Eff_end_dt]))
    hrs_avail=sum(If([Prompt for Weekends]="N") Then ([Prompt for Available Hours] * [Excluding weekends]) Else ([Includingweekends] * [Prompt for Available Hours]))

  • How to change the decimal places in the value axis of a chart in WAD?

    Hello,
    The key figure in my chart has 2 decimal places and I want the value axis to show the same. How to do that?
    Thanks in advance, Nathalie

    Hi,
    change the Format property of the ValueAxis-Line to 0.00
    Then the axis displays its values including two digits after the decimal.
    Regards, Kai

  • Need to eliminate the Zero values in the marker text in Bar chart

    Hi all,
    I have a requrement where i have to show the values in the BAR chart . so i have used the following syntax,
    <MarkerText visible="true" markerTextPlace="MTP_TOP"/>
    but the condition is i have to eliminate the zero value. i.e when the value is zero it should not be shown.
    Kindly pelase help me to solve this.
    Many thanks in advance,
    Regards,
    Dhaya.

    Hi all,
    I found the solution .
    below is wat i did.
    i have created a variable and inside the group, i ahev assigned and i will check for the conidion whether it is zero or not. if it is Zero then i will display null .
    <RowData>
    <xsl:for-each-group select=".//SALARY_SCALE" group-by="SALGRADE" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:sort select="SALGRADE"/>
    <xsl:variable name="Fcnt" > <xsl:value-of select="sum(current-group()[GENDER='Female']/COUNT) div $total * 100 "/> </xsl:variable>
    <Cell><xsl:value-of select="xdoxslt:ifelse($Fcnt=0,'',$Fcnt)"/></Cell>
    </xsl:for-each-group>
    </RowData>
    Regards,
    Dhaya.

  • Display -ve Measure Values in Horizontal Bar Chart on right hand side or in bar

    In OBIEE I have an issue where the negative measure values in a horizontal bar chart are displayed on the left and overlap with the Y axis values, how do I force these values to be displayed on the right or in the bar itself ? The measure values are set to always on, hoverover cannot be the solution

    Hi,
    It should not be overlapped. If you are using horizontal bar then 0 will come in center. It should show structure like:
    |
    |
    |
    |
    |
    |-------------------------------------------------
         -4     -2     0     2     4
    May I know in your report, how it is looking and what is your requirement.
    Thanks

  • Can we fix the Y axis in Bar chart ?

    Hi All,
    I have a bar chart in which the width of X axis is dynamic because i am using many months data.
    But wen i am doing preview,my chart area is moving towards left.
    Can  we fix the y axis ,I mean the area of chart should not move.Only X axis can be stretched according to the number of months we have in x axis ?
    Thanks in advance.
    Regards
    msbilearning

    Hi msbilearning,
    According to your description, you want to have your Y-axis fixed in the bar chart area and the X-axis grows from from left to Right. Is my understanding correct?
    In Reporintg Services, when creating a chart, we can set the DynamicWidth of the chart which can make our chart expands dynamically with the numbers of categories.  In this scenario, we also need to ennable the CustomPosition of chart, set a specific
    value for top and left properties so that the Y-axis will be fixed. For detail steps, please see the two blogs below:
    Charts with Dynamic Height or Width based on Categories/Data
    Handling Dynamic Height and Width in an SSRS Bar Chart
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • How to add a number at the end of a bar chart?

    Hello everyone,
    I am building a series of graphs and bar charts for my thesis.
    I am struggling top fin an option that would allow me to but a "n=number" kind of entry at the end of the chart.
    I did manage to put the percentages in front of every bar, but what I wanted to do is something like this:
    Is this even feasible?
    Thank you everyone for the help!
    Cheers,
    Tiago

    Hello Jerrold
    Thank you very much for the help mate!
    It might take a little longer to edit all the graphs, but it's a start
    Thanks once again!
    Tiago

  • Can you print labels to the side on stacked bar charts in Crystal

    can you print labels to the side of the bars on stacked bar charts in Crystal?

    Hi Ginger,
    I don't see an option to do that in CR. Is there a specific reason why you want them on the sides or is it just a client requirement?
    Try posting this to the Crystal Reports Idea Place.
    -Abhilash

  • How to reset the value of drill down - Chart

    Hi gurus. I have a problem related with drilldown.
    is there any way I can reset the drill down value?,of course, except for using reset button
    (in  this case "reset" means "make the cell blank of certain value")
    I tried using "push button" and the cell is reset.
    However, even though the cell is reset, the cell is set to the drill down value in one second.
    ex. Drill down destination : a --> "" --> a
    (a is drill down value)
    Is there a way to reset the drilldown value?
    Thanks in advance.

    Thanks for your help , Sonja
    I used push button but it can not refresh(reset) drill down cell
    because the destination cell of the chart remains drill down value
    I tried like below way
    a : drill down value
    Goal : make drill down cell turn to blank after i used drill down once.
    1ST.
    when i click the chart and use drii down, a is entered into drill down cell
    2ND
    by using "push button", i tried to reset drill down cell
    but unfortunately it does not work.
    Although drill down cell changes instantly to blank after just one second, it changes to a, drill down value
    drill down cell changes like this
    1 ->   2   ->  3
    a -> blank ->  a
    i have to eliminate (2->3) phase or find another way to refresh drill down cell.
    Regards
    Kwon

  • Assign Value to Graph/bar chart?help

    Anyone who know how to transfer a value in an variable to a graph plot
    such as 88/100 marks.The bar status

    A cut/paste of a SQL*Plus session is always helpful, especially since your types are not even valid here (you need to use a name other than 'comment').
    Change that name and you'll be fine, although I would bulk collect it instead:
    create or replace procedure test_data_prodx
      (tests out test_data_array)
    is
    begin
      select test_data(name, address, comment) bulk collect
        into tests
        from customer_data;
    end;
    /

  • Count the number of rows based on the values!!!

    Hi all,
    What I am using:
    I am working with a multidimensional database in Visual Studio 2010 using its Data source view and calculation member and dimension usage.
    What I want to do:
    I have a fact table that has five columns(leg(s),hand(s), Head and body,overall) that shows the category of how severe the injury is. Let say for the records all columns never have an empty value(no injury is stated with 'No injury' ) . These five columns
    are connected with a dimension that has all the available values (Category A-E of injury).The overall has the most severe from the other four columns. I want to create a bar chart with five different measure
    values, one for each column, and count the values in those columns. 
    For example : I have a slicer in the excel and a bar chart and the slicer has all the values of the Category of the injury ( Cat a,Cat B, Cat C, ... Cat E, No injury ) and when i select one of them, lets say
    Cat C,  the bar chart should update and show how many Cat C each measurement column has. 
    Example FACT table:
    ID      LEG      HAND    HEAD   BODY OVERALL
    1        No         A           No        No        A
    2        No        D            C          C         C
    3    E         C            D           A         A
    4         E          E           B            C         B
    So if i selected C the bar chart will count   (Leg = 0, Hand = 1, Head = 1, body = 2 and Overall = 1).
    Any ideas ?
    Thanks for the help and the time :) 

    Hi DBtheoN,
    According to your description, you want to create a chart on excel worksheet to count the rows based on the value, right? If in this case, I am afraid this issue is related to Office forum, I am not the expert of Office, you can post the issue on the corresponding
    forum.
    However, this requirement can be done easily on SQL Server Reporting Services. You can using the expression below to count the rows.
    =COUNT(IIF(Fields!LEG.Value=Parameters!TYPE.Value,1,NOTHING))
    Regards,
    Charlie Liao
    TechNet Community Support

  • How to display the dataset field values in my ssrs bar chart report ?

    HI i have a Bar Chart report in that i want to display the dataset one  field values in my x-axis of my ssrs report? so how should i display those values into my bar chart report?
    consider i want to display the Every Qtrly details in my x-axis so how should i ?
    can you pls help me out for this 

    I have added the Category Group into my Report area with required field ,now i will get my required output.

  • Stacked Bar Chart - Values of the Bar

    Hi,
    I have a stacked bar chart with columns as "Project Name", Rows as "Stages", and measures as "Cost". I have different stages in the X axis and the Projects are stacked for each stages. When I scroll my mouse over the stacks it shows me the "Cost" of the project. Is there a way I can show both the "Project name" and the "Cost", when I roll my mouse over the stacks?
    Thanks for your time and help.

    Hi ssk,
    I assume its 10g and is this what your looking for http://obiee101.blogspot.com/2008/01/obiee-xy-and-data-in-mouse-over-label.html
    UPDATED POST
    It is the same procedure for bar charts...You need to play with it,never i had this requirement....give a try
    Cheers,
    KK
    Edited by: Kranthi.K on Jun 27, 2011 8:40 PM

  • WAD Display value in bar of a bar chart

    Hello group,
    I'm trying to display the values of every bar in a bar chart and can't fine the way to.  I'm sure it's quite easy and can't find the solution.  I've searched the forum and only found a link on SAP help which explains how to do it on individual bar but not all of them (Series --> Series1 --> Show Labels, same for Series2 until Series5 etc etc...).
    I can't find any options for all Series.  Any help would be appreciated.  Thanks.
    Cheers,
    John.

    Figured it out.  It seems that this option is only available in Wizard mode, not when using the refine...  Oh well...

Maybe you are looking for

  • Again Open new BSP page... !

    Sorry friends, i used the following methods and FM you advise me and it is working fine but it does not meet my requirement. i used method CL_GUI_FRONTEND_SERVICES=>EXECUTE but cause one problem, since i call the BSP from abap it open the BSP on the

  • Goods Movement 351 not posting to PCA

    For our new plant implentation, we create STO (ME23N), GI - 351 movement type, and GR - 101. No sales order, No delivery. Also 101 GR doesnt create financial document. at good issue  351 movement type : inv FG     13300100 Cr inv FG     13300100 Dr F

  • Itunes wont load all my photos

    Itunes says there's a problem and wont load 963 photos, but yet there is room on the iphone.  How do I find out what the problem is and how do I fix it.

  • How to add attachments to a mail

    Hi experts!! I've been looking for a solution of the problem that I have through this forum but I haven't found anything that I can use in order to add attachments documents to the e.m.a.i.l. I'm trying to add a file using the followings FM, LIST FRO

  • System cannot log into domain

    Have a 2003 server that crashed, both hard drives went bad at the same time. (Mirror), so was able to ghost the drives to a new drive, run the windows repair (1st screen) and was able to get the system back up and running, only thing is that when i b