AlexN
Registered User.
- Local time
 - Today, 12:54
 
- Joined
 - Nov 10, 2014
 
- Messages
 - 302
 
Hi everyone again,
I have a table with some data, the kind showing in the following image:
		
		
	
	
		
	
I want to query (or whatever else needed) this table and get the groups having same number of members the way shown below:
                                       
I also want this to be able to change dynamically as data in table does. Is it doable?
Thank you all in advance
 I have a table with some data, the kind showing in the following image:
I want to query (or whatever else needed) this table and get the groups having same number of members the way shown below:
| Group D | Group E | 8  | 
| Group D | Group F | 8  | 
| Group E | Group F | 8  | 
| Group G | Group H | 7  | 
| Group J | Group K | 4  | 
| Group J | Group L | 4  | 
| Group K | Group L | 4  | 
I also want this to be able to change dynamically as data in table does. Is it doable?
Thank you all in advance