Hi,
I selected some records thru do query and printing that value in matrix in that no problem the records selected was printing correctly. Printing once if i select one record in a query means in matrix one row will be added and that record ll be print once.
But i need to print that record no of times. That means if i select one record in a query means it should not add in one row of the matrix it should be added no of times as the number i give thru condition.
if i give 3 in condition the record should print 3 times. But it is printing once only. Plz give me a solution
Madhavi