hi guys, today i have new simple Q for those work with summary/group by things, i’ve been doing lot of tests and reached good idea about them so far…
i have 8 fields, group by field1 all fine - this field one is showing e.g. 10 records “YES” and 5 Records “NO”
now how i can make another group by and exclude the “NO” from the rest of the groupBy rules?
make sense? only records YES can apply to the next groupBy rules, if i just change the group-by view it will show them anyway…
more info: say you have 15 records, for people that are available/not available somewhere… now if this field is YES = available, then the other groupBy rules will make sense, as they talk about those available people in details… but if Not avavilable? why should i keep having in summary those “No” values and a “-” for their count for nothing…
group by more than one field is disaster, didn’t work as i expected, any other hint?