Hello Experts
I'm working with report. I have a situation similar to classic
ID - EXTID - VALUE
1 - 1 - Val1
2 - 1 - Val2
I need to concatenate values
( Final result : 1 - Val1, Val2 )
using SQL 2 CDS tool (then I will traslate it in FetchXML);
I tried WITH CTE, FOR XML PATH, with no luck
How can I complete this task?
Thanks