Concatenate field

How do we add the field name to the URL string for our calculated field?

I found the option to create a calculated field, but it wouldn't let me concatenate text and a field.

I found the concatenate function, but it only lets me concatenate two fields, not text.

How do I concatenate the text "http://www.example.com/view.html?caseref=" to the field [CASE_REFERENCE].


You can do by creating a calculated field that just returns the "base URL":

Concatenate field


Then use the "Concatenate Columns" advanced function to append the field:

Concatenate field


The result will show the concatenation of the base URL and the field data:

Concatenate field


Thanks,
Steve

Is this article helpful?
0 0 0