Hi,
We are using pro v8.5 in our organisation. I am trying to concatenate 2 fields from Java object to display on the grid, However the below logic is returning empty on the Grid screen. I am trying to concatenate supervisorFirstName and supervisorLastName
{ title: "Supervisor", pq_fn:{dataIndx: 'CONCATENATE(supervisorFirstName,supervisorLastName)'}, minWidth: 100,maxWidth: 400, align: "center" }
I used the below link as reference:
https://paramquery.com/forum/index.php?topic=3821.0Not sure, if I am missing anything here, any help would be much appreciated.
Thanks,
Syed