S
shm135
Please see the following scenario:
[Tickets].[Description] contains the following records:
1. There was bad weather.
2. Food illness
3. This was a human error.
4. Weather issue
5. Bad timing of arrival
[Exceptions].[Reason] contains 3 records:
1. Weather
2. Human Error
3. Bad Timing
I want to filter [Tickets].[Description] to show only those records that contain any value found in [Exceptions].[Reason]- so, in the example above, Record 1, 3, 4 and 5 should be returned in my query.
Any advice would be greatly appreciated!
Thanks!
[Tickets].[Description] contains the following records:
1. There was bad weather.
2. Food illness
3. This was a human error.
4. Weather issue
5. Bad timing of arrival
[Exceptions].[Reason] contains 3 records:
1. Weather
2. Human Error
3. Bad Timing
I want to filter [Tickets].[Description] to show only those records that contain any value found in [Exceptions].[Reason]- so, in the example above, Record 1, 3, 4 and 5 should be returned in my query.
Any advice would be greatly appreciated!
Thanks!