Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[tos4] taggregaterow : function list_object : incompatible input and/or output types ?

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

 

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

I have to use List and not list(object). When I have 2 values, it will be spearated by a ,

 

Sorry for my post

View solution in original post

2 Replies
Anonymous
Not applicable
Author

I have to use List and not list(object). When I have 2 values, it will be spearated by a ,

 

Sorry for my post

Prakhar1
Creator III
Creator III

What is your exact requirement, because the output you want to achieve can also be done by tdenormalize.