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.

Similar Messages

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

  • #MULTIPLE VALUE error in WEB I 4.1 SP2

    HI ALL
    I am getting #MULTIPLE VALUE error in few of the records in a column (assume A). Column A is formula in BEx. I am displaying data in web I based on Material division(1st column) and material group(2nd column). I tried with all : in, forall, foreach in WEB I , which doesn't sort out my issue. Can any body helpme out  here. Again, I am using BEx Query, and column A is formula in BW BEx.
    Awaiting for helpful answers.
    Regards
    swetha.

    Hi Swetha,
    use Sum([Column A])

  • 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

  • Pass Multi-value Parameter from Web Page

    SSRS 2012 Sp1
    Developed reports working fine. They includes some cascading parameters behaviour: it means: select Parameter1, then the values are passed to the parameter2, then the selected value (parameter2) are passed to Parameter 3 and so on.
    The reports in SSRS portal work fine.
    Now, the clients want to run the reports from a custom web page (It is not reporting services).
    in this case the user press a button and automatically the web page retrieve the data to be passed to the report.
    Here the problem: although the value passed are correct, the report is not executed! Instead, the report opens waiting for user action (as if the paramters1, 2, 3 ... must be selected).
    Please, do you know how to run a SSRS report from a <Custom> web page by passing the parameters?
    Thanks for your help

    in that case you should be passing default values for the parameters in the report and url used should be report viewer url rather than report manager url
    Another way is using report viewer
    see
    http://cybarlab.com/call-ssrs-report-in-asp-net-project
    http://bhushan.extreme-advice.com/call-ssrs-report-with-prameters-from-asp-net-web-application/
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • 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

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

  • Multi Value Parameter in SP  error in Crystal Report SAP B1 ?

    Hi Experts ,
    i am Getting an error in Crystal Report
    "Failed to retrieve data from the database.  Details:  42000:[Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near '('. [Database vendor code: 120]" 
    I an executing the SP In Command  , I want to pass multi value parameter in SP
    When Pressing  ok
    than  On Ok Button  Error come
    So I have Some Question
    1> Why All parameter in Commend Are  Automatic getting  Compulsory  and How to Avoid It?
    2> How to Solve  this error ? this error is only coming with multivalued parameter ?
    i have many report in which i have to send the multi value parameter into query it self  so , Plz Help Me
    I am New to Crystal Report so it will be Kind Of you  if explain  with example .
    Thankks in Advance !!!
    Regards,
    Mayank Shah

    Hi Shachar,
    i will explain one because i think some thing is misunderstood
    please the images
    when all parameter record selected and no parameter record selected ... i want all record should display
    this blank report is problem
    Regards,
    Mayank Shah

  • Multi-value parameter report - error : Incorrect syntax near ',' with multi-valued parameter in SSRS

    Hey,
    I created a report in Reporting Services  where I added multi-value parameter
    ( Filter).  When I run my report, and try to select more than one parameter, I get an error:  Incorrect syntax near ','
    then i put in parameter expression :  join(Parameters!Filter.Value,",")  
    and add : dbo.ufnSplit  before calling parameter in query :
    >>>  set @valwhere = 'table.field IN (select * from dbo.ufnSplit(' + @Filter + ' , '',''))'
    but i still have errors : incorrect syntax near 'text'  which is the second value of the picklist of the parameter,
    Please Any idea ?
    Thanks !!

    I have sometimes had to collate as default with the SQL query
    currently I've just using
    CompanyName in
    (selectitemfromdbo.fnSplit(@function,','))
    In the SSRS report text box I have Join(Parameters!Company.Value,",")

  • Does Access 2013 Web App support multi-value lookup fields?

    I hope someone can please help me with this as I've not been able to find the answer by searching this site, nor elsewhere on the web. I have Access 2013 open connected to my web app on Sharepoint Skydrive with a table open in 'edit table' mode. When I add
    a new lookup field I don't see any option to make it a multi-value lookup field. Is there no support for that in web apps or am I doing something wrong?
    Cheers, Henk.
    Cheers, Henk.

    This is what I use in the Parent RowSource:
    This in the parent child relationship
    In the row source query from the child, I have a simular expression. By inverting the boolean 'childToggler' I can force the child-form to requery. Because the boolean is in the session table record (which is part of the child form recordsource query as
    well), the boolean will be inverted in both and won't disrupt the relationship.
    Besides the toggler this relationship only contains an ID with preceding zero's, but the expression can contain pretty much everything. 

  • Multi value attributes not appearing in the Web UI

    Hello,
    I've created a multi value attribute in the SAP GUI in CRM 2007 which appears correctly against the product. When I transfer this multi value attribute to the web UI, it doesn't appear at all unless you add values against it in the SAP GUI, in which case it appears, but the set type attributes are not editable.
    Any suggestions as to why the attribute is not appearing and what can be done to resolve this?
    Thanks,
    Alison

    Hi,
    I fear I did not completely get your point.
    One thing I noticed some time ago while playing with the marketing attributes is this:
    When you define an attribute that has multiple values, but no fixed values assigned, you are only able to maintain one value for this attribute. Maybe it is this what you are describing?
    The WebClient only adds new lines in the table for the attribute, when a server roundtrip is triggered by selecting a value from the DDLB.
    I do not know if SAP provided a fix for it in the meantime.
    cheers Carsten

  • Multi Valued report casues report to error

    Hi I have a SSRS report with a SSAS data source.
    The report has 2 parameters to control visability
    the first parameter called Matter_claimant is applied to the tablix the code is
    =IIF((Parameters!Matter_Claimant.Value = 1 OR Parameters!Matter_Claimant.Value = 3),False,True)
    The second is applied to the column visability and is a multi value parameter
    =IIF((Parameters!KPIName.Value(0) = 1 OR Parameters!KPIName.Value(0) = 0),False,true)
    when I run this the report errors stating that operator is not defined for type object and type integer ssrs
    I tried all the ususal conversion tricks in the parameters but it still didn't work.
    When I changed the the 2nd parameter to not allow multi values and the expression to
    =IIF((Parameters!KPIName.Value = 1 OR Parameters!KPIName.Value = 0),False,true)
    it worked
    but I would the user to be able to select multiple values for the 2nd parameter.
    regards

    Hi aivoryuk,
    As per my understanding, there are two parameters in the report to control visibility of the report. The KPIName is a multi-value parameter, when users select 0, 1 or 0 and 1 at the same time, the report will be displayed. If that is the case, we can achieve
    your goal by using InStr and Join function. For detail information, please refer to the following steps:
    Right-click the handle of the tablix and open Tablix Properties dialog box.
    Click Visibility in left pane, select Show or hide based on an expression.
    Click (fx) button and type the following expression, then click OK.
    =IIf(InStr(Join(Parameters!KPIName.Value,","),"0,1")>0,false,IIf(InStr(Join(Parameters!KPIName.Value,","),"1,0")>0,false,IIf(InStr(Join(Parameters!KPIName.Value,","),"0")>0,false,IIf(InStr(Join(Parameters!KPIName.Value,","),"1")>0,false,true))))
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    If you have any feedback on our support, please click
    here.
    Hi Wendy I tried your solution but it still didn't seem to work with multivalue.
    The full column visability I have is
    =IIF((Parameters!KPIName.Value = 1 OR Parameters!KPIName.Value = 2 OR Parameters!KPIName.Value = 3 OR Parameters!KPIName.Value = 5 OR Parameters!KPIName.Value = 7 OR Parameters!KPIName.Value =0),False,True)
    Regards
    Can you give us an example of how values get selected and for what all values present you want it to be hidden
    Is it this?
    =IIF(InStr("," & Join(Parameters!KPIName.Value,",") & ",",",1,") >0
    OR InStr("," & Join(Parameters!KPIName.Value,",") & ",",",2,") >0
    OR InStr("," & Join(Parameters!KPIName.Value,",") & ",",",3,") >0
    OR InStr("," & Join(Parameters!KPIName.Value,",") & ",",",5,") >0
    OR InStr("," & Join(Parameters!KPIName.Value,",") & ",",",7,") >0
    OR InStr("," & Join(Parameters!KPIName.Value,",") & ",",",0,") >0,False,True)
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page
    Thanks that worked great

  • I want to writte C# code for 503 Service Unavailable error to web application page immediate close connection any page loaded

    Here is a ticket regarding our current client web application (  Image data add, edit , delete in folder with form data in MSSQL Database) that using code c#, web form, ajax, VS2008, MSSQL Server2008 , it appears that there is an error where the HTTP
    503 error occurs. 
    . Below is a conversation with Host Server support assistant.Can you take a look at it? 
    Ben (support) - Hi 
    Customer - We're having an issue with our windows host 
    Ben (support) - What's the issue? 
    Customer - 503 errors 
    Ben (support) - I am not getting any 503 errors on your site, is there a specific url to duplicate the error? 
    Customer - no, it comes and goes without any change Customer - could you have access to any logs ? 
    Ben (support) - Error logs are only available on Linux shared hosting, however with this error it may be related to you reaching your concurrent connections 
    Ben (support) - You can review more about this at the link \ 
    Customer - probably yes - how can we troubleshoot ? 
    Ben (support) - http://support.godaddy.com/help/article/3206/how-many-visitors-can-view-my-site-at-once 
    Ben (support) - This is something you need to review your code and databases to make sure they are closing the connections in a timely manner 
    Customer - we're low traffic, this is an image DB to show our product details to our customers 
    Customer - ahhhh, so we could have straying sessions ? 
    Ben (support) - Correct Customer - any way you could check if it's the case ? 
    Customer - because it was working previously 
    Ben (support) - We already know that's the case as you stated the 503 errors don't happen all the time if it were issue on the server the the 503 would stay. 
    Customer - so our 2/3 max concurrent users can max out the 200 sessions 
    Customer - correct ? 
    Customer - is there a timeout ? 
    Ben (support) - no that's not a time out concurrent connections are a little different then sessions and or connections. Lets say for an example you have 5 images on your site and 5 7 users come to your site this is not 7 concurrent connections but 35. They
    do close after awhile hence why the 503 error comes and goes. You can have these connections close sooner using code but this is something you have to research using your favorite search engine 
    Customer - thank you so much 
    Customer - I'm surprised that this just started a few weeks ago when we haven't changed anything for months 
    Customer - any changes from your side ? lowering of the value maybe ? 
    Customer - I'm trying to understand what I can report as a significant change 
    Ben (support) - We haven't touched that limit in years 
    Ben (support) - This could just be more users to your site than normal or even more images 
    Customer - I was thinking that could be it indeed 
    Customer - so I need to research how to quickly close connections when not needed 
    Ben (support) - Correctly 
    Ben (support) - correct 
    Customer - thanks !! 
    Ben (support) - Your welcome 
     Analysis : 
     The link provided tells us : All Plesk accounts are limited to 200 simultaneous visitors. 
     From what Ben (support) says and a little extra research, if those aren't visitors but connections then it's quite easy to max out, especially if the connections aren't closed when finished using. I'd suggest forwarding this to Kasem to see what he thinks. 
    Cheers, 
    Customer

    Hi Md,
    Thank you for posting in the MSDN forum.
    >>
    I want to writte C# code for 503 Service Unavailable error to web application page immediate close connection any page loaded.
    Since
    Visual Studio General Forum which discuss VS IDE issue, I am afraid that you post the issue in an incorrect forum.
    To help you find the correct forum, would you mind letting us know more information about this issue? Which kind of web app you develop using C# language? Is it an ASP.NET Web Application?
    If yes, I suggest you could post the issue directly on
    ASP.NET forum, it would better support your issue.
    Thanks for your understanding.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

  • SSRS : Reporting Services - Multi-Value Parameter Issue

    Hi,
    This problem is been around the blogs and forums for while now but may be it's not answered to the fullest. I couldn't get any satisfactory or completed solution on the issue so far, any clues/help will be highly appreciated.
    My scenario is very simple :-
    I am using SQL Server 2005 and SSRS. I need to develop a report which has a parameter value called Customer Name. The users should be able to select multiple customers from the list and sometimes Select All also.  I tried the following :-
    Created two data sets : Second dataset is just to populate the Customer Name
    Created a Report Parameter and mapped with the query parameter where it says  "Where CName in (@Parameter1)"
    Nothing seems to be working although I tried to apply all the existing half-way solutions currently available in the forums. May be I am not getting to the right solution.
    Here is what's happening :-
    When used '?' like "where CName = ?" then it's working fine for the single value. {Multi value query cannot be used with ?}
    But for multiple values when used @Parameter1 like "where CName in (@Parameter1)" it's giving the following error
    Cannot add multi value query parameter '@Parameter1' for data set 'Dataset1' because it is not supported by the data extension.
    However if commented this line it's pulling all the values whether or not selected from the parameter list.
    This is the basic thing which I was not able to get the desired result, in addition I was looking to get the Customer Name parameter selected with a partial entry as we use LIKE. Example :- If the user enters 'St' in the text box the list should show all the names starting from those two letters
    Starter
    Steve
    Steven
    Stevenson etc.
    I am not sure whether I'll will be able to get to this extent or not but until the multi value parameter, I am desperate to get the solution. So any sort of help/advise is highly appreciated.
    Regards,

    Hi,
    This problem is been around the blogs and forums for while now but may be it's not answered to the fullest. I couldn't get any satisfactory or completed solution on the issue so far, any clues/help will be highly appreciated.
    My scenario is very simple :-
    I am using SQL Server 2005 and SSRS. I need to develop a report which has a parameter value called Customer Name. The users should be able to select multiple customers from the list and sometimes Select All also.  I tried the following :-
    Created two data sets : Second dataset is just to populate the Customer Name
    Created a Report Parameter and mapped with the query parameter where it says  "Where CName in (@Parameter1)"
    Nothing seems to be working although I tried to apply all the existing half-way solutions currently available in the forums. May be I am not getting to the right solution.
    Here is what's happening :-
    When used '?' like "where CName = ?" then it's working fine for the single value. {Multi value query cannot be used with ?}
    But for multiple values when used @Parameter1 like "where CName in (@Parameter1)" it's giving the following error
    Cannot add multi value query parameter '@Parameter1' for data set 'Dataset1' because it is not supported by the data extension.
    However if commented this line it's pulling all the values whether or not selected from the parameter list.
    This is the basic thing which I was not able to get the desired result, in addition I was looking to get the Customer Name parameter selected with a partial entry as we use LIKE. Example :- If the user enters 'St' in the text box the list should show all the names starting from those two letters
    Starter
    Steve
    Steven
    Stevenson etc.
    I am not sure whether I'll will be able to get to this extent or not but until the multi value parameter, I am desperate to get the solution. So any sort of help/advise is highly appreciated.
    Regards,
    you speak spanish

Maybe you are looking for