Hi All,
Here is a trick problem. Iam having trouble to hide the whole group section. Using CR 8 ver
when the following case occurs.
In have 5 fields
unit, category, col1,col2,col3.
A unit can have one or more than one category
Category as col1, col2,col3
col1, col2, clo3(results as 3types of flag--F,U and N)
Tricky part is:
I will have to hide the whole unit group when either col1, col2,col3 results as 'F' more than once for any one category of that unit. Below is sample
what iam doing is
1st grouping is done on unit
2nd grouping is done on category
and Iam underlying group1 and group2
unit category col1 col2 col3 //PH
100 cat1 F F N
cat2 U F U
cat3 u u u
// I need to hide or filter the whole group since col1,col2,col3 for cat1(category) results as 'F' more than once
200 cat3 u N u
cat4 u F N
// don't hide this
Thanks in Advance any help provied,
Sweetie pie
Here is a trick problem. Iam having trouble to hide the whole group section. Using CR 8 ver
when the following case occurs.
In have 5 fields
unit, category, col1,col2,col3.
A unit can have one or more than one category
Category as col1, col2,col3
col1, col2, clo3(results as 3types of flag--F,U and N)
Tricky part is:
I will have to hide the whole unit group when either col1, col2,col3 results as 'F' more than once for any one category of that unit. Below is sample
what iam doing is
1st grouping is done on unit
2nd grouping is done on category
and Iam underlying group1 and group2
unit category col1 col2 col3 //PH
100 cat1 F F N
cat2 U F U
cat3 u u u
// I need to hide or filter the whole group since col1,col2,col3 for cat1(category) results as 'F' more than once
200 cat3 u N u
cat4 u F N
// don't hide this
Thanks in Advance any help provied,
Sweetie pie