Hi
Can anyone please help with this extracting stats count by two fields.
I've below data in each transaction
type status
A 200
B 400
C 200
B 200
A 200
B 400
A 500
C 300
I need stats in below format
type status count
A 200 2
A 500 1
B 200 1
B 400 2
C 200 1
C 300 1