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

Cross Table Mis-Behaviour

Hi All,

             Is there any possiblity to do the without change the data format and pull into qlikview.(Only this data).

Note: Qlikview basic Cross Table Format method.( I am aware of qlikview Cross table data load).

Regards,

Ravi.

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Not very nicely formatted but here goes:

CrossTable(YearMonth, Data)

LOAD F1 as Type,

     [40969.000000],

     [41000.000000],

     [41030.000000],

     [41061.000000]

FROM

Test.xlsx

(ooxml, embedded labels, table is Sheet1, filters(

Remove(Row, RowCnd(CellValue, 2, StrCnd(null))),

Transpose(),

Remove(Row, RowCnd(CellValue, 2, StrCnd(null))),

Transpose()

));

Had to transpose to remove unwanted columns and then transpose back

View solution in original post

5 Replies
Anonymous
Not applicable
Author

Not very nicely formatted but here goes:

CrossTable(YearMonth, Data)

LOAD F1 as Type,

     [40969.000000],

     [41000.000000],

     [41030.000000],

     [41061.000000]

FROM

Test.xlsx

(ooxml, embedded labels, table is Sheet1, filters(

Remove(Row, RowCnd(CellValue, 2, StrCnd(null))),

Transpose(),

Remove(Row, RowCnd(CellValue, 2, StrCnd(null))),

Transpose()

));

Had to transpose to remove unwanted columns and then transpose back

deepakk
Partner - Specialist III
Partner - Specialist III

hi Ravi,

You can use the basic Cros table load for this. What's the issue in using the cross table ?

Deepak

Not applicable
Author

Hi Johannes,

                   Thanks and it works!, That was i am looking for that. Great Job!.

Hi Deepak,

                Please try and you wil come to know on that data.

Regards,

Ravi.

deepakk
Partner - Specialist III
Partner - Specialist III

hi Ravi,

I tried in a normal way and it seems to be working fine. I am using QV 9 SR7

I have attach a sample application and data from the pivot table.

Thanks for your time.

Deepak

Not applicable
Author

HI Deepak,

                 We are using QV11 SR1, it doesn't work as it in QV 9 SR7. Because it is a very simple workaround but it doesn't work in QV11. Thanks for your workaround on it. Otherwise try it in QV11 and let me know.

Deepak, i mentioned in my earlier post, we should not to change data format.

Regards,

Ravi.