About 33,400 results
Open links in new tab
  1. Web Intelligence report error. #MULTIVALUE error

    Mar 2, 2015 · You can try to solve this by manually specifying the aggregation to be used (e.g. SUM). Thus, if your variable is called [Count C and O], you'd add SUM() to it, resulting in SUM([Count C and …

  2. Concatenate multiple rows data in single cell in a WEBI report

    Oct 7, 2015 · Need advice for a webi report in BO 4.1 Sorry about the alignment. I have a report as follow: Country Agent Customer Products UK Mo Sara Bag UK Adam Jill Bag UK Tim Kim Shoes UK …

  3. Web Intelligence : aggregate a count of values - Stack Overflow

    Dec 13, 2019 · You need to create a variable to determine the number that fall into each comparison category. Column Comparison=If([a] >= [b]; "A >= B"; "A < B") Then create another variable to count …

  4. Nested if statements with conditional operators in SAP WebI

    Jun 24, 2023 · Nested if statements with conditional operators in SAP WebI Asked 6 years, 6 months ago Modified 2 years, 5 months ago Viewed 11k times

  5. business objects - WEBI find duplicate rows (with exception of certain ...

    Aug 16, 2021 · I figured it out, see steps below. Create a dimension variable and concatenate all the columns you like to compare into a variable. Variable name: Concat_col Variable formula: = [Col2]+ …

  6. Business Objects CountIf by cell reference - Stack Overflow

    It's basically like in excel where you can do COUNTIF(A:A, 1) and it would give you the total number of rows where the value in A:A is 1. Is this possible to do in business objects web intelligence?

  7. Webi SAP BO Sum in block depending on two dimensions

    Nov 20, 2019 · Webi SAP BO Sum in block depending on two dimensions Asked 6 years ago Modified 2 years, 6 months ago Viewed 9k times

  8. business intelligence - Matching string for patters via MATCH? - Stack ...

    Aug 24, 2023 · Is there a function in Business Objects Web Intelligence (Version 2010) to test if a string contains a constant? I know the MATCH() function can be used to test a string for a pattern, similar …

  9. Prompt date in report with default today's date? - Stack Overflow

    Jul 7, 2022 · I think this is going to be as close as you can get. select * from table where date = @Prompt('Enter Date:','D',,Mono,Free,Not_Persistent,,User:0) Today's date is defaulted, but not …

  10. Accurately calculating business hours between two time stamps in Web ...

    Dec 6, 2019 · I am trying to calculate the number of working / business hours between two timestamps at the report level in Web Intelligence. So far, I have been able to calculate the total number of hours …