How to find square in odk through excel sheet?

Hi all,

I would like to know how to find powered (n power n - 3 power 3 = 27) value in odk through excel sheet. Generally in excel this can be achieved by COL1^3. I just want to know how to do this in ODK. I have listed what I tried so far..

  • ${value_1} ^ '2'
  • ${value_1}^2
  • ${value_1}pow'2'

Thanks for the help..

Regards
Balakrishnan

Balakrishnan,

See http://opendatakit.org/help/form-design/binding/

pow(${value_1}, 2)

Yaw

ยทยทยท -- Need ODK services? http://nafundi.com provides form design, server setup, professional support, and software development for ODK.

On Mon, Jun 23, 2014 at 2:35 AM, bala2920@gmail.com wrote:

Hi all,

I would like to know how to find powered (n power n - 3 power 3 = 27) value in odk through excel sheet. Generally in excel this can be achieved by COL1^3. I just want to know how to do this in ODK. I have listed what I tried so far..

  • ${value_1} ^ '2'
  • ${value_1}^2
  • ${value_1}pow'2'

Thanks for the help..

Regards
Balakrishnan

--

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/d/optout.

Hi Yaw Anokwa,

Thanks for pointing out.. really missed the line.

Thanks again

Cheers
Balakrishnan.R