- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How to find a constant in a string in SAP BO Webi Report
You are correct. You can use functions like Match() or Pos(). You can use MATCH([Dimension];"*def*")) and this will get you the output and wildcard will match the beginning of the string.
Pos Function is used to return the position of a specific character string.
You can also try using Pos() function as below −
=Pos("def abc ghi";"def") returns 1 =Pos("def abc ghi";"abc") returns 5 =Pos("def abc ghi";"xyz") returns 0
- Related Articles
- Passing multiple parameters in SAP BO Webi report
- Sorting Prompt values in SAP BO Webi report
- Handline #Multivalue Error in SAP BO Webi report
- Finding CUID in a SAP BO Webi report in Formula Editor
- Apply sorting on Date in SAP BO Webi report
- Read a date filter as input in WEBI report in SAP BO
- Show creator name in SAP WEBI report
- Forcing SAP Webi report to show specific data
- Limit number of rows in Webi report in SAP BusinessObjects
- Displaying distinct values in a column filtered on other column in SAP BO report
- Creating a Dashboard from Webi Report
- Getting a carriage return of report field in SAP Crystal Report
- Working on a cost center report in SAP
- Generate excel from a report in SAP system
- CUID format in SAP BO Server Repository

Advertisements