Formula for Suppressing Field if duplicate in Crystal Reports

后端 未结 4 1899
渐次进展
渐次进展 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:47

    1. In Crystal Reports, right-click on the Details section and select Section Expert.

      1. In the Section Expert dialog box, select the X + 2 button beside the Suppress command. The check box must remain unselected for this formula to work.
      2. In the Formula Editor dialog box, create a conditional formula containing the Next function to evaluate the records for duplicate values and to suppress the Details line

      example: {Table.Databasefield}=Previous({Table.Databasefield})

提交回复
热议问题