Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.....
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.....
thank you very much
can you also help me about this subject i want to have subfileds without '?' marks
is it possible or is there an easy way