在水晶报表(Crystal Report)中,有时会碰到当前一条记录与前一条记录比较的情况。

在公式Formula Fields中加入:{alias;1.field} = Previous ({alias;1.field})

If {alias;1.field} = Previous ({alias;1.field}) Then

     //your codes

Else

     //your codes

相关文章:

  • 2021-10-11
  • 2021-11-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-07
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-03-02
  • 2022-12-23
  • 2022-02-09
  • 2022-12-23
  • 2022-03-10
  • 2022-12-23
相关资源
相似解决方案