Question
Publicis Sapient
IN
Last activity: 27 Jan 2023 3:30 EST
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?
***Edited by Moderator Marije to change type from Pega Academy to Product***
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.