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

Subcolumn in table

Hi,

Do you know how possible combine columns as described below? (Straight table or Pivot table)


Capture.JPG.jpg

6 Replies
whiteline
Master II
Master II

Hi.

You can use PIVOT table to show such structure.

its_anandrjs
Champion III
Champion III

You can use combination of Straight table and Pivot table.

Not applicable
Author

Create a dummy field for a dimension which incorporates the key differentiator of the "column group", use this field to create the split you require above.

Roop
Specialist
Specialist

Omit the first 2 rows and then work from there. Work with the columns as opposed to the headers.

Not applicable
Author

Im also curious on how this can be done. Can anyone post a sample? Thanks in advance!

Roop
Specialist
Specialist

I think that this is what you require:

TableDesc:

LOAD

     A as Column1,

     B as Column2,    

     C & D as Column3_Concatenated_Together,    

     E as Column4

FROM junk.xlsx (ooxml, no labels, header is 2 lines, table is Sheet1);