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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
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!