on 2024 Jul 29 3:12 PM
In the GRPO document, I have the following user-defined fields (UDFs) at the row level:
Hi
Try this solution:
SELECT
STRING_AGG(T1.U_MKTR_REMARKS, '; ') AS DisplayRemarks
FROM
OPDN T0
INNER JOIN PDN1 T1 ON T0.DocEntry = T1.DocEntry
WHERE
T1.U_MKTR_QUALITYRESULT = 'R'
AND T0.DocEntry = $[$8.DocEntry.0]
GROUP BY
T0.DocEntry
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
109 | |
8 | |
5 | |
4 | |
4 | |
4 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.