Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Bonjour,
Je rencontre un souci de mapping
En effet, j'importe un nombre et je désire le mettre en format texte mais impossible, pourtant ma table de mapping est ok je pense, la voici :
MapREFarticle:Mapping LOAD * INLINE [From, To
42001C, 42001C PFV6SMS28FRV7, 6SMS28FRV7 PFV5370, 5370 PFV5483, 5483 PFV5484, 5484 PFV5486, 5486 PFV5490, 5490 PFV5609, 5609 PFV111881, 111881 PFV111884, 111884 PFV112005, 112005 PFV131142, 131142 PFV1219634, 1219634 PFV
];
...
ApplyMap('MapREFarticle',TEXT([Ref article])) as [Ref article],
Par exemple le chiffre 5609 ne se transforme pas en 5609 PFV
Pourquoi ?
Merci beaucoup
Cordialement
@lebontuyau est ce que tu as testé sans Text()
like :
si tu veux l’interpréter comme un text tu peux par exemple faire ;
MapREFarticle:Mapping LOAD * INLINE [From, To42001C, 42001C PFV6SMS28FRV7, 6SMS28FRV7 PFV5370, 5370 PFV5483, 5483 PFV5484, 5484 PFV5486, 5486 PFV5490, 5490 PFV5609, 5609 PFV111881, 111881 PFV111884, 111884 PFV112005, 112005 PFV131142, 131142 PFV1219634, 1219634 PFV];
Data:
load ApplyMap('MapREFarticle',''&([Ref article])) as [Ref article] inline [Ref article5609];
résultat :