We've got a report in CR 9 using Interbase db.
We want a top 100 debtors list but the balance is calculated by adding 4 columns together.
We do this by creating a formula field called @balance which adds the columns together and then sort them decending according to @balance.
But now we only want the top 100, so we suppress in details's section expert where 'recordnumber > 100'.
Our problem is that the running total does not ignore the suppressed records and adds all of them.
Any help would be great, thanks.
We want a top 100 debtors list but the balance is calculated by adding 4 columns together.
We do this by creating a formula field called @balance which adds the columns together and then sort them decending according to @balance.
But now we only want the top 100, so we suppress in details's section expert where 'recordnumber > 100'.
Our problem is that the running total does not ignore the suppressed records and adds all of them.
Any help would be great, thanks.