In this short examples I have the following series:
btvi101s
btvi101t
btvi102s
btvi102t
binv101s
binv101t
binv102s
binv102t
the names of the series is constructed of the industry the series pertains to, what question and what series (eg seasonally adjusted, trended etc). As PX-Webb is constructed, on the web you choose which of these combinations you want to get, and for what time and then download in your favorite format. To be able to create the PX-files we need to export the data in the following format:
Code: Select all
title
variable1;variable2;variable3;data
value1-1;value2-1;value3-1;cell-1
value1-1;value2-1;value3-2;cell-2
…
value1-n;value2-m;value3-l;cell-nml
Code: Select all
Manufacturing
Industry;question;series;data
btvi;101;s;47;34;23
btvi;101;t;44;32;35
btvi;102;s;21;29;45
btvi;102;t;22;27;39
binv;101;s;47;34;23
binv;101;t;44;32;35
binv;102;s;21;29;45
binv;102;t;22;27;39