zootweller
Technical User
As you will see, the Subject of this message wasn't easy to put into a few words....
This is in relation to a Helpdesk database:
I have 2 tables, joined by a field called 'Problem_ID'.
Tablename'Problem' is the main table for each problem raised on the system, and has a unique 'Problem_ID' - Table'Session' contains any 'attachments' that have been added to the 'Problem_ID' and has it's own unique 'Session_ID', this means that many 'Session_ID's can be part of a 'Problem_ID' - imagine a piece of note-paper with a few additional post-it notes stuck onto it, each with an individual reference, and you will get the idea (stick with me, I'm getting there!).
Each 'Session.Session_ID' has a 'Call_Code' (categorised call description), and I am trying to report on each 'Problem.Problem_ID' that does not have a Session_ID attached with the 'Call_Code' category of 'ISSUE'.
Example:
My report will return 4 instances for the 'Problem_ID' of '12345', excluding the attachment with the 'Call_Code' of 'ISSUE' (5 attachments in total). I do not want to see this Problem_ID at all!!
Is there a solution? I have tried all I can think of so far.
Any help appreciated.
This is in relation to a Helpdesk database:
I have 2 tables, joined by a field called 'Problem_ID'.
Tablename'Problem' is the main table for each problem raised on the system, and has a unique 'Problem_ID' - Table'Session' contains any 'attachments' that have been added to the 'Problem_ID' and has it's own unique 'Session_ID', this means that many 'Session_ID's can be part of a 'Problem_ID' - imagine a piece of note-paper with a few additional post-it notes stuck onto it, each with an individual reference, and you will get the idea (stick with me, I'm getting there!).
Each 'Session.Session_ID' has a 'Call_Code' (categorised call description), and I am trying to report on each 'Problem.Problem_ID' that does not have a Session_ID attached with the 'Call_Code' category of 'ISSUE'.
Example:
My report will return 4 instances for the 'Problem_ID' of '12345', excluding the attachment with the 'Call_Code' of 'ISSUE' (5 attachments in total). I do not want to see this Problem_ID at all!!
Is there a solution? I have tried all I can think of so far.
Any help appreciated.