If {Orders Detail.Quantity} > 1 Then
"multiple units"
Else
"one unit"
//An erroneous formula
If {Orders Detail.Quantity} > 1 Then
"multiple units"
Else
1
//A correct formula
If {Orders Detail.Quantity} > 1 Then
"multiple units"
Else
CStr (1, 0) //Use 0 decimals
|
Business Objects, an SAP company http://japan.businessobjects.com/ サポート サービス http://japan.businessobjects.com/support/ Web 上の製品マニュアル http://support.businessobjects.com/documentation/ |