Page 1 of 1

Batch removal of display names

Posted: Fri Jul 12, 2013 8:15 am
by fhoffman
I'm looking to remove the Display Name for each series in a page of one of my workfiles. Since there are a lot of series in that page, I'd like to find some type of way to automate this instead of having to go through and do this one-by-one. Any ideas?

Re: Batch removal of display names

Posted: Fri Jul 12, 2013 9:05 am
by EViews Gareth

Code: Select all

Group g * for !i=1 to g.@count %n = g.@seriesname(!i) {%n}.displayname next