I'm trying to make an existing report more "readable". It is a validation report that checks 62 different conditions (62 different formula fields) and will display whatever doesnt pass. Currently it will show Every record, even when all conditions are me.
I've tried to make a formula like:
({@ENTER-DEPT-TIME} = "" AND
{@LEAVE-DEPT-TIME} = "" AND
{@LEAVE-PROC-TIME} = "" AND
{@ENTER-PROC-TIME} = "" AND
{@ADMIT-RECOVERY-TIME} = "" AND
{@CHECKS ALL 8 TIME FIELDS} = "" AND
.
.
.
And have it print only the records that fails one of these conditions (field is false). While it "seems to work" I get discrepencies between the original report.
I am using Crystal reports 7, is there a cleaner way for me to do this?
I've tried to make a formula like:
({@ENTER-DEPT-TIME} = "" AND
{@LEAVE-DEPT-TIME} = "" AND
{@LEAVE-PROC-TIME} = "" AND
{@ENTER-PROC-TIME} = "" AND
{@ADMIT-RECOVERY-TIME} = "" AND
{@CHECKS ALL 8 TIME FIELDS} = "" AND
.
.
.
And have it print only the records that fails one of these conditions (field is false). While it "seems to work" I get discrepencies between the original report.
I am using Crystal reports 7, is there a cleaner way for me to do this?