Search found 7 matches

by justincn
Mon Dec 15, 2025 9:49 am
Forum: General Information and Tips and Tricks
Topic: Automatic date selection from Excel import
Replies: 5
Views: 25301

Re: Automatic date selection from Excel import

Thanks, Gareth.

Is there a standard format that would work quarterly dates?

1980Q1? 1980-Q1? etc.
by justincn
Fri Dec 12, 2025 1:42 pm
Forum: General Information and Tips and Tricks
Topic: Automatic date selection from Excel import
Replies: 5
Views: 25301

Automatic date selection from Excel import

Hello everyone, Is it possible to import an Excel file without having to hardcode the start date? For example, if I have the following code import(page=DATA) %data range ="Sheet1" @freq q 1980 My question is this: Is there a way to get around having to add 1980 and automatically detect the...
by justincn
Mon Sep 30, 2024 8:57 am
Forum: Programming
Topic: Try and Except in EViews
Replies: 2
Views: 20581

Re: Try and Except in EViews

Thanks for the response, Matt! I will try to fold this in.
by justincn
Fri Sep 27, 2024 12:20 pm
Forum: Programming
Topic: Try and Except in EViews
Replies: 2
Views: 20581

Try and Except in EViews

Mac user here, but I am using Eviews through Parallels Desktop. One issue that I encounter frequently is a changing drive. For example fetch(d="x:\<path-to-a -database\somedatabase.edb") {%CONCEPTS} Will work sometimes, but randomly “x” will change to the “w” drive (or even sometimes "...
by justincn
Tue Sep 17, 2024 4:44 pm
Forum: Programming
Topic: Identifying the beginning and ending of series
Replies: 2
Views: 18530

Re: Identifying the beginning and ending of series

Code: Select all

%end_history = some_series.@last smpl {%end_history}+1 {%end_history}+10
Thank you, Gareth!
by justincn
Tue Sep 17, 2024 3:18 pm
Forum: Programming
Topic: Identifying the beginning and ending of series
Replies: 2
Views: 18530

Identifying the beginning and ending of series

Hello everyone, I’m new to EViews programming and I’m struggling to find the answer to this question. We have legacy code where series are hardcoded with dates such as %end_history = “2024” %begin_forecast = “2025” %end_forecast = "2034" smpl {%begin_forecast } {% end_forecast } model_mymo...

Go to advanced search