Using decimal/thousand seperator in Calculation fields
-
I am using a calculation field that Returns something like that:
if(fieldname37+fieldname38 > fieldname29) return "Important: The needed Volume is a least " + prec(fieldname48,2) + " ml!";That works so far, but:
Even I set the decimal seperator as “,” and the thousands seperator as “.”, the Output of the Expression
prec(fieldname48,2)
is for example 136.00.How can I Output 136,00?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Using decimal/thousand seperator in Calculation fields’ is closed to new replies.