Search found 7 matches

by mboll
Mon Feb 17, 2025 1:22 am
Forum: General Information and Tips and Tricks
Topic: Copy a list?
Replies: 1
Views: 51952

Copy a list?

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...
by mboll
Fri Mar 10, 2023 2:57 am
Forum: General Information and Tips and Tricks
Topic: calculate @mean with a list in a FOR loop
Replies: 3
Views: 50960

Re: calculate @mean with a list in a FOR loop

Thank you both so much for your answers!
This solved my problems and yes, I took one more step in knowing how eviews works. Slowly getting little better. :)
by mboll
Wed Mar 08, 2023 6:50 am
Forum: General Information and Tips and Tricks
Topic: copy everything except c and resid
Replies: 2
Views: 50135

Re: copy everything except c and resid

Thank you! Worked very well with the merge and protect-options!
by mboll
Thu Mar 02, 2023 7:37 am
Forum: General Information and Tips and Tricks
Topic: calculate @mean with a list in a FOR loop
Replies: 3
Views: 50960

calculate @mean with a list in a FOR loop

Hi! So, here's a very basic question which I dont get to work: I have a list of series (%j) and want to calculate a list with the mean of each of the series in the new list (%i). %Qfp = "x1 x2 x3 x4" PageSelect Q For %j {%Qfp} %i = @Mean({%j}, 2000 2022) Next But I not getting it to work. ...
by mboll
Fri Feb 24, 2023 1:18 am
Forum: General Information and Tips and Tricks
Topic: copy everything except c and resid
Replies: 2
Views: 50135

copy everything except c and resid

Hi. I would like to copy everything from one wf (closed) to another existing wf (which is open) using copy, like this: Copy old.wf1::q\* q\* However, every time I do that I have to rename c and resid. Is there any way around that? I tried drop-function so that I wont copy c and resid from old wf to ...
by mboll
Fri Feb 24, 2023 1:04 am
Forum: General Information and Tips and Tricks
Topic: delete series in a wf based on date
Replies: 2
Views: 47906

Re: delete series in a wf based on date

Perfect, thanks!!
by mboll
Thu Feb 23, 2023 2:30 pm
Forum: General Information and Tips and Tricks
Topic: delete series in a wf based on date
Replies: 2
Views: 47906

delete series in a wf based on date

I have a wf with many series, some for the period 1980-2021 and some for the period 1980-2031. I would like a code that easily deletes all series that only have values for the period 1980-2021. But I don't know the best way to do that. Super thankful for tips on how to solve this.

Go to advanced search