Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a problem with a variable with comma. I sum a field with the variable, but decimal not sum
See the image in the exemple!
HELP!
Robert
hi,
probabaly in the number tab u should set number as number format settings and give the format pattern #,##0.00. and use . as a separator for decimal and , as a separator for thousand
thanks
I solve.
SUM([Costo FDL]) + num('$(MP)', '#.##0,00')