Page 1 of 1

Fetch series definition

Posted: Sat Dec 09, 2017 10:58 pm
by tvonbrasch
Hi

I have a series that is generated as

Code: Select all

genr renbif=1/2*(renbif_ssb+renbif_ssb(-1) )
This is shown in the series field.
2.PNG
2.PNG (19.75 KiB) Viewed 3124 times
.

How can I, using code, retrieve the definition of the series as a string equal to %definition="renbif=1/2*(renbif_ssb+renbif_ssb(-1)"?
Thomas

Re: Fetch series definition

Posted: Mon Dec 11, 2017 10:47 am
by EViews Gareth
You can use

Code: Select all

renbif.@attr("history")
but you'd have to play with it a bit.