By justin3 on
I'm trying to create a view that will display several different node types, but will only display the 'story' nodes when there are comments. I can filter the types and comment count easy enough, but how to filter the comment count only for the stories. Something like, if type == story && comment count != 0... but where to put it? as an argument?
Views is so awesome I'm sure this is possible, but just not sure how to implement it.
much thanks.