Hi All!
I am working in FP 2.0.
I am trying to make a report based on a databasefile with the fields
Ordernr, Articlenr, Qty, Price etc.
The file is indexed on Articlenr, Ordernr.
The report is Grouped on Articlenr.
Details are Ordernr, Qty, Price etc.
Now, the records could be as follows:
Ordernr Articlenr Qty
10548 12345 10
10555 20000 10
10560 20000 10
10575 20000 10
10125 34567 10
10560 34567 10
10233 99999 10
In my report I like to have all articlenr within ordernr 10560 and 10675 covered
and in the detail band all orders for that article. How to do it, please?
Example:
Group Articlenr 20000
Detail Ordernr 10555 Qty 10
10560 10
10575 10
Sum 30
New page
Group Articlenr 34567
Detail Ordernr 10125 Qty 10
10560 10
Sum 20
Esc
I am working in FP 2.0.
I am trying to make a report based on a databasefile with the fields
Ordernr, Articlenr, Qty, Price etc.
The file is indexed on Articlenr, Ordernr.
The report is Grouped on Articlenr.
Details are Ordernr, Qty, Price etc.
Now, the records could be as follows:
Ordernr Articlenr Qty
10548 12345 10
10555 20000 10
10560 20000 10
10575 20000 10
10125 34567 10
10560 34567 10
10233 99999 10
In my report I like to have all articlenr within ordernr 10560 and 10675 covered
and in the detail band all orders for that article. How to do it, please?
Example:
Group Articlenr 20000
Detail Ordernr 10555 Qty 10
10560 10
10575 10
Sum 30
New page
Group Articlenr 34567
Detail Ordernr 10125 Qty 10
10560 10
Sum 20
Esc