Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

transform

Hi Guys,

Please help me to transform this table:

change book1 to book 2

Thanks

1 Solution

Accepted Solutions
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

Use Generic load.

Data:

Generic LOAD

           Ceil((Rowno()/3)) AS Rowno,

          @1,

     @2

FROM

C:\Users\Celambarasan\Desktop\Book1.xls

(biff, no labels, table is Sheet1$);

Script is based on your excel and qvw attached for your reference.

Regards,

Celambarasan.

View solution in original post

2 Replies
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

Use Generic load.

Data:

Generic LOAD

           Ceil((Rowno()/3)) AS Rowno,

          @1,

     @2

FROM

C:\Users\Celambarasan\Desktop\Book1.xls

(biff, no labels, table is Sheet1$);

Script is based on your excel and qvw attached for your reference.

Regards,

Celambarasan.

Not applicable
Author

Hi,

Thanks for replying,

I can not load Biff . Do you have any idea?

Thanks