Hi,
I am designing a report which has 'account number', 'branch', etc...
I want to design it as
ACC Br
101 A
101 B
-----------------
102 A
-----------------
103 C
103 B
------------------
i.e., line should appear if the records are different so i created 2 details section det a and det b. And inserted line in det b section. And in section expert on suppress formula i wrote
{table.ACCOUNTNUMBER}=Next({table.AccountNumber})
But the problem here with this formula is it is appearing for few records only like
Acc Br
101
101
--------
102
103
103
--------
Please reply me with conditionally suppressing of detail section solution..
I am designing a report which has 'account number', 'branch', etc...
I want to design it as
ACC Br
101 A
101 B
-----------------
102 A
-----------------
103 C
103 B
------------------
i.e., line should appear if the records are different so i created 2 details section det a and det b. And inserted line in det b section. And in section expert on suppress formula i wrote
{table.ACCOUNTNUMBER}=Next({table.AccountNumber})
But the problem here with this formula is it is appearing for few records only like
Acc Br
101
101
--------
102
103
103
--------
Please reply me with conditionally suppressing of detail section solution..