Hi
I Am Using CR9 (Soon To Be CR10) To Pull Data From A Oracle Database.
What I want to archive is a report that tells my the 1st fix YES/NO and who the 1st person to deal with the issue.
The informaion is coming from the the following fields/Tables
Call.CallNo (This is the Call Number, Number Field)
Job.ID (This is a Field Displaying A-Z Depending on the Issue being closed and if reopened, String Field)
Job_Event.ResponseNo (This is the number of attempts at resolving the issue, Number Field)
Person.PersonID (The Name Of The Person Dealing With A Issue, Number Field)
Job.Status (This is the Status field, Number Field)
The status has no's reprosenting actions son on the report that I willbe greating I will be putting a If formula in to convert to a string value but there is about 20 different staus that it can be
for exmaple I have a table like the below (1st Fix Field Is A Formula using SQL Expression, I am still only basic in SQL though)
Data I Have
CallNo ID ResponseNo PersonID Status 1st Fix
3487 A 1 56 0 YES
5631 A 1 67 1 NO
5631 A 2 56 0 NO
5631 B 1 55 0 NO
5678 A 1 22 0 YES
What I hope to achive
CallNo ID ResponseNo PersonID Status 1st Fix
3487 A 1 56 0 YES
5631 A 1 67 1 NO
5678 A 1 22 0 YES
what I am currently getting
CallNo ID ResponseNo PersonID Status 1st Fix
3487 A 1 56 0 YES
5631 A 1 1 NO
5678 A 1 22 0 YES
As you can see the problem I am having is getting a formula to display the Person ID based on the ID and Status fields
If Anyone could please help with then
Kind Regards
Stephen
I Am Using CR9 (Soon To Be CR10) To Pull Data From A Oracle Database.
What I want to archive is a report that tells my the 1st fix YES/NO and who the 1st person to deal with the issue.
The informaion is coming from the the following fields/Tables
Call.CallNo (This is the Call Number, Number Field)
Job.ID (This is a Field Displaying A-Z Depending on the Issue being closed and if reopened, String Field)
Job_Event.ResponseNo (This is the number of attempts at resolving the issue, Number Field)
Person.PersonID (The Name Of The Person Dealing With A Issue, Number Field)
Job.Status (This is the Status field, Number Field)
The status has no's reprosenting actions son on the report that I willbe greating I will be putting a If formula in to convert to a string value but there is about 20 different staus that it can be
for exmaple I have a table like the below (1st Fix Field Is A Formula using SQL Expression, I am still only basic in SQL though)
Data I Have
CallNo ID ResponseNo PersonID Status 1st Fix
3487 A 1 56 0 YES
5631 A 1 67 1 NO
5631 A 2 56 0 NO
5631 B 1 55 0 NO
5678 A 1 22 0 YES
What I hope to achive
CallNo ID ResponseNo PersonID Status 1st Fix
3487 A 1 56 0 YES
5631 A 1 67 1 NO
5678 A 1 22 0 YES
what I am currently getting
CallNo ID ResponseNo PersonID Status 1st Fix
3487 A 1 56 0 YES
5631 A 1 1 NO
5678 A 1 22 0 YES
As you can see the problem I am having is getting a formula to display the Person ID based on the ID and Status fields
If Anyone could please help with then
Kind Regards
Stephen