Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How I can Tranform a Excel Data

Hi all,

I´m new in Qlickview and I have a Excel File with Budget by unit, but the format is something like this

Group_Code     Item_Code     Jan     Feb     Mar     Apr

     a0001          XXXXXX          20       15      25       32

 

I ned this in other format:

Group_Code    Item_Code    Month     Quantity

     a0001         XXXXXX         Jan            20

     a0001         XXXXXX         Feb           15

I ask how I can do this? .

I appreciate your Help

1 Solution

Accepted Solutions
Not applicable
Author

something like:

crosstable(month, quantity, 2)

load group_code

       item_code

       jan

       feb

       mar

       apr

from ...

View solution in original post

11 Replies
Not applicable
Author

something like:

crosstable(month, quantity, 2)

load group_code

       item_code

       jan

       feb

       mar

       apr

from ...

Not applicable
Author

Thamks a lot....

Now it´s working fine....

I appreciate your help...

swatitomar
Contributor III
Contributor III

heyy hiii

Is there any other way to transform the data, other thn crosstable

Anonymous
Not applicable
Author

Try to load data in following way, thhis will also transform it.....

Directory;

LOAD Group_Code,
    
Item_Code as Month,
   

FROM
check.xls
(
biff, embedded labels, table is [Sheet1$]);

concatenate

LOAD Group_Code,
    
Item_Code,
   Feb as Month

FROM
check.xls
(
biff, embedded labels, table is [Sheet1$]);

Regards

Nitin

swatitomar
Contributor III
Contributor III

Thank u Sir .....

For this we have to load the data 12 times for each month..

Sir is dis is the best way to transform the data..

Anonymous
Not applicable
Author

If data size is huge , then it has to be done otherwise crosstable is there,

or use any etl process for transformation...

swatitomar
Contributor III
Contributor III

Okk Sir...  thank you for the question and ans also..

Anonymous
Not applicable
Author

maine kaunsa ques poocha???????

swatitomar
Contributor III
Contributor III

prince se pucha tha kl