Search found 3 matches
- Mon Nov 25, 2019 1:38 am
- Forum: Programming
- Topic: Rename multiple series using string functions
- Replies: 4
- Views: 7633
Re: Rename multiple series using string functions
Dear Matt, Sorry for the late reply. Thank you very much for pointing out that the @instr function is case-sensitive, I was not aware of this. My code works now like a charm :) For those reading this now: be aware that my initial fetch command does not work anymore. The filters of the "env_air_...
- Wed Nov 13, 2019 6:00 am
- Forum: Programming
- Topic: Rename multiple series using string functions
- Replies: 4
- Views: 7633
Re: Rename multiple series using string functions
Dear Gareth, Unfortunately your solution only works when applied to the example I gave, but not when I try it within a group, in other words: %strname= "env_air_gge__airemsect_crf1_6x4_memo_airpol_ghg_freq_a_geo_lu_unit_ths_t" @instr(%strname, "airemsect_") will give me the desir...
- Tue Nov 12, 2019 8:10 am
- Forum: Programming
- Topic: Rename multiple series using string functions
- Replies: 4
- Views: 7633
Rename multiple series using string functions
Dear EViews community, I am fetching series from eurostat that end up having long names. Example: wfcreate a 1985 2017 fetch(d=eurostat) env_air_gge__airemsect=crf1-6x4_memo.airpol=ghg.freq=a.geo=lu.unit=ths_t env_air_gge__airemsect=crf1-6xmemo.airpol=ghg.freq=a.geo=lu.unit=ths_t env_air_gge__airems...
