Freshman
Registered User.
- Local time
- Today, 21:11
- Joined
- May 21, 2010
- Messages
- 437
Hi all,
In the data below I'd like to display only the ComboCode where both Cnt values are not null.
In the example only the 2 "Combo4" rows must display and nothing else.
"Is not null" as criteria for Cnt will not do the job
ComboCode Cnt
Combo1
Combo1 3
Combo1
Combo2 3
Combo2
Combo3 3
Combo3
Combo4 2
Combo4 3
I've also attached the db sample
Thanks
Pierre
In the data below I'd like to display only the ComboCode where both Cnt values are not null.
In the example only the 2 "Combo4" rows must display and nothing else.
"Is not null" as criteria for Cnt will not do the job
ComboCode Cnt
Combo1
Combo1 3
Combo1
Combo2 3
Combo2
Combo3 3
Combo3
Combo4 2
Combo4 3
I've also attached the db sample
Thanks
Pierre