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

combining the fields

Hi All,

i want to combine 4 columns( F, G, H, I) with 120 lines

to single 1 column with 480 lines

How can i do this

Thanks a lot

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hm, sounds like you want to do something like this:

Load

     Field1,

     Field2,

     etc,

subfield(DS_DELAY_SUB_CODE_1 & ';' & DS_DELAY_SUB_CODE_2 & ';' & DS_DELAY_SUB_CODE_3 & ';' & DS_DELAY_SUB_CODE_4, ';') as DS_DELAY_SUB_CODE

From EXCELFILE.....

View solution in original post

3 Replies
Anonymous
Not applicable
Author

Hm, sounds like you want to do something like this:

Load

     Field1,

     Field2,

     etc,

subfield(DS_DELAY_SUB_CODE_1 & ';' & DS_DELAY_SUB_CODE_2 & ';' & DS_DELAY_SUB_CODE_3 & ';' & DS_DELAY_SUB_CODE_4, ';') as DS_DELAY_SUB_CODE

From EXCELFILE.....

Not applicable
Author

thank you very much

Not applicable
Author

can you also help me about this subject i want to have subfileds  without '?' marks

is it possible or is there an easy way