Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
stjernvd
Partner - Creator
Partner - Creator

Set Analysis Aggr Function

I need to apply set analysis to this function, so that no other selection for Source or Destination1 will change the table.

=Aggr(Count(DISTINCT(Source)),Destination1)

How do I do that?

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Try

=Aggr(Count({<Source=, Destination1= >} DISTINCT(Source)),Destination1)

View solution in original post

3 Replies
swuehl
MVP
MVP

Try

=Aggr(Count({<Source=, Destination1= >} DISTINCT(Source)),Destination1)

sunny_talwar

Or this:

=Only({<Source, Destination>}Aggr(Count(DISTINCT{<Source, Destination>} Source),Destination1)

raman_rastogi
Partner - Creator III
Partner - Creator III

=Aggr(Count({<Source=, Destination1=,Date=,X= >} DISTINCT(Source)),Destination1)

Put Fields =, in your set analysis