rbh123456789
Technical User
CR 11.5
Hello,
I have a crosstab which counts the number of records with a value of '3' for each month (3 represents a string in another table)
If there are 3 records in a month with a value of 3, then the CT will display '3' for the month.
Is there a way to limit Crystal to only pull a maximum of 1 record, where or not there is multiple values of '3'?
//This is the summarizied field in the CT, which is a SUM
if {RPT_CASELOAD_MONTH.PreviousDate} < {?date_start} then 0 else {@CaseNew}
//@CaseNew
if {RPT_CASELOAD_MONTH.PreviousStatus} = [3] then 1
Hello,
I have a crosstab which counts the number of records with a value of '3' for each month (3 represents a string in another table)
If there are 3 records in a month with a value of 3, then the CT will display '3' for the month.
Is there a way to limit Crystal to only pull a maximum of 1 record, where or not there is multiple values of '3'?
//This is the summarizied field in the CT, which is a SUM
if {RPT_CASELOAD_MONTH.PreviousDate} < {?date_start} then 0 else {@CaseNew}
//@CaseNew
if {RPT_CASELOAD_MONTH.PreviousStatus} = [3] then 1