1
0
-1

The 3 fields should be concatinated (added) in the Calculate field.

I have added by using Calculate field ID's but, it is taking the numbers only.

Like 201A535 is Printing as 2010535. It is placing '0' instead of 'A'

I need to get the alphabets too along with numbers.
If hash variables are helpful for this problem please suggest the specific HashVariables.

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      I think you want to concatenate string instead of doing arithmetic calculation. You can try to use form hash variable.

      #form.tablename.field1# #form.tablename.field2# #form.tablename.field3#

      and put it in "value" field.

      1. HariBabu

        Hi Hugo, I have concatenate as like below. but while saving it is taking the hash variables to save but not its values for saving. my table name ="test"; variables=(one,two). Is there any other which I need to do. #form.test.one# #form.test.two#

      CommentAdd your comment...