Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
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])