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: 
ramrongala
Contributor II
Contributor II

How to show customer having more then One product in text object and pivot table

Hi Guys,

i have one query

requirement:: how many customers having more then one product(ie in screen shot Vinod and Murthy having one product so we need obey those 2 names)

Total customers =13

Based on our requirement  Total customers =11

Here is the screen shot:

products.png

I also attached QVW please help on this its  urgent merriment  

1 Solution

Accepted Solutions
sunny_talwar

Try this

Count({<[CUST NAME] = {"=Count(DISTINCT [PRODUCT NAME]) > 1"}>}[PRODUCT NAME])

View solution in original post

1 Reply
sunny_talwar

Try this

Count({<[CUST NAME] = {"=Count(DISTINCT [PRODUCT NAME]) > 1"}>}[PRODUCT NAME])