Hello All,
I am using CR 8.5
I may have asked this question before, however, I cannot find a thread to answer this question for me.
I want to create a list of cases that are set on a particular docket and identify those cases that may need a complaint form. If complaint form is already on the case for a particular docket, I want my report to suppress those cases.
Here is my set up:
In the Report > Edit Selection Formula > Record place, I have entered:
{CASE_PARTY_ACTION_PHYT.ACTIONCODE} = "NJT" (This is the docket)
THEN
I have grouped the report by the case number{CASE_PARTY_ACTION_PHYT.CASENUMBER}
In the Formula Editor, I have entered a formula like this:
(I want to suppress cases that already have a complaint form)
if {CASE_PARTY_ACTION_PHYT.ACTIONCODE} = "COMPL" then
1
else
0
THEN
In the Report > Edit Selection Formula > Group place, I have entered this:
sum ({@COMPL},{CASE_PARTY_ACTION_PHYT.CASENUMBER}) = 0
THEN
I have moved my chosen fields into the Group Header #1 and this is what I get:
My problem is that when I go look up case number 5987, there is a complaint form already generated on this case, when in my group formula, I said suppress the group that have a complaint form.
Any help you can provide will be greatly appreciated.
Thanks,
austin22
I am using CR 8.5
I may have asked this question before, however, I cannot find a thread to answer this question for me.
I want to create a list of cases that are set on a particular docket and identify those cases that may need a complaint form. If complaint form is already on the case for a particular docket, I want my report to suppress those cases.
Here is my set up:
In the Report > Edit Selection Formula > Record place, I have entered:
{CASE_PARTY_ACTION_PHYT.ACTIONCODE} = "NJT" (This is the docket)
THEN
I have grouped the report by the case number{CASE_PARTY_ACTION_PHYT.CASENUMBER}
In the Formula Editor, I have entered a formula like this:
(I want to suppress cases that already have a complaint form)
if {CASE_PARTY_ACTION_PHYT.ACTIONCODE} = "COMPL" then
1
else
0
THEN
In the Report > Edit Selection Formula > Group place, I have entered this:
sum ({@COMPL},{CASE_PARTY_ACTION_PHYT.CASENUMBER}) = 0
THEN
I have moved my chosen fields into the Group Header #1 and this is what I get:
Code:
DefName CaseNumber Docket
John Doe 7415 NJT
Donald Duck 5987 NJT
Jane Doe 8524 NJT
My problem is that when I go look up case number 5987, there is a complaint form already generated on this case, when in my group formula, I said suppress the group that have a complaint form.
Any help you can provide will be greatly appreciated.
Thanks,
austin22