2013-08-29 75 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} 
相关问题