2013-08-29 79 views

回答

-1

使用報告的月份參數向報告中添加一個組。 ,寫這樣的公式,並把它添加到你的頭

if(certain check about injuries != null) then 
(
    no injuries 
) 
else 
(
    injuries++; 
) 

injuries; 

希望它有助於

+0

-1:無效的Crystal Reports'語法。 – craig

+0

它只是僞代碼! – Waqar

1
If Not(Isnull({table.injuryType})) And {table.injuryType}="Lost Time Injury" Then 
    CurrentDate - {table.dateField} 
相關問題