Question
Not able to used a function property of a Report Definition in a section
Hi,
I'm using function builder of a RD to concatenate first name and last name and want to show the output of this in a section in a repeat grid whose source is that RD.
When i try to give the column value as "@@pxConcatenate(ServiceRequest.Contact.FirstName,ServiceRequest.Contact.LastName, )" and try to save this I got the following error "Cells in a Row—
** "@@pxConcatenate(ServiceRequest.Contact.FirstName,ServiceRequest.Contact.LastName, )" is not a valid property"
Can anyone let me know how to add this in the section?
Thanks,
Rohit Sharma
Hi,
Once you have used function in RD to concatenate the values, use formatted text control for the column and refer a property and in value choose another property's value and use ".pyTextValue(<sequencenbr>).
sequencenber is the function number in RD. If there is only 1 function, then value 1 should give you the concatenated result.
Regards,