Hi, I want to generate following kind of sample report.
Title :
Store Name : Land Side
Table 1:
Total Customers Total Sale
200 2,500
Table 2:
Customer Name Date Qty
Steve 01/01/03 20
Paul 10/05/03 30
Title
Store Name : West Side
Table 1:
Total Customers Total Sale
150 1,700
Table 2:
Customer Name Date Qty
Herald 01/01/03 21
Hexcot 10/05/03 67
For above requirement I am creating two database stored procedure.
In Webfocus, I am creating two individual hold files. This two hold file is called from one .FEX file. Title is actually group-by field.
Webfocus is putting the file one-after other and not one within another.
So, my requirement is with-in a report group, I want to add another report (Here table2) by passing related parameter.
How can I do this...?
Thanx for help..
Title :
Store Name : Land Side
Table 1:
Total Customers Total Sale
200 2,500
Table 2:
Customer Name Date Qty
Steve 01/01/03 20
Paul 10/05/03 30
Title
Store Name : West Side
Table 1:
Total Customers Total Sale
150 1,700
Table 2:
Customer Name Date Qty
Herald 01/01/03 21
Hexcot 10/05/03 67
For above requirement I am creating two database stored procedure.
In Webfocus, I am creating two individual hold files. This two hold file is called from one .FEX file. Title is actually group-by field.
Webfocus is putting the file one-after other and not one within another.
So, my requirement is with-in a report group, I want to add another report (Here table2) by passing related parameter.
How can I do this...?
Thanx for help..