Search found 18 matches

by leocaza
Fri Jan 12, 2024 10:24 am
Forum: Programming
Topic: Pyeviews not working with new eviews 13 update
Replies: 4
Views: 5900

Re: Pyeviews not working with new eviews 13 update

Hi,

If there is no feedback until next week, we will just have to "cancel" Pyeviews and run with CSVs all over our processes. I don't know yet if I need to consider this. We will see... Plan A, Plan B... The @Tic @Toc of business, of busyness.

Regards,
LC
by leocaza
Tue Jan 09, 2024 12:47 pm
Forum: Programming
Topic: Pyeviews not working with new eviews 13 update
Replies: 4
Views: 5900

Re: Pyeviews not working with new eviews 13 update

We are on python 3.9.18 or 3.9.12 (coworkers)
by leocaza
Tue Jan 09, 2024 12:46 pm
Forum: Programming
Topic: Pyeviews not working with new eviews 13 update
Replies: 4
Views: 5900

Pyeviews not working with new eviews 13 update

Hi, We updated Eviews 13 with the "Patch Date : 2024-01-08", but now we can`t run our python codes with the PYEVIEWS library (function GETFASPYTHON is not working anymore). Could you please update your pyeviews library asap , some important processes depend on our python codes for business...
by leocaza
Tue Jan 31, 2023 6:49 am
Forum: Bug Reports
Topic: Eviews 13 bugs - @rowextract
Replies: 2
Views: 2803

Re: Eviews 13 bugs - @rowextract

I'll try to get the workfile, but it doesn't come from me, it won't be easy on a short time. I'll come back later. Thank you!
by leocaza
Wed Jan 25, 2023 7:21 am
Forum: Bug Reports
Topic: Eviews 13 bugs - @rowextract
Replies: 2
Views: 2803

Eviews 13 bugs - @rowextract

Hi, First of all, thank you for being there to help us, your help in general is often taken for granted, but it's precious and should be perceived otherwise. There is a lot of instability in the Eviews 13 version at the moment, several processes no longer work due to bugs (corrupted excel, matrix fu...
by leocaza
Fri May 03, 2019 2:05 pm
Forum: Data Manipulation
Topic: DATETIME BLOOMBERG ERROR
Replies: 6
Views: 8469

DATETIME BLOOMBERG ERROR

Hi, Refering to this post : http://forums.eviews.com/viewtopic.php?f=3&t=19753 When you fixed the BLOOMBERG FETCH "length" error message with the last patch (04-15-19), you introduce a new error (an old error). Bloomberg fetching is not working anymore. Error : Database Error: Bloomber...
by leocaza
Mon Apr 01, 2019 9:21 am
Forum: Data Manipulation
Topic: error when fetching from bloomberg
Replies: 3
Views: 4510

Re: error when fetching from bloomberg

I had this error too this week. I don't know why it happens.
by leocaza
Thu Dec 06, 2018 7:26 am
Forum: Programming
Topic: I would like to get a SVECTOR or a STRING of all dates in sample
Replies: 3
Views: 3199

Re: I would like to get a SVECTOR or a STRING of all dates in sample

Thank you for that

Last question : Is there a way to convert a "Table" column into an alpha series or a SVECTOR or a string list ?

Thank you
LC
by leocaza
Wed Dec 05, 2018 2:13 pm
Forum: Programming
Topic: I would like to get a SVECTOR or a STRING of all dates in sample
Replies: 3
Views: 3199

I would like to get a SVECTOR or a STRING of all dates in sample

I would like to get a SVECTOR or a STRING of all dates in sample For now I am doing this : scalar tee = @rows(time) freeze(time) usdcad svector(@rows(time)) sampledate for !i=10 to @rows(time) sampledate(!i-9) = time(!i,1) next String sampledates = @wjoin(sampledate) It is an "hack" to get...
by leocaza
Sun Nov 18, 2018 9:52 am
Forum: Data Manipulation
Topic: Fetching datastream datatype
Replies: 1
Views: 3993

Fetching datastream datatype

Hi, I really need to get datastream datatype with the "fetch" function. This kind of information is easy to get from the "fetch" bloomberg function, but it doesn't seem to work with datastream (maybe my syntax is wrong). I need the last historical date from series that include fo...
by leocaza
Thu Nov 08, 2018 3:09 pm
Forum: Data Manipulation
Topic: Unstacking data
Replies: 5
Views: 6082

Re: Unstacking data

Omg, thank you Gareth
by leocaza
Thu Nov 08, 2018 12:38 pm
Forum: Data Manipulation
Topic: Unstacking data
Replies: 5
Views: 6082

Re: Unstacking data

Hi Gareth,

I figured it out.


I did replace(replace(replace(replace(VARIABLE,' ','_'),'é','e'),'''',''),'à','a') and it worked.

English vs. french...

Thanks for your help.

I'm on Eviews 10
by leocaza
Thu Nov 08, 2018 10:40 am
Forum: Data Manipulation
Topic: Unstacking data
Replies: 5
Views: 6082

Re: Unstacking data

In my id there is Uppercase, "_" and letters.
by leocaza
Thu Nov 08, 2018 10:39 am
Forum: Data Manipulation
Topic: Unstacking data
Replies: 5
Views: 6082

Unstacking data

Hi,

Could you assist me unstacking data? I'm getting an error message when I try to unstack : "series specified for unstacking does not have valid values for
forming series names in "PAGEUNSTACK(PAGE=MYNEWPAGE,N
AMEPAT =*_?) BENCHM_LABEL CUR_CD VALUE_DT @ *".
"


Thank you
by leocaza
Wed Jun 13, 2018 8:55 am
Forum: Programming
Topic: fetching datastream with forecasted data
Replies: 0
Views: 2132

fetching datastream with forecasted data

I would like to exclude forecasted data from my fetch formula fetch(d=datastream, link) AUXPPI..F PERIOD : Q1 1980 - Q4 2049 (Forecast from Q2 2018) I would like DYNAMICALLY exclude all forcasted data... ( i dont want to change the sample everytime manually) I dont know how to do that, could you hel...

Go to advanced search