Copy a list?
Posted: Mon Feb 17, 2025 1:22 am
I want to copy a list of series from pne page to another within a wf but i don't understand how to.
This i my code, what am I doing wrong?
%serier = @WLookup("*", "series")
@WDrop(%serier, %SerierLFB)
Smpl 2015 2023
Copy ATemp\%serier a\
I make a list called %Series which contain all the series in a page called Atemp. Although I want to drop out some of the series defined in %seriesLFB.
Then I only want to copy a specified timeframe defined with the smpl.
And then I want to copy %serier to the empty page a.
But it does not work. Please help?!
This i my code, what am I doing wrong?
%serier = @WLookup("*", "series")
@WDrop(%serier, %SerierLFB)
Smpl 2015 2023
Copy ATemp\%serier a\
I make a list called %Series which contain all the series in a page called Atemp. Although I want to drop out some of the series defined in %seriesLFB.
Then I only want to copy a specified timeframe defined with the smpl.
And then I want to copy %serier to the empty page a.
But it does not work. Please help?!