Page 1 of 1

Original Series Names

Posted: Wed May 10, 2017 4:46 am
by mgrayling
Hi,

I'm writing a C# COM application that reads series from an active workfile, and the series I import have special characters (!£ etc.) that Eviews turns into underscores. The sheet view displays the original name on the 3rd row, which retains the symbols. Is there a way/command to get the original series name out directly, or will I have to open each sheet and extract the row?

I'm using Eviews 9 if that helps.

Re: Original Series Names

Posted: Wed May 10, 2017 8:10 am
by EViews Gareth
series.@displayname should do it.

Re: Original Series Names

Posted: Thu May 11, 2017 1:15 am
by mgrayling
Perfect, thanks.