Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I'm load from multiple .txt tables.
Table A :
Table B :
Table C:
Made the expression for Table C:
IF([RowNr=001, [ArtInfo]) as [Artinfo1]
IF(RowNr=002, [ArtInfo]) as [ Artinfo2]
Table gets loaded:
Row1: [Deltakey][Article][Artinfo1][Blank]
Row2: [Deltakey][Article][Blank][Artinfo2]
How do i get artinfo1 & artinfo2 in the same row?