Page 1 of 1

Re: merge charts

Posted: Mon Aug 16, 2010 10:28 am
by EViews Gareth

Code: Select all

for %j block_eq block_aic block_r2 if (@isobject(%j)) then if {%j}.@type = "GRAPH" then graph gr_block.merge {%j} endif endif next
Something like that.

Re: merge charts

Posted: Mon Aug 16, 2010 11:14 am
by Katjes
Seems logical, but unfortunately it's not working :(
both EViews 6 and EViews 7 indicate a syntax error with the line
if {%j}.@type = "GRAPH" then

I already tried without ".." but this is not the problem.

Re: merge charts

Posted: Mon Aug 16, 2010 11:23 am
by EViews Gareth
You need EViews 7.1

(There's a reason we ask you to tell us your version number in each post ;) )