Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Stambia versions 2.x, 3.x, S17, S18, S19 and S20 are reaching End of Support January, 15th, 2024. Please consider upgrading to the supported Semarchy xDI versions. See Global Policy Support and the Semarchy Documentation.

The Stambia User Community is moving to Semarchy! All the applicable resources have already been moved or are currently being moved to their new location. Read more…

Topic-icon Question Structure conditionnelle

More
07 Jun 2018 15:02 #1 by nada
Structure conditionnelle was created by nada
Bonjour ,

Je veux effectuer une transformation sur un champ de mon mapping en fonction de sa valeur et sa taille .

if( field.SIZE == 10 ) then {Action}
if( field == Value ) then {Action}

comment écrire celà dans l'Expression editor ??
More
07 Jun 2018 15:06 #2 by Thomas BLETON
Replied by Thomas BLETON on topic Structure conditionnelle
Pour ce faire, utilisez simplement le langage SQL de la base sur laquelle l'expression sera évaluée :)
Cela peut être par exemple avec des CASE WHEN, combiné avec des LENGTH()... voyez la doc de votre SGBD pour connaître les fonctions disponibles.