Calculate Field ?

Confluence User - 29 Aug, 2015

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.

calculate_field;form;userviews

2


01 Sep, 2015
confluenceUser
confluenceUser

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.

03 Sep, 2015
confluenceUser
confluenceUser

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#

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print