If condition passes, convert decimal to scientific e nation
-
“fieldname1” is my calculated value field.
If this number is more than 8 digits, convert it to scientific e notation otherwise show it in normal form.if i use this formula: Number(fieldname1).toExponential();
It converts all value. But I want to do it only if pass the condition.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘If condition passes, convert decimal to scientific e nation’ is closed to new replies.