Page 1 of 1

Series: history information

Posted: Mon Mar 19, 2018 1:39 am
by tvonbrasch
Hi

How can I fetch the "History" information about a series?

For example, for the series
history.PNG
history.PNG (17.96 KiB) Viewed 2838 times

how can I retrieve the information "DB Link: mb::nolama0025" using code? I was hoping that something like this would work....

Code: Select all

series.@history


?
Thomas

Re: Series: history information

Posted: Mon Mar 19, 2018 6:37 am
by EViews Steve

Code: Select all

series.@attr("history")

Re: Series: history information

Posted: Mon Mar 19, 2018 11:04 pm
by tvonbrasch
great, thanks
t