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: 
Anonymous
Not applicable

Aggregate fields for specific value in one field

Hi all,

In my QlikView document I load customers and addresses. Sometimes customers do have more then one address.

The usual data display would be:

CustomerAddress
CUSTOMER1ADRESS1
CUSTOMER1ADRESS2

I would like to display the data as following:

Header 1Header 2
CUSTOMER1ADRESS1, ADRESS2

Any thoughts on this?

Kind regards,

Henco

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Try a

=concat(Address, ', ')

e.g. in a table chart.

Regards,

Stefan

View solution in original post

2 Replies
swuehl
MVP
MVP

Try a

=concat(Address, ', ')

e.g. in a table chart.

Regards,

Stefan

Anonymous
Not applicable
Author

Thanks a lot Stefan!