Hi
It would be nice if you could expand the number of characters a seriesobjects may have. I think it is 24 characters now and this is more and more a restriction.
Regards Johan
Search found 142 matches
- Sun Oct 04, 2015 9:41 pm
- Forum: Suggestions and Requests
- Topic: Number of characters for a seriesobjects
- Replies: 0
- Views: 1918
- Fri Sep 25, 2015 12:49 am
- Forum: Bug Reports
- Topic: Bug in import-command?
- Replies: 1
- Views: 1578
Bug in import-command?
Hi Something has happened with the "import"-command between version "Aug 25 2015 build" and "Sep 14 2015 build". When running the code below in version "Aug 25 2015 build" (and in Eviews8) then the string "list" = " abc1 def1 gih1 abc2 def2 gih2...
- Fri Sep 18, 2015 2:02 pm
- Forum: Bug Reports
- Topic: Mixed frequency graphs bugg?
- Replies: 4
- Views: 2774
Re: Mixed frequency graphs bugg?
It works now, thanks
Regards Johan
Regards Johan
- Wed Sep 16, 2015 11:05 pm
- Forum: Bug Reports
- Topic: Mixed frequency graphs bugg?
- Replies: 4
- Views: 2774
Re: Mixed frequency graphs bugg?
Hi
Is there any patch soon that will fix this, we have some problem with our external (and internal) presentations (graph with mixed frequencies), and we'd rather not reinstall Eviews 8?
Regards Johan
Is there any patch soon that will fix this, we have some problem with our external (and internal) presentations (graph with mixed frequencies), and we'd rather not reinstall Eviews 8?
Regards Johan
- Mon Aug 31, 2015 2:40 am
- Forum: Bug Reports
- Topic: Mixed frequency graphs bugg?
- Replies: 4
- Views: 2774
Mixed frequency graphs bugg?
Hi I have some problem using graphs with two different frequencies in Eviews 9 that worked fine in 8. When running the example below the two graphs get the exact same appearance in Eviews 8. But when running the code in Eviews 9 the series "tmp2", "tmp3" and "tmp4" in t...
- Sat Jul 11, 2015 12:56 am
- Forum: Suggestions and Requests
- Topic: Reduce white border in graph
- Replies: 3
- Views: 3783
Re: Reduce white border in graph
Great [emoji3]
Regards Johan
Regards Johan
- Fri Jul 03, 2015 10:02 pm
- Forum: Suggestions and Requests
- Topic: Reduce white border in graph
- Replies: 3
- Views: 3783
Reduce white border in graph
Hi When creating emf-files (or other file-formats) from graphs there is an unnecessarily large white border around the graphs, see the first graph. There would be nice if the emf-files instead look like the second graph. Therefore, is it possible to include some "cropping"-command when sav...
- Mon May 11, 2015 9:40 am
- Forum: Suggestions and Requests
- Topic: Installing a new patch
- Replies: 3
- Views: 3320
Installing a new patch
If it is easy, when installing a new patch, it would be nice if Eviews can check if Excel is open and in such case abort and display an error message before the exe-file "EViews9.exe" is being renamed to "EViews9Copy.exe"
Regards Johan
Regards Johan
- Wed May 06, 2015 10:11 pm
- Forum: Programming
- Topic: Mixed graph by code
- Replies: 12
- Views: 5689
Re: Mixed graph by code
Thanks, next question. I tried put legend on, in the example below I thought that the individual number for the lines and bars should be 1,2,3,4 and 5. But it turns out that in this case the individual number are 1,2,8,9,5. I tried different variants and I'm not sure how it works, is there any "...
- Wed May 06, 2015 6:37 am
- Forum: Programming
- Topic: Mixed graph by code
- Replies: 12
- Views: 5689
Mixed graph by code
Hi
Suppose I have four series, a1, a2, a3 and a4. How do I by code create a mixed graph-object with two lines and two bars. I tried
but that doesn't work?
Regards Johan
Suppose I have four series, a1, a2, a3 and a4. How do I by code create a mixed graph-object with two lines and two bars. I tried
Code: Select all
Graph dia1.mixed line(a1, a2) bar(a3, a4)
but that doesn't work?
Regards Johan
- Tue May 05, 2015 7:07 am
- Forum: Bug Reports
- Topic: Problem with @WCross
- Replies: 1
- Views: 1490
Problem with @WCross
Hi In the code below, %series and %series2 is not same. Check this out %series = "a1 a2 a3 a4 a5 a6" %series = @WCross(%series,")") %series = @WCross("@pc(",%series) @UiPrompt(%series) %series2 = "a1 a2 a3 a4 a5 a6" %series2 = @WCross("@pc(",%series2...
- Wed Apr 29, 2015 1:03 pm
- Forum: Suggestions and Requests
- Topic: Eviews Databas - names and frequencies
- Replies: 1
- Views: 1932
Eviews Databas - names and frequencies
The National Institute of Economic Research in Sweden are currently in the end of a process of replacing Aremos with Eviews as the agencies' standard software and has the ambition to also replace standard data storage formats to something else. Currently we are testing storing all our data in both a...
- Wed Apr 29, 2015 11:20 am
- Forum: Suggestions and Requests
- Topic: Copy object to a closed workfile
- Replies: 0
- Views: 1506
Copy object to a closed workfile
It would be nice to bee able to copy (or store) a object to at closed workfile. When trying to do so I get the error message "Database not found...", see example code WfCreate(page=a) a 2010 2015 WfSave c:\temp\example.wf1 Close example WfCreate(page=a) a 2010 2015 Series series01 = Rnd Co...
- Wed Apr 29, 2015 11:08 am
- Forum: Bug Reports
- Topic: Workfile as a "database"-file
- Replies: 1
- Views: 1540
Workfile as a "database"-file
Hi When copying data from another workfile it's possible to copy by entering the full path to the workfile. We are working on a network and not using the local c-drive. For us it is much faster to open the workfile by command "dbopen" and then copy series. I don't think this is the correct...
- Mon Apr 27, 2015 12:59 pm
- Forum: Bug Reports
- Topic: Pagesave - problem in Eviews 9
- Replies: 3
- Views: 2012
Re: Pagesave - problem in Eviews 9
Steve, works fine now! Thanks