I'm trying since yesterday to use the function (A * B), very simple like operation, but it does not work. Any help! thank you.
Add the following two additional steps String operations
and Select Values
to the same ktr.
In String Operations
step do the following configurations.
And in Select values
step use the below mentioned configurations in Meta-data tab.
And Finally in Calculator
step you can use the value type as BigNumber
and a conversion mask #.#
for your new field Total
.
P.S
There was a leading space in fields Prix
and Ventes
that had to remove using String operations
step. That's why it failed in multiplication.