Concatenating the values in previous text field in a current field

Hi

I want to concatenate 2 strings taken as text type whose values have been
filled in the previous questions.

I am able to do it in the label(${field1}${field2}) of the field, but not
able to get it as a value in the text field of the current one.

Example
Field1 First Name - abc
Field2 Last Name- xyz
Field 3 Full Name - Desired Result(abcxyz)

Please help me out with this.

Jaitin,

Add a calculate attribute to full name where
calculate="concat(${first}, ' ',${last})".

Yaw

··· -- Need ODK services? http://nafundi.com provides form design, professional support, custom reporting, and software development for ODK.

On Sun, Sep 8, 2013 at 8:11 AM, Jatin Thapar jatin10033@iiitd.ac.in wrote:

Hi

I want to concatenate 2 strings taken as text type whose values have been
filled in the previous questions.

I am able to do it in the label(${field1}${field2}) of the field, but not
able to get it as a value in the text field of the current one.

Example
Field1 First Name - abc
Field2 Last Name- xyz
Field 3 Full Name - Desired Result(abcxyz)

Please help me out with this.

--

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.

I would like to thank you so much Yanokwa. I will set code and see on display then let you know if two texts are separated now.

Have a good day