Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a table like this :
so in the selection i can just select one SITE_NAME,however i want to select two SITE_NAME in the above example source 'CNA2' and destination 'Plateforme..4
to make the idea more clear i want to display in the load script >=0 OR < 0
i split a table into two tables in the load piece and piece2
but in loading i got
Piece2 recoreds are more than PIECE that is anormal
can you help me please
briefly i took the some script load of the table MVT_PIECE_SITE_ALL and add the condition >0
and i put another one named piece2: with a condition <0
i linked the two table with bello key
PIECE:
VCRNUM as Piece
piece2:
VCRNUM as Piece
i got the result but the informations is not correct,
the problem is solved,it was not a technical issue