SNAPSHOT_v13.0d_2021-09-21/Enterprise Deployment
Oracle db
Hello, I'm trying to use the concat summaryFunction, ie:
USER_PERMISSION_NAME is an includedFrom field, while ROLE is a customSelectExpression field.
For USER_PERMISSION_NAME I obtain a working LISTAGG, while for ROLE I get a CONCAT(ROLES.ROLE) AS ROLE which obviously doesn't work, so I'm wondering if the concat summary function is supported for a customSelectExpression field.
Oracle db
Hello, I'm trying to use the concat summaryFunction, ie:
Code:
<summaryFunctions> <ROLE>concat</ROLE> <USER_PERMISSION_NAME>concat</USER_PERMISSION_NAME> </summaryFunctions>
For USER_PERMISSION_NAME I obtain a working LISTAGG, while for ROLE I get a CONCAT(ROLES.ROLE) AS ROLE which obviously doesn't work, so I'm wondering if the concat summary function is supported for a customSelectExpression field.
Comment