Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all
I use a aggregaterow with lis(object) as function for all my attributs
But I get : Warning:the operation 'list_object' for the output column 'columnname' can't be processed because of incompatible input and/or output types
My input and ouput use the same referentiel which is composed by only string column
What's the reason of this error ?
My input
A;toto;test
B;titi;
A;;test2
B;ok;yes
My expected ouput
A;toto;test test2
B;titi ok; yes
Thank you
I have to use List and not list(object). When I have 2 values, it will be spearated by a ,
Sorry for my post
I have to use List and not list(object). When I have 2 values, it will be spearated by a ,
Sorry for my post
What is your exact requirement, because the output you want to achieve can also be done by tdenormalize.