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.china.businessobjects.com/ 支持服务 http://www.china.businessobjects.com/support/ Web 上的产品文档 http://support.businessobjects.com/documentation/ |