Thank you for your reply. It worked with the following code ({if(A5=='A1','P' + DateFieldA,'')})but I have another issue.
One of the fields that I am using for the concatenation is date/time (DateFieldA) where I don't need/use the time and the format of the field is "dd-mm-yyyy". On the selection of the field the value is displayed correctly e.g. 27/03/2017 but when I use it to the other field as part of the concatenation the format that is being displayed on the result is as follows: "2017-03-09 00:00" How can it be displayed exactly as it is on the original field and with no time e.g. "dd-mm-yyyy"? Can I use format on the concatenation?
Thank you.
One of the fields that I am using for the concatenation is date/time (DateFieldA) where I don't need/use the time and the format of the field is "dd-mm-yyyy". On the selection of the field the value is displayed correctly e.g. 27/03/2017 but when I use it to the other field as part of the concatenation the format that is being displayed on the result is as follows: "2017-03-09 00:00" How can it be displayed exactly as it is on the original field and with no time e.g. "dd-mm-yyyy"? Can I use format on the concatenation?
Thank you.