Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys, i am having trouble with this data,
My table is like this. how to work on it to get fields like this "jan 2014 actual" , "jan 2015 Actual , "jan 2015 Budget".
Does this help?
LOAD Units,
F2 as Year,
F3 as Category,
CCJ,
PVT,
MDCLG
FROM
[https://community.qlik.com/thread/168199]
(html, codepage is 1252, embedded labels, table is @1, filters(
Replace(8, left, StrCnd(null)),
Transpose(),
Remove(Row, Pos(Top, 2))
));