Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
omid5ive
Creator II
Creator II

count held in common value

hi

i have a table like below

vendorproject
A1
B2
A3
C4
C5
D6

i want to know that ho many of my vendor work on more than one project; in this case in text box i need to see 2 because A and B work on more than one project

what should i do?

1 Solution

Accepted Solutions
shiveshsingh
Master
Master

try this in your textbox

=Count({<vendor={"=count(project)>=2"}>}distinct vendor)

View solution in original post

1 Reply
shiveshsingh
Master
Master

try this in your textbox

=Count({<vendor={"=count(project)>=2"}>}distinct vendor)