Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have source data as below image (A) and I would like to turn the source data into qlikview format as below image (B).
Any idea how make the qlikview table into that format (B)?
Thanks
hi
you'll need to load the table in two steps
something like
Data:
Crosstable(Type,Amount,2)
Load Product,
ProductCode,
Unit,
Value
from SourceTable;
join(Data)
Crosstable(Type,Budget,2)
BudgetUnit,
BudgetValue