日期:2014-05-20 浏览次数:21037 次
if {合同制职工所在的字段}='合同制职工' then
  if {某字段或分组字段}='国有' then
    '国'
  else if  {某字段或分组字段}='集体' then
    '集'
  else if ....
  else
    ' '
else if {合同制职工所在的字段}='农民工' then
  if {某字段或分组字段}='国有' then
    '有'
  else if  {某字段或分组字段}='集体' then
    '体'
  else if ....
  else
    ' '
else
  ' '