Search found 15 matches

by SamChampanhet
Fri Feb 23, 2018 2:31 am
Forum: Programming
Topic: Freezing and Exporting Workfile Page
Replies: 2
Views: 3102

Re: Freezing and Exporting Workfile Page

Thanks Gareth! It worked to the perfection!
by SamChampanhet
Thu Feb 22, 2018 7:00 am
Forum: Programming
Topic: Freezing and Exporting Workfile Page
Replies: 2
Views: 3102

Freezing and Exporting Workfile Page

Hi, How do I program a loop that will freeze each and every page of a workfile (detailed view with the object names and all the attributes) into a table and then save that table as ".csv"? So far what I have is for %isic 90_93 %wfname = "HFREQ_"+%isic+"_"+%vintage wfcre...
by SamChampanhet
Mon Sep 04, 2017 12:11 am
Forum: Programming
Topic: Export series @remarks/labels
Replies: 3
Views: 3557

Re: Export series @remarks/labels

Hi Gareth,

This doesn't seem to work for me. I am trying to export all the attributes for all the series in the attached workfile.
I am using the following command:
wfsave(type=text, attr) C:\WIS\rev4\macro\test.txt

Thanks a lot in advance for your help!

Best,

Sam
by SamChampanhet
Thu Mar 16, 2017 4:01 am
Forum: Programming
Topic: Problem with @wfind
Replies: 1
Views: 2281

Problem with @wfind

Hi,
Probably something very easy but why the following program line does return 0? I am using Eviews 9.5 and 8.1 (both versions returning 0).
genr check=@wfind("VTI35_39_00.A VTI35_39_00.M VTI35_39_00.Q",".A")

Thanks,

Sam
by SamChampanhet
Wed May 25, 2016 7:41 am
Forum: Models
Topic: Initialzing Add-Factors so no residuals at actives
Replies: 2
Views: 5299

Re: Initialzing Add-Factors so no residuals at actives

Thanks Gareth! I'll send the workfile and the program (work in progress) to support@eviews.com with reference to this post.
by SamChampanhet
Wed May 25, 2016 5:55 am
Forum: Models
Topic: Initialzing Add-Factors so no residuals at actives
Replies: 2
Views: 5299

Initialzing Add-Factors so no residuals at actives

Hi, I have a model with endogenous variables for which I have actuals until 2014 and 2015. I used the following command to assign and initialize add-factors: smpl @all m_detconsr_{%cty}.scenario "baseline" m_detconsr_{%cty}.addassign(v) @all m_detconsr_{%cty}.addinit(v=n) @all However, for...
by SamChampanhet
Tue Feb 23, 2016 8:11 am
Forum: General Information and Tips and Tricks
Topic: Transfering database registry from on laptop to the other
Replies: 2
Views: 4672

Transfering database registry from on laptop to the other

Good morning,
Just got EViews 9 on a new laptop. How can I transfer my database registry from my old laptop to the new one?

Thanks,

Sam
by SamChampanhet
Mon Dec 07, 2015 10:46 am
Forum: Data Manipulation
Topic: Unsupported Source Format
Replies: 2
Views: 3493

Re: Unsupported Source Format

Thanks a lot for your quick answer! I will do that manually until the next release, no problem!
by SamChampanhet
Mon Dec 07, 2015 9:27 am
Forum: Data Manipulation
Topic: Unsupported Source Format
Replies: 2
Views: 3493

Unsupported Source Format

Hi, I am working on Eviews 9, trying to import data from an xls spreadsheet. I first did it manually and got the following captured command: importtbl(name=cty_list) C:\GCM\1215\CTY_LIST.xlsx range=CTY_LIST na="#N/A"importtbl(name=cty_list) C:\GCM\1215\CTY_LIST.xlsx range=CTY_LIST na="...
by SamChampanhet
Fri Nov 06, 2015 7:09 am
Forum: Data Manipulation
Topic: Merge multiple graphs
Replies: 4
Views: 9404

Re: Merge multiple graphs

Using this line of command seem to have solved the problem:
%grnames = %grnames+" gr_"+%x+%z+"_"+%y

Thanks!
by SamChampanhet
Fri Nov 06, 2015 7:03 am
Forum: Data Manipulation
Topic: Merge multiple graphs
Replies: 4
Views: 9404

Re: Merge multiple graphs

Hi, Anybody would have an idea on why this code is not working? I am trying to merge graphs into different groups. I get the following error message: "String added to series in "%GRNAMES = ""+" GR_"+NHH$_TOT"." for %y TOT H NHAA NHBA NHWA for %z $ r$ %grnames ...
by SamChampanhet
Wed Mar 04, 2015 2:21 am
Forum: Bug Reports
Topic: EViews 8.1 keeps crashing when draging and dropping a page
Replies: 1
Views: 2471

EViews 8.1 keeps crashing when draging and dropping a page

Hi, Eviews 8.1 keeps crashing when I drag and drop a wf page from one wf to another. Both workfile have the same frequency (might not have the same sample). This started happening only recently (maybe one or two weeks ago). Workfile I am copying from is 8.8 MB Workfile I am copying to is 7.8 MB Any ...
by SamChampanhet
Fri Feb 06, 2015 3:31 am
Forum: Programming
Topic: Generate Dummy variables
Replies: 2
Views: 3176

Re: Generate Dummy variables

Thanks!!
by SamChampanhet
Thu Feb 05, 2015 9:18 am
Forum: Programming
Topic: Generate Dummy variables
Replies: 2
Views: 3176

Generate Dummy variables

Hi, I have a quarterly workfile. I would like to generate a dummy variable for each date of my workfile. I tried the following code: for !j=2000 to 2014 for !i=1 to 4 dummy_{!j}Q{!i}=@recode(@date=@dateval("{!j}Q{!i}"),1,0) next next The code does generate the series but they only have NAs...

Go to advanced search