I have been asked (does your boss ask?) to create a report that checks 3 conditions for each client. The first two conditions were easy because they just checked conditions in one record, the third condition and the difficult part (for me anyway) is that each client can have multiple client goals and therefore multiple records showing and I need to check all of the records for a client.
The report looks something like this.......
clnt.clnt_name goal.primary_goal = "1" wia_goal.result_cd
----------------------------------------------------
clnt.clnt_name goal.primary_goal = "1" wia_goal.result_cd
----------------------------------------------------
clnt.clnt_name goal.primary_goal = "1" wia_goal.result_cd
----------------------------------------------------
Each client must have a primary goal (goal.primary_goal = "1") open at all times. I need to check to see if the client has a primary goal that has been attained and a new primary goal has not been setup. The clients can have multiple goals inlcuding both primary and secondary goals.
When a client is found to meet this last condition I have to show some type of alert on the report, i.e. colored highlight, different text style.
Any and all help is greatly appreciated.
Thank,
Paul
The report looks something like this.......
clnt.clnt_name goal.primary_goal = "1" wia_goal.result_cd
----------------------------------------------------
clnt.clnt_name goal.primary_goal = "1" wia_goal.result_cd
----------------------------------------------------
clnt.clnt_name goal.primary_goal = "1" wia_goal.result_cd
----------------------------------------------------
Each client must have a primary goal (goal.primary_goal = "1") open at all times. I need to check to see if the client has a primary goal that has been attained and a new primary goal has not been setup. The clients can have multiple goals inlcuding both primary and secondary goals.
When a client is found to meet this last condition I have to show some type of alert on the report, i.e. colored highlight, different text style.
Any and all help is greatly appreciated.
Thank,
Paul