You are viewing limited content. For full access, please sign in.

Question

Question

two separate variable merge in one column for reporting

asked on September 24

Hi, 

I have Laserfiche form process where i created two different variable and both are single line field and label name are same. Now i want to merge both variable in single column for generate custom report of that process but i couldn't done so far. Please assist me how i do this. 

Process Name: ABC

Two Variable of single line field

Contract_Note_Number 

Amendment_Note_Number 

 

Best Regards,

Abhishek 

0 0

Answer

SELECTED ANSWER
replied on September 29

You are welcome.  Can you mark the post as Answered please?

0 0

Replies

replied on September 24

You can use a concatenate formula in a separate single line field to merge the two variable values.

=CONCATENATE(Contract_Note_Number_,Amendment_Note_Number_)

 

If you want to add a space or dash you can do this: 

=CONCATENATE(Contract_Note_Number_," ",Amendment_Note_Number_)

0 0
replied on September 28

Thank you! It works.

0 0
SELECTED ANSWER
replied on September 29

You are welcome.  Can you mark the post as Answered please?

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.