Page 1 of 1

ddrowopts does not accept formulas in row specification

Posted: Tue Apr 21, 2015 2:28 am
by mamo
Dear Eviews team,
I use Eviews 8.1.
The ddrowopts procedure does not accept algebraic formulas as row definitions.

So, the following code produces an error message:

Code: Select all

mygroup.ddrowopts(!i+1,1) fillcolor(ltgray)
Whereas the following works

Code: Select all

!j=!i+1 mygroup.ddrowopts(!j,1) fillcolor(ltgray)
Best, mamo

Re: ddrowopts does not accept formulas in row specification

Posted: Tue Apr 21, 2015 8:28 am
by EViews Jason
It will be fixed in the next patch