- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
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
Apply sorting on Date in SAP BO Webi report
As you had already mentioned that you are using FormatDate function to format the date, So the sorting is applied to the output of the function which is STRING. So it applies sorting on the string and sorts only the initial alphabets which are a day in your case.
You can get your task done in few ways:
Easiest option will add another column with the same field and then apply sorting on this and then hide the column. This will sort your data on the date field.
Other but better option will be using a custom date format to format the date field. But in order to do so, you will have to go for an applet to have a custom date format. Why is it better? Because it affects only the presentation of the data but the type of field still remains same. So, if you apply sorting after using the custom format, it behaves as date type and sorting will work fine.
- Related Articles
- Sorting Prompt values in SAP BO Webi report
- Read a date filter as input in WEBI report in SAP BO
- Passing multiple parameters 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
- 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
- Working on a cost center report in SAP
- CUID format in SAP BO Server Repository
- Getting a carriage return of report field in SAP Crystal Report
- Use existing authentication along with SAP BO
