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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Franz3
Contributor III
Contributor III

tsort row without group by column

Hi,
i want to do a group by in my flow and to use tAggregateRow,
problem is i don't want the group by column to be in the output, is it possible?

And i would like to know if the concatenation is possible rather than liste in the fonctions

Labels (2)
2 Replies
Anonymous
Not applicable

Hi,
problem is i don't want the group by column to be in the output, is it possible?

Could you please elaborate your case with an example with input and expected output values?
Best regards
Sabrina
Franz3
Contributor III
Contributor III
Author

OK.
Column1;Column2;Column3
Max(Column1)group by Column3;Max(Column2) group by Column3