Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Erreur Script:
if( [VenteLigne. Article Code]='201101',[VenteLigne. Montant]+([VenteLigne. Qté]*23,77) , [VenteLigne. Montant]),
Remarque: le problème dans le montant 23,77
Hi,
try to use dot instead of comma
if( [VenteLigne. Article Code]='201101',[VenteLigne. Montant]+([VenteLigne. Qté]*23.77) , [VenteLigne. Montant]),
then, this is a part of a snippet, isn't it?
The comma at the end is wrong too, it might be replaced with a semicolon ; (but it depends if this is a part of script).
Let us know if it solves your issue.
S.
J'ai déjà tester le . ça ne marche pas/
Hi,
why have you a comma at the end of your script?
if( [VenteLigne. Article Code]='201101',[VenteLigne. Montant]+([VenteLigne. Qté]*23.77) , [VenteLigne. Montant]),
And then, tell us more about the formula: the problem is iin load script? Can you attach the log file? It's in a chart? If in a chart, [VenteLigne. Article Code], [VenteLigne. Montant] and ([VenteLigne. Qté] are columns labels or fields?
S.
Should there really be a space in those column names?