- 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
Read a date filter as input in WEBI report in SAP BO
Your requirement is one of its kinds but can be achieved. What you can try out is first create a brand new object in the context.
Let's say you provided the date as first input and 5 as a weekly slice in the second input.
[Date+5]=DATEADD(@prompt('Slice','X'{'Day','Month','Year'},mono,constrained,persistent),5,@prompt('Date','date',mono,free,persistent))
Here X refers to your slice and date refers to the date input.
Then you can just add another filter to the report using this.
- Related Articles
- Apply sorting on Date in SAP BO Webi report
- 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
- How to find a constant in a string in SAP BO Webi Report
- Show creator name in SAP WEBI report
- Limit number of rows in Webi report in SAP BusinessObjects
- Forcing SAP Webi report to show specific data
- 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
- CUID format in SAP BO Server Repository
- Working on a cost center report in SAP
- Generate excel from a report in SAP system

Advertisements