Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Text values in Pivot chart

Hi, everybody!

I have a problem. It seems to be very simple, but i've got no solve.

I'll try to explain:

I got 2 tables - customer list and table with different contact and address text values. Key is CustomerID. I trying to make Pivot chart with dimension - CustomerName and expression - ContactInfo(contacts&address)

Customers:

CustomerIDCustomerName
1A
2B
3C

Contacts:

CustomerIDContactInfo
1email@a.com
1+438534593459
2email@b.org
2Moscow, blablabla street
3+545458339423
2+(968)56324564
3ccc@wtf.net
1Paris, champs elysee, 13

I want to make something like this (with grouping by Customer):

CustomerContact Info

email@a.com
+438534593459
Paris, champs elysee, 13
Bemail@b.org
Moscow, blablabla street
+(968)56324564
C+545458339423
ccc@wtf.net

But get only this:

CustomerContact Info
Aemail@a.com
Bemail@b.org
C+545458339423

or just empty chart.

What should i do with my expression or with something else?

1 Solution

Accepted Solutions
Gysbert_Wassenaar

See attached example


talk is cheap, supply exceeds demand

View solution in original post

3 Replies
Gysbert_Wassenaar

See attached example


talk is cheap, supply exceeds demand
Not applicable
Author

Could you share your qvw?  Are all those entries for contact info somehow linked to the customer in your data set?

Not applicable
Author

Great Solution! Simple! And very simple) I spend fifteen minutes to understand how did you hide expression field)))