Concatenate 2 properties in Report Definition

Hi,

I have a page CustomerDetails in my pyWorkPage which holds two properties CustomerFirstName and CustomerLastName

I have a table with a source as a report definition. The table should display a column CustomerName which is ("CustomerFirstName" + “CustomerLastName”) as its value

Is concatenation possible in Report Definition?

Hi @PoojaPalla- Yes it is possible. You can use Concatenate report function.

Please note that the results of function will be available in a embedded page (like pyTextValue).

Thanks.

Hi @ArulDevan,

Thanks for your response and time. Your suggested approach is working.

In Edit Columns of Report Definition

In Column Source, click on the “fx”(calculation builder) button and search for concatenation