Absolute value

Hi,

Is there a function to find the absolute value in ODK? Or any work around?

Thanks,
Sanjeev

In XLSForm syntax, you can use: if( condition, then_value, else_value)

i.e.,

if(${field}<0,-${field},${field})

ยทยทยท On Wed, Aug 7, 2013 at 4:15 PM, wrote:

Hi,

Is there a function to find the absolute value in ODK? Or any work around?

Thanks,
Sanjeev

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com