nilsbinnemans
Programmer
Hi,
I have data which I would like to see repeated for several periods. I only have the maximum number of periods (as a data field). How should ik copy the data the number of times I have.
for instance with the next data:
Value1
Value2
Value3
Max n° Periods= 2
I should become:
period 1
Value1
Value2
Value3
Period 2
Value1
Value2
Value3
The number of periods is variable.
Any help?
kr,
Nils
I have data which I would like to see repeated for several periods. I only have the maximum number of periods (as a data field). How should ik copy the data the number of times I have.
for instance with the next data:
Value1
Value2
Value3
Max n° Periods= 2
I should become:
period 1
Value1
Value2
Value3
Period 2
Value1
Value2
Value3
The number of periods is variable.
Any help?
kr,
Nils