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
Put this in suppress formula of field to hide.
if {myTable.ID} = previous({myTable.ID}) then true else false