G
Guest
Hi:
I have a table like:
MI1 MI2 QTY
1007 1005 2
***
I would like the output, depending of qty:
1007 1005 1005; if the qty is 3 (it is changing), the output would be:
1007 1005 1005 1005, etc
How do I do that?
Thanks a lot,
Dan
I have a table like:
MI1 MI2 QTY
1007 1005 2
***
I would like the output, depending of qty:
1007 1005 1005; if the qty is 3 (it is changing), the output would be:
1007 1005 1005 1005, etc
How do I do that?
Thanks a lot,
Dan