SAP

SAP on Power

IBM Power servers are purpose built for data-intensive applications such as SAP HANA and S/4HANA that require large amounts of in-memory computing but still let you maintain the high availability and flexibility required for your hybrid cloud. 

 View Only

How to Display numbers and Dates in Arabic format in Webi Reports 

Sat January 02, 2021 05:08 AM

How to Display numbers and Dates in Arabic format in Webi Reports:

To display numbers and dates in Aarabic format in SAP BO Webi report you have to create variable as the following:

for Date:
=FormatDate(ToDate([Start Date];"dd.MM.yyyy");"yyyy/MM/dd")

for Number:
=FormatNumber(ToNumber([Social Insurance Number]);"######")

you have to FormatNumber number to avoid the decimal comma.

Statistics
0 Favorited
25 Views
0 Files
0 Shares
0 Downloads