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, SAP 子公司 http://www.taiwan.businessobjects.com/ 支援服務 http://www.taiwan.businessobjects.com/support/ 產品說明文件網站 http://support.businessobjects.com/documentation/ |