Search found 78 matches

by ErikG
Thu Dec 22, 2016 6:01 am
Forum: Bug Reports
Topic: Graph date scale option in 21 december 2016 patch
Replies: 7
Views: 7983

Graph date scale option in 21 december 2016 patch

Hi, We are having some graph problems with the latest patch. I'm not exactly sure what it is but it seems to be related to the axis scaling options for creating graphs. Have you changed the way the options should be written? The error message is "Illegal date scale option interval(y,4) ... &quo...
by ErikG
Tue Oct 18, 2016 12:44 am
Forum: Suggestions and Requests
Topic: copy \* (c and resid disallowed)
Replies: 0
Views: 7789

copy \* (c and resid disallowed)

Hi, When copying all series from another workfile an error/rename message appears because of the attempt to copy c and resid. It would be supergreat if there were a simle way to avoid this message and just skip them alltogether, perhas by using some option. Perhaps the noerr option can be adjusted t...
by ErikG
Fri Mar 18, 2016 2:22 am
Forum: Bug Reports
Topic: Matrix labels: @rowlabels
Replies: 2
Views: 3785

Re: Matrix labels: @rowlabels

ok, thanks!
by ErikG
Thu Mar 17, 2016 1:37 am
Forum: Bug Reports
Topic: Matrix labels: @rowlabels
Replies: 2
Views: 3785

Matrix labels: @rowlabels

Hi, Thank you for adding functionality for accessing matrix labels in Eviews 9.5. It will make programming much easier for me. However, there seems to be something odd with the string that is returned from the @rowlabels function. It is not searchable using @wfind(). When I try the code below I get ...
by ErikG
Tue Jan 26, 2016 7:37 am
Forum: Programming
Topic: Edit workfile label or attributes
Replies: 1
Views: 2393

Edit workfile label or attributes

Hi,

How do I edit the workfile attributes/ the workfile label using a .prg file?

Thanks,
Erik.
by ErikG
Wed Dec 23, 2015 2:39 am
Forum: Bug Reports
Topic: Include %filenameWithPath
Replies: 1
Views: 3305

Include %filenameWithPath

I'm having some trouble passing a string to include a file with a full path: WfCreate C:\temp\test.wf1 u 1 %s = "C:\temp\temp\hello\MyFile.prg" Include %s Generates an error, the file %s.prg is not found in the current directory: G:\PRO\BAL\DRI\TEST\%S.prg not found on disk
by ErikG
Tue Dec 15, 2015 7:27 am
Forum: Bug Reports
Topic: @elem bug
Replies: 3
Views: 4744

Re: @elem bug

A subroutine to obtain individual observations with structured data that is not dated is shown here in code with an example of how to use it WfCreate C:\temp\test.wf1 u 3 alpha code Code(1) = "A" Code(2) = "B" Code(3) = "C" series z = @obsnum PageStruct() Code Call getE...
by ErikG
Thu Dec 10, 2015 4:55 am
Forum: Programming
Topic: escape characters in strings and text objects
Replies: 2
Views: 3243

Re: escape characters in strings and text objects

Thanks Johan! :D
by ErikG
Wed Dec 09, 2015 5:14 am
Forum: Programming
Topic: escape characters in strings and text objects
Replies: 2
Views: 3243

escape characters in strings and text objects

Hi, Is it possible to include escape characters such as tabs or line breaks in strings that will be treated as such in a text object. For instance: %s = "X" + "\t" + "Y" text MytextObject MyTextObject.append %s My aim is that the text object should then contain X and Y ...
by ErikG
Mon Nov 16, 2015 2:26 am
Forum: Programming
Topic: Copying matrices with row and column labels
Replies: 9
Views: 9249

Re: Copying matrices with row and column labels

Hi,

Is there, or will you sometime in the future, add functionality in Eviews so that the matrix row and column labels can be accessed?

along the lines of:
' MX is some labeled matrix
!Index1 = mx.rowlabelindex("GDP")

Regards,
Erik
by ErikG
Thu Nov 05, 2015 5:01 am
Forum: Data Manipulation
Topic: Import - Eviews converts numbers to dates
Replies: 3
Views: 3793

Re: Import - Eviews converts numbers to dates

OK, I See, this is the types option.
by ErikG
Thu Nov 05, 2015 4:57 am
Forum: Data Manipulation
Topic: Import - Eviews converts numbers to dates
Replies: 3
Views: 3793

Re: Import - Eviews converts numbers to dates

And in code how do I do this if I have different data types in different columns in the excel sheet?

/Erik.
by ErikG
Tue Sep 15, 2015 9:26 am
Forum: Data Manipulation
Topic: Import - Eviews converts numbers to dates
Replies: 3
Views: 3793

Import - Eviews converts numbers to dates

Hi,

I've got an excel file with a column filled with numbers formatted as text. When importing the data to an unstructured Workfile Eviews converts these numbers to quarterly dates. This didn't happen about a year ago using Eviews 9. Can I force Eviews to read each column as a string?

Thanks,
Erik.
by ErikG
Mon Jun 01, 2015 4:51 am
Forum: Bug Reports
Topic: link statement ignored if illegal characters
Replies: 6
Views: 5717

Re: link statement ignored if illegal characters

I'm also having problems with links in Eviews 9. This code works in Eviews 8 (Annes grade is 2 in year 3) but in Eviews 9 I only get NA for all observations: WfCreate C:\temp\test u 4 Pagerename untitled p1 series year = @obsnum alpha Name Name(1) = "Jane" Name(2) = "Bob" Name(3)...
by ErikG
Tue May 26, 2015 10:44 pm
Forum: Programming
Topic: Copying matrices with row and column labels
Replies: 9
Views: 9249

Re: Copying matrices with row and column labels

OK, excellent. But my Eviews version is up to date (Eviews 9, May 20 build) and the labels still don't follow along when I copy matrices between workfiles: WfCreate C:\temp\test.wf1 u 1 Matrix(2,2) mX = 1 mX.setrowlabels A B WfSave C:\temp\test.wf1 WfCreate C:\temp\testcopy.wf1 u 1 copy C:\temp\test...

Go to advanced search