pagebreak based on condition [message #157697] |
Sat, 04 February 2006 03:05 |
supriya_546
Messages: 56 Registered: October 2005 Location: hyderabad
|
Member |
|
|
Hi all,
i created group above report by using the following query
select oh.ord_no,ord_qty from ordhead oh,ordline ol where oh.ord_cntrl_no=ol.ord_cntrl_no
which given me the output as
ordno 1
qty 10
20
30
ordno 2
qty 300
400
and so........
my requirement is for every ordno i need a pagebreak.
like
page 1...........
ordno 1
qty 10
20
30
page 2 .........
ordno 2
qty 300
400
etc...
thanks in advance,
supriya
|
|
|
|
|