Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi im trying to get the same result as this formula when i select excluded SiteID=9999
sum(AGGR(Count(DISTINCT SiteID),TransportAssignmentID))
i tried this but it wouldnt help
sum({$<SiteID =-{9999}>}AGGR(Count(DISTINCT SiteID),TransportAssignmentID))
Try this may be:
Sum({<SiteID =-{9999}>}Aggr(Count(DISTINCT {<SiteID =-{9999}>} SiteID),TransportAssignmentID))
Try:
sum(AGGR(Count({$<SiteID -= {9999}>} DISTINCT SiteID),TransportAssignmentID))
- Marcus
Try this may be:
Sum({<SiteID =-{9999}>}Aggr(Count(DISTINCT {<SiteID =-{9999}>} SiteID),TransportAssignmentID))