I've been having an issue with reports at work lately that we need to pull data but omit a specific sport type from the results. We still need the names and other information to pull, just not a specific sport.
We have the report showing:
'Student' 'Address' 'Major' 'Hockey'
'Student' 'Address' 'Major' 'BSKB'
'Student' 'Address' 'Major' 'VLB'
But we need it to read:
'Student' 'Address' 'Major'
'Student' 'Address' 'Major' 'BSKB'
'Student' 'Address' 'Major' 'VLB'
Is this actually something that can be done? My boss swears by it, but I feel that my classes told me it couldn't. It's a basic Select Query that we use, just with some in depth "Cases" to pull students based on major.
Thank you for any input!