gojets1721
Registered User.
- Local time
 - Yesterday, 17:21
 
- Joined
 - Jun 11, 2019
 
- Messages
 - 430
 
Here's a sample of my data:
	
	
	
		
Its year and month. I want to use a query to group this data and count it. I want to group it in 12 month intervals (ie. 202205 - 202304)
Any suggestions? Not sure if its even possible
 
		Code:
	
	
	202210
202208
202210
202201
202204
202109
202104
202106
202303
202207
202209
202211
202202
202108
	Its year and month. I want to use a query to group this data and count it. I want to group it in 12 month intervals (ie. 202205 - 202304)
Any suggestions? Not sure if its even possible