Problem with Group Objects

For notifying us of what you believe are bugs or errors in EViews.
Please ensure your copy of EViews is up-to-date before posting.

Moderators: EViews Gareth, EViews Moderator

PhilW
Posts: 7
Joined: Mon Nov 29, 2010 2:14 pm

Problem with Group Objects

Postby PhilW » Thu Dec 02, 2010 8:18 am

Group objects automatically upper case all names when the group is updated. This is usually fine as native variable names are not case sensitive. However if any variables include a string comparison then the comparison text is also made all upper case leading to a the comparison always being false.

Example,
city="Miami" -- Sometimes true,
by updating the group is converted to
CITY="MIAMI" -- Never true.

The variable city=CITY,
but the text "Miami" ne "MIAMI".

Eviews 7.1 build Nov 11, 2010

EViews Gareth
Fe ddaethom, fe welon, fe amcangyfrifon
Posts: 13600
Joined: Tue Sep 16, 2008 5:38 pm

Re: Problem with Group Objects

Postby EViews Gareth » Thu Dec 02, 2010 8:53 am

I want to ensure that this is what you're saying.

You have a group object with the auto-series:
CITY="Miami"

in it (that would essentially return a value of 1 or 0). When you update the group this changes to

CITY="MIAMI"

which then invalidates the auto-series.

Yep, I can see that would be a problem. I'll see if we can upper without quotes it.

EViews Gareth
Fe ddaethom, fe welon, fe amcangyfrifon
Posts: 13600
Joined: Tue Sep 16, 2008 5:38 pm

Re: Problem with Group Objects

Postby EViews Gareth » Thu Dec 02, 2010 10:31 am

The latest patch should fix this issue for you.


Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 2 guests