Page 1 of 1

.displayname for transformed series

Posted: Thu Jan 17, 2019 4:20 am
by blb22
I have a series "TOTALSA" which i have given the displayname "vehicle_sales".

However, when i plot transformations of that series, my graph does not show the appropriate displayname (it shows "@pcy(totalsa)") (see chart attached).

Any way to have transformations take the display name of the original series by default?

Re: .displayname for transformed series

Posted: Thu Jan 17, 2019 9:05 am
by EViews Gareth
Unfortunately not.

Of course you can always overwrite the legend of the graph to be whatever you want.

http://www.eviews.com/help/helpintro.ht ... 23ww175617

Re: .displayname for transformed series

Posted: Thu Jan 17, 2019 9:14 am
by blb22
Unfortunately not.

Of course you can always overwrite the legend of the graph to be whatever you want.

http://www.eviews.com/help/helpintro.ht ... 23ww175617

Ah ok. That could work.

Is there a way to automate it such that if the series transformation "@PCY(TOTALSA)" is used in any graph, override the legend for that chart (will save me cycling through hundreds of charts)

I'm thinking a matrix (called names for example) [["pcy(totalsa)", "vehicle sales yoy"],[...],[...]], whereby i can write a program to look in names and override the legend...?

Re: .displayname for transformed series

Posted: Thu Jan 17, 2019 9:23 am
by EViews Gareth
That could work, although you'd have to use a table rather than a matrix (matrices can only hold numbers).