For loop
I am working on report to get data in below format.If the value is Qty=2 i need to print data 2 times like below
xxxxxxxxx xxxxxxxx
yyyyyyyyy yyyyyyyy
zzzzzzzzz zzzzzzzz
if the value is qty=3 i need to print data like below
xxxxxxxxx xxxxxxxx
xxxxxxxxx xxxxxxxx
yyyyyyyyy yyyyyyyy
xxxxxxxx
yyyyyyyyy
zzzzzzzzz
How to achive this.Can i use for loop?please let me know
Thanks,
Aj