
ASCIIOutput('\\tm1server\Data\Extract.csv', Vyear, scenario, channels, product, type, measure, Vmonth, Value);
Thanks!
Kbogies
Code: Select all
m1 m2 m3
a b c 10 20 30
b c a 15 5 35
Code: Select all
M1 = Cellgen(year, scenario, channels, product, type, 'measure1', month);
M2 = Cellgetn(year, scenario, channels, product, type, 'measure2', month);
M3 = Cellgetn(year, scenario, channels, product, type, 'measure3', month);
etc
Code: Select all
ASCII Output('somefile.csv', Year, scenario, channels, product, type, Vmonth , M1 , M2 , M3 );