Display rows with count greater than 1 - ForumTopics.Com
You would need to add your count measure object to the where clause of the query and set it to return values greater than 1. Adding the count measure object to the query filter will generate the having clause. In SQL, your query would look like this selec...