Webi Dimensions Cross Table - Search
About 674,000 results
Open links in new tab
    Kizdar net | Kizdar net | Кыздар Нет
  1. BO Webi - Looking to Display a Blank Instead of a Calculation

    Nov 3, 2022 · I am trying to write a variable to display a blank instead of a calculated value. My report takes two date and time fields and subtracts them. Sometimes, one of the fields can be …

  2. webi - How to do a case insensitive search in web intelligence?

    Feb 6, 2025 · MY expectation, or how I want my query to work in practice, is that Webi would return any entry which contains Trump, TRUMP, tRUMp, TRumP etc etc etc. In practice …

  3. Business Objects CountIf by cell reference - Stack Overflow

    Functions in WebI operate on rows, so you have to think about it a little differently. If your intent is to create a cell outside of the report block and display the count of specific values, you can use …

  4. How do you merge dimension with full outer join in Webi 4.3?

    Nov 7, 2024 · By default, Webi uses an inner join for merged dimensions, which only shows matching records. How do I set the property of the merged dimension to force an outer join in …

  5. Value based on multiple MERGED DIMENSIONS - Stack Overflow

    Oct 1, 2020 · Webi SAP BO Sum in block depending on two dimensions. 0. Web Intelligence : aggregate a count of values. 1

  6. 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 …

  7. business intelligence - How to create a SAP Variable that must be ...

    Apr 27, 2017 · For example, if your webi report is based off of a BW query, the SAP Variable would be a parameter that was created on the BW side and was passed along as part of the …

  8. SAP WEBI sharing link for webi document as a User

    Apr 18, 2023 · As a User when Open a webi document how can I share the link of the document ? In the browser header i only see the login URL so I cannot copy it from the browser.

  9. aggregate - How do I sum rows in Business Objects based on …

    Apr 11, 2019 · I have a report in Business Objects like below. Name DOB DATE Balance Test 121212 01012010 10 Test 121212 02022012 10 Nest 050599 01012010 20 Nest 050599 …

  10. Nested if statements with conditional operators in SAP WebI

    Jun 24, 2023 · Here is the correct answer: =If(([Build Request Type]="New") OR ([Build Request Type]="Amendment")) AND Not(IsNull([Build Date Completion])) Then DaysBetween([Actual ...