Search found 60 matches

by loulouviews
Wed Jan 17, 2018 2:30 am
Forum: Programming
Topic: Where are custom colors stored ? How to change them ?
Replies: 2
Views: 3142

Re: Where are custom colors stored ? How to change them ?

Ok thanks, I found it. Thank you veery much ! I change colors manually and save their encoding in the .ini. The reason I was asking is that although I have templates for graphs, I like to have my own palette of colors to eventually change some colors by hand. So I have changed the default custom col...
by loulouviews
Tue Jan 16, 2018 10:10 am
Forum: Programming
Topic: Where are custom colors stored ? How to change them ?
Replies: 2
Views: 3142

Where are custom colors stored ? How to change them ?

Hello,

I am wondering where are custom colors are stored and if there a way to change them in a prg (rather than manually).
Best,
Louis

What I mean by custom colors, is this:
by loulouviews
Tue Jan 16, 2018 9:58 am
Forum: Programming
Topic: Import excel data with empty cols
Replies: 2
Views: 2874

Re: Import excel data with empty cols

Ok :?
Thank you for answer !
by loulouviews
Fri Jan 12, 2018 4:10 am
Forum: Programming
Topic: Import excel data with empty cols
Replies: 2
Views: 2874

Import excel data with empty cols

Hi, I want to import data from Excel files (.xlsx) into EViews. I can't change the excel files and I can't know in advance the number of columns and rows (or in other words, I want my prg to work for any number of rows and columns). I am currently using import(t=excelxml) %file range=%page colhead=1...
by loulouviews
Thu Dec 14, 2017 1:40 am
Forum: Programming
Topic: Graph type
Replies: 1
Views: 2437

Graph type

Hi,

Is there any way to get type (line, bar, mixed, etc) of a graph in a program ?
@type and @detailedtype both return"GRAPH"

The reason I am asking is that I want to code a subroutine "beautifying" graphs which will typically depend on the type of graph.

Thanks,

Loulouviews
by loulouviews
Mon Oct 30, 2017 2:27 am
Forum: Data Manipulation
Topic: Connect to External databases
Replies: 10
Views: 9085

Re: Connect to External databases

It works ! 8)
Thanks Katerina ! :D
by loulouviews
Fri Oct 27, 2017 7:08 am
Forum: Data Manipulation
Topic: Connect to External databases
Replies: 10
Views: 9085

Re: Connect to External databases

Hi Katerina and Steve, Thanks for your answers. Yes, I am behind a proxy server. I also suspect that the proxy is the reason why I can't access the data. However, what puzzles me is that I still can read Fred v1 data and I am able to fetch data over the internet with import and wfopen command. How c...
by loulouviews
Thu Oct 26, 2017 3:18 am
Forum: Data Manipulation
Topic: Connect to External databases
Replies: 10
Views: 9085

Connect to External databases

Hello, I have recently upgraded to EViews 10 to access SDMX databases. Nonetheless, I have experienced the following error when browsing ECB or Eurostat databases: Error: unable to retrieve datasets. I have tried others web-hosted databases: - Fred v1 is working fine - but Fred queries returns "...
by loulouviews
Wed Mar 29, 2017 1:29 am
Forum: Bug Reports
Topic: Copy equations from closed wf is not working
Replies: 3
Views: 4779

Re: Copy equations from closed wf is not working

Hi Steve and Gareth,

Thank for your detailed explanation.
I will clear my code accordingly.

Best,

Louis
by loulouviews
Mon Mar 27, 2017 2:39 am
Forum: Bug Reports
Topic: Copy equations from closed wf is not working
Replies: 3
Views: 4779

Copy equations from closed wf is not working

Hi, I am using EViews 9.5 Enterprise Edition _ Jun 28 2016 build. Copying equations with a wildcard pattern from a closed workfile lead to the following error : "Database Error: cannot read object 'EQ_1' due to unrecognized or unsupported object type" Here is code to reproduce the error : ...
by loulouviews
Tue Dec 13, 2016 9:58 am
Forum: Programming
Topic: Automatically load subroutines
Replies: 2
Views: 3017

Re: Automatically load subroutines

Hi Gareth,

Thanks a lot for your answer !

Best,

Louis
by loulouviews
Fri Dec 02, 2016 7:02 am
Forum: Programming
Topic: Automatically load subroutines
Replies: 2
Views: 3017

Automatically load subroutines

Hi,

I have written a bunch of subroutines to perform common tasks and I would like to know if there is a way to load them by default (something similar to add to Matlab path) ? Is creating a plugin a way to achieve that ?

Thanks for your answers !

Louis
by loulouviews
Mon Oct 03, 2016 7:35 am
Forum: Data Manipulation
Topic: Prevent EViews to throw an error when object is not found in database
Replies: 2
Views: 3625

Prevent EViews to throw an error when object is not found in database

Hi, I'm fetching multiple timeseries in a locally stored database. Some timeseries may not exist but I don't want EViews to throw an error if the timeseries does not exist, is it possible ? To be more precise, my database is a copy of Eurostat HICP database. My loop is on countries and some HICP ind...
by loulouviews
Tue Sep 06, 2016 1:32 am
Forum: Programming
Topic: Displaying help for a subroutine
Replies: 2
Views: 3132

Re: Displaying help for a subroutine

It couldn't have been more clear. Thanks

Go to advanced search