Formula for Suppressing Field if duplicate in Crystal Reports

后端 未结 4 1894
渐次进展
渐次进展 2021-01-05 04:16

I have a view which shows data on crystal reports where I have fields like tariff,rental,shares,gross and net.My problem is if someone changes the tariff in database it woul

4条回答
  •  自闭症患者
    2021-01-05 04:45

    I had to make a slight change to the formula in the solution by Janarthanan by adding parenthesis to make it work with Crystal XI.

    I used:

    {ID}=previous({ID}) and {rental}=previous({rental})
    

    this formatting variation, which is presented in the edited question, helped me to solve a similar problem.

提交回复
热议问题