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]))

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 webi

    Hi,
    We have 5 Data providers.
    Merging on
    Plant Id, Vendor Id, Company Code, Doc Id, Line item id, Material Group Id, Material Id
    Output on the report
    Vendor_Id, Vendor_Name, Plant_Id,Plant_Name, Comp_Id, Comp_Name, Order Date, Rec Date
    I am getting multi value error for Order Date, Rec Date.
    I have created detail object for order Date, Rec Date associated  with Line Item Id dimension.
    Used the following formula for
    Order Date=[Order Date] ForEach([Comp_Id];[Plant_Id];[Vendor_Id];[Material Group Id];[Material Id];[Doc Id];[Line Item Id])
    Rec Date=[Rec Date] ForEach([Comp_Id];[Plant_Id];[Vendor_Id];[Material Group Id];[Material Id];[Doc Id];[Line Item Id])
    We have multiple order Dates, rec Dates For each Line Item
    Let me know where is the problem.

    Hi Jyothy ,
    One of Rule when using Merge is the dimensions other than merge dimension should only be in 1:1 relationship .
    Since you have more than 1 order date/rec date for line item ,it is throwing #Multivalue error.

  • 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]))

  • 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

  • Getting multi value error for measures

    We have two queries, (1)  Cost Center (2) PS
    I merged on Company Code, Internal Order, Equipment id
    Record Category are LBR, MTL, Others
    Fields on the report are
    Equip class, Equip Id, Equip ownership, Actual_Amt_Lbr, Budget_Amt_Lbr, Actual_Amt_MTL, Buget_Amt_MTL
    001_eclass
    Actual_Amt_Lbr= If ([Record Typ ]="04" And [Record Category]="LBR") Then Sum([Sum Actual]) Else 0
    Buget_Amt_Lbr= If ([Record Type Id]="01" And [Record Category]="LBR") Then Sum([Sum budget]) Else 0
    Actual_Amt_MTL= If ([Record Typ ]="04" And [Record Category]="MTL") Then Sum([Sum Actual]) Else 0
    Buget_Amt_MTL= If ([Record Type Id]="01" And [Record Category]="MTL") Then Sum([Sum budget]) Else 0
    I am getting multi value for measures i.e. Actual_Amt_Lbr, Budget_Amt_Lbr, Actual_Amt_MTL, Buget_Amt_MTL
    My scenario is
    One Euipment class has many Equipment id with record typ 01 and 04 and the same Equipment id has record category LBR and MTL
    Data is as follows:
    Equip_class, Equip_id, Equip_own, LBR_actual, LBR_Budget, Record_Type, Record_cat
    001_eclass   001       owner       0       2100   01          LBR
    001_Eeclass  001        owner           0       500        01          MTL
    001_eclass   001       owner       0       100   01          others
    001_Eeclass  001        owner           500      0         04          LBR
    001_Eeclass  001        owner           200      0         04          MTL
    001_Eeclass  001        owner           500      0         04          Others
    001_Eeclass  002        owner           500      0         04          LBR
    Used sum([Sum Actual] ForEach ([Record_Type];[Record_cat]) is not working

    Hi
    try this-
    Actual_Amt_Lbr= Sum(If ([Record Typ ]="04" And [Record Category]="LBR") Then [Sum Actual] Else 0)
    Buget_Amt_Lbr= Sum(If ([Record Type Id]="01" And [Record Category]="LBR") Then [Sum budget] Else 0)
    Actual_Amt_MTL= Sum(If ([Record Typ ]="04" And [Record Category]="MTL") Then [Sum Actual] Else 0)
    Buget_Amt_MTL= Sum(If ([Record Type Id]="01" And [Record Category]="MTL") Then [Sum budget] Else 0)
    ~Anuj

  • Multi Value error observed in one report after migration from BO 3.1 to BO 4.0

    Hi,
    Can someone help me resolving the #multivalue error after migration of report from BO 3.1 to 4.0 environment
    I have compared all the formulas and they are same in both the
    I have observed, if I create a new  tab with the report, The multivalue error is not observed
    Can somebody please help me regarding this issue
    Thanks
    Javeed

    Hi Javed,
    MultiValue error appears if you have multiple result values for the same row values combination.
    Try including an object from object panel which can differentiate the values for that row.
    For Example,
    Lets say you have an item & you have a keyfigure Invoiced amount where it has 2 different values at schedule line level.
    So the values in webi BOBJ depends your BW architecture like how the infoprovider is designed. If your infoprovider has the invoiced amount values based on item and schedule line level then if you dont add the schedule line in webi report, you ll get the "#MULTIVALUE" Error.
    If you are using any Variables in the webi Report, try using
    =[keyfigure] in [Dimension]
    Hope this helps.
    Regards,
    Naveen

  • Multi-Value error when merging queries

    I am merging 2 different tables to generate a report with combined information. I want to pull data from one table where there is no matching dimension I have declare the dimensions as detailed objects. This works fine, I am however getting an issue with multiple values in some rows.
    I have 2 queries that I merge
    Query1
    Application_name
    Version     
    Query 2
    Server hostname
    Application_name
    Report
    Application_name  (Query 1)
    Version (Query 1)
    Server hostname (Query 2)
    The issues comes when I have multiple Server hostnames for an Applicaiton_name, they are showing a error message of u201C#MUTIVALUEu201D I presume this is due to the fact that the merge is trying to put more that one value in the Server hostname
    How can I rectify this so that multiple servers are show for one application?
    e.g.
    Report Data
    Application_name (Query 1)     Version (Query 1)     Server hostname (Query 2)
    Application  X                            Version 10.1          server1
    Application  X                             Version 10.1          server2
    Application  X                             Version 10.1          server3
    Adam

    Try to use Report level context.
    Like
    Server hostname ForEach (Server ) In (Query)
    Hope this will help you out.

  • 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;
    /

  • Multi Value Error!!

    Hi,
    I am facing a small issue that my report it is working fine in development server when it is moving into testing server it is getting Multivalue error  in the Report Headings.... the data is getting fine. In my report i haev sub reports all getting data except in the report it is getting maultivalue errors in headings....
    i have 3 to 4 times iwas  imported my webi into from dev to testing but problm was not yet solved.... acn any one help me  where excatly im lackng to solve my problem... it an imp.  if any one help me it sgreatPlieasure to me.....
    Regards,
    Ravi

    Hi Ravi,
    Try placing the object showing multivalue in a non-header cell and see what it shows. Place a different  relevant dimension in the header cell above the multivalue object if it is still multivalue.
    Also, is it the exact same report as was on dev and test??
    Thanks

  • WAD - Values above Bar Chart not displaying.

    Hi All,
    Please find the report that created in WAD using Chart.
    From the above image, the numbers above the Bars is not displaying except the first Bar. I have checked the Series in WAD and all the settings are same Bar 1 and Bar 2. But still, the values are not displaying except 1st Bar. Please find the settings i made in Web Application designer.
    And also some text is displaying "Missing text XXXX". Any settings i need to do for not appearing in the chart, pls suggest.
    Do i need to do any other settings for displaying the value above the Bar Chart.
    Thanks.

    Hello Jalina,
    I would echo recommendation from Sapna. Upgrade your IGS if possible.
    Goto the IGS Download area in the SAP Service Marketplace.
    Download the IGS executable and library patch (igsexe*.sar) for
    your platform from
    -: http://service.sap.com/swdc
    ->  Support Packages and Patches -> A-Z Index ->Select "I"
    -> SAP IGS -> SAP IGS <version>
    -> SAP IGS <version>   -> <operating system>.
    Also review notes
    896400  BC-FES-IGS  Upgrade your WebAS 7.x based IGS
    1491848 BC-FES-IGS  What IGS should I be using with my Web AS?
    844669  BC-FES-IGS  Profile parameter of IGS as of Version 7.00
    514841  BC-FES-IGS  Troubleshooting when a problem occurs with the IGS
    If this is not possible can you update the thread with your IGS version and system details?
    To find the IGS Version. Call transaction: SIGS - if the IGS server is running
    This page shows the versions of the IGS components. The number before
    the last number shows the patch level
    You will something like this: Version     7200.0.3.1
                                                                               ^
                                                    this is your patch level
    7200.0.3.1
    ^^
    this is your IGS Version level
    this means your IGS is 7.20 Patch 3
    You can also check your patch level as follows:
    - Start transaction SA38 (or SE38)
    - Run the report GRAPHICS_IGS_ADMIN
    - Choose the rfc destination, IGS_RFC_DEST should be the default
    - Select Status
    Best regards,
    Oisin

  • 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.

  • 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.

  • Setting legend layer attributes for SAP Bar Chart Graphics

    Hello!
    I'm using the SAP Bar Chart for displaying a calendar which is easily printable.
    Because the chart contains lines with colored layers without text I need to show a legend at the bottom of a printed page.
    I am using the CALL FUNCTION 'BARC_SET_LEGEND_ATTRIB' for setting up the legend and CALL FUNCTION 'BARC_ADD_LEGEND_NODE' to add the nodes/layers and texts to the legend.
    The only problem is that the width of each layer displayed in the legend in very narrow. Only ten letters are shown for each legend entry and this is not enough to display the meaning of my colored bars in the chart area.
    I tried changing layer-values in the bar chart customizing ( /ocng ) but nothing helped to make the legend entries wider.
    Does anyone have an idea?

    Hi,
    Try this link  
    [http://help.sap.com/saphelp_40b/helpdata/fr/52/670cd2439b11d1896f0000e8322d00/content.htm]
    You can find sample SAP reports for graph and graphics
    [http://www.erpgenie.com/sap-technical/abap/sample-codes-for-sap-graphs-a-graphics]
    Ben.

  • Bar chart get "Object required" error

    I create a bar char which group by Data Time filed, I uncheck "Continuous time Series", select "Use time groups" and select Hour(Quantity=2).
    Count another filed as chart values.
    View the report. If I insert a time which in an un-existed series, it will get "Object required" error.
    e.g: if there are time : 6:00, 4:00, when i insert a time 6:00, it works well, but if i insert a time 2:00, it get error

    Jeffrey,
    Did you manage to find a workaround for this? Or has it been confirmed as bug?
    Reason I ask is because I am facing the same problem, but with a line graph (also using time series). I am also using 11.1.12. I only get the error when the chart is receiving its first value i.e. the chart is in 'No Values' state, but then data is inserted into the Data Object, which will then update the View Object for the first time.
    After I click 'reprompt', everything is back to normal and the view object displays the correct output following the insertion of the data into the data object. Subsequent data in the data object is then correctly picked up and displayed. The problem seems to be the initial data values.
    Regards

Maybe you are looking for