//Conditional formatting example 1
If {Customer.Last Year's Sales} > 100000 Then
crGreen
Else If {Customer.Last Year's Sales} < 15000 Then
crRed
Else
crBlack
//Conditional formatting example 2
If {Customer.Last Year's Sales} < 50000 Then
True //suppress the value
Else
False //do not suppress the value
//Conditional formatting example 3 -
//equivalent to example 2
{Customer.Last Year's Sales} < 50000
{Customer.Last Year's Sales} < 50000
{Customer.Last Year's Sales} < 50000
|
Business Objects, SAP 子公司 http://www.taiwan.businessobjects.com/ 支援服務 http://www.taiwan.businessobjects.com/support/ 產品說明文件網站 http://support.businessobjects.com/documentation/ |