Search found 16 matches

by jsemeano
Fri Sep 27, 2019 2:29 am
Forum: Programming
Topic: Error copying between workfiles
Replies: 1
Views: 2896

Error copying between workfiles

Dear all, I am doing a simple copy of a subset of series from one workfile to the other. They are both in the same folder. It should be a simple operation and I am using a function and syntaxe I used before. I am getting the following error for which I find no documentation at all: Database Error: c...
by jsemeano
Fri Jun 15, 2018 8:30 am
Forum: Programming
Topic: copying from different folders
Replies: 1
Views: 2125

Re: copying from different folders

i see the solution is to open both files and then set cd in the receiving file directory. Obviously...

Best,
João
by jsemeano
Fri Jun 15, 2018 8:07 am
Forum: Programming
Topic: copying from different folders
Replies: 1
Views: 2125

copying from different folders

Dear all, Is there a way to copy from different folders while using variables? I am trying the code for %typ ltn_10y ltn_5y stn_12m stn_3m Copy {%drivers_dir}\{%wfname_yield_comp}::YieldQ\__overal_chart_{%typ} {%checks_dir}\{%wfname_report}::report\yield_comp_{%typ} next where {%drivers_dir}, {%wfna...
by jsemeano
Fri Jun 08, 2018 9:35 am
Forum: Programming
Topic: save all workfiles
Replies: 1
Views: 2140

save all workfiles

Dear all,

Is there a command to save all open workfiles in Eviews 10? I was under the impression that wfsave @all is a thing but it doesn't seem to work

Thank you very much.

Best,
João
by jsemeano
Fri May 25, 2018 10:01 am
Forum: Bug Reports
Topic: import excel in eviews 10
Replies: 2
Views: 3962

import excel in eviews 10

Dear all, I am trying to use the import function in eviews 10 but it is not working. I write cd D:\DSA import(type=excelxml) D:\DSA\FQ.xlsm Range="input1!D3:CL2" @Freq A 2016 and eviews says that the file doesn't exist. I tried with different files and I get the same error message does not...
by jsemeano
Thu May 17, 2018 9:44 am
Forum: Programming
Topic: @cmedian
Replies: 1
Views: 2123

@cmedian

Does @cmedian actually work in eviews 9.5? I use @cmean in the same exact matrix object and that works.

Thanks,
João
by jsemeano
Wed Jun 21, 2017 9:22 am
Forum: Data Manipulation
Topic: Editing Eviews db link in excel
Replies: 1
Views: 2564

Editing Eviews db link in excel

Dear all, I have used the eviews add in for excel to connect a database to excel. I would like to use the same excel file to read from different eviews databases that have the same structure. For this, the easiest way would be to edit the connection to the eviews database simply by changing the path...
by jsemeano
Tue May 02, 2017 10:56 am
Forum: Programming
Topic: Number of decimal in bar labels
Replies: 1
Views: 2652

Number of decimal in bar labels

Dear all,

I am producing some bar graphs with labels for my data. I would like to change the number of decimals that show up in the labels.

Any suggestion on how to do this?

Thank you very much,
João
by jsemeano
Fri Apr 28, 2017 1:43 am
Forum: Programming
Topic: space between bars
Replies: 1
Views: 2622

space between bars

Dear all,

How can I toggle the "space between bars" option for a bar chart on and off in the programming mode?

Thank you very much for the support,
João
by jsemeano
Mon Apr 24, 2017 1:23 am
Forum: Programming
Topic: Fetch changing names
Replies: 1
Views: 2369

Fetch changing names

Dear all, The changing name option in the fetch function doesn't seem to be working in eviews 9.5 I'm writing fetch(d=d:\INPUT\INP, s=_old) * And getting the error message INP::*_OLD was not found in "FETCH(D=D:\INPUT\INP, S=_OLD) *". Any suggestions? Thank you very much for the support, J...
by jsemeano
Fri Mar 24, 2017 2:21 am
Forum: Programming
Topic: Import/read excel column as alpha series
Replies: 4
Views: 3978

Re: Import/read excel column as alpha series

Perfect. Cheers, Gareth
by jsemeano
Thu Mar 23, 2017 9:32 am
Forum: Programming
Topic: Import/read excel column as alpha series
Replies: 4
Views: 3978

Re: Import/read excel column as alpha series

Yes

Book1.xls
series names and description example
(23.5 KiB) Downloaded 337 times
by jsemeano
Thu Mar 23, 2017 2:04 am
Forum: Programming
Topic: Import/read excel column as alpha series
Replies: 4
Views: 3978

Import/read excel column as alpha series

Hello, I am trying to attach the description and units to a group of series. I would like to read the names of the series, descriptions and units from an excel file to 3 alpha series in an attribute change (to follow what's described in http://forums.eviews.com/viewtopic.php?t=4369). The excel file ...
by jsemeano
Tue Mar 21, 2017 7:06 am
Forum: Models
Topic: Add.assign and add.init with groups
Replies: 1
Views: 8739

Add.assign and add.init with groups

Hello, Is it possible to use groups to define the series for which to add and initialize add factors? Instead of: model_1.addassign(i) series_1 series_2 could I do?: group grp_1 series_1 series_2 model_1.addassign(i) grp_1 I'm getting a error that looks like: "grp_1 was not found in "DO_ m...
by jsemeano
Tue Mar 21, 2017 3:34 am
Forum: Models
Topic: Migrate add factors
Replies: 2
Views: 9305

Re: Migrate add factors

cheers, Gareth

Go to advanced search