Dear Eviews team,
Eviews version: 8.1, 64 bit
Issue:
A frml object in a group does not update instantenously in the transposed sheet view of the group object once a series on which this frml object depends on is changed in edit mode.
Example:
Code: Select all
series x = 1
frml xf = x
group mygroup xf x
mygroup.sheet(t)
Switch on edit mode and change one value of x in the transposed sheet view of mygroup, and press [ENTER] or move the cursor right. The value in the respective cell of the object xf does not change on instant as it should. It would only change if you either move the cursor over the cell containing the dependent value of xf, or if you close and re-open the sheet view of mygroup.
Change to the standard, non-transposed sheet view
Repeate the exerecise above. In this view, the dependent value of xf will change correctly on instant once the underlying value of x is changed in edit mode.
Best,
mamo