Filtering on one table and performing countDistinct on field in related table

Posts   
 
    
Posts: 8
Joined: 27-May-2011
# Posted on: 20-Jul-2011 20:38:11   

What is the best way to be able to dynamically add filters on 3 or more fields and also perform a CountDistinct aggregate on a field in a related table?

Is there also a way to do this, using the expression syntax to get a scalar with the dataAccessAdapter?

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 21-Jul-2011 05:03:12   

This is described in Field expressions and aggregates.

David Elizondo | LLBLGen Support Team