Post Author: mmishkin
CA Forum: Formula
I have fields that have true and false options. I need to graph the true options all together but it's not working. I have tried writing a formula to put them all together but i'm still not getting the results I need....here is what I have
Select {BriefOperativeNote.SCIP PreOpABX60Min} case True : "ABX60Min";Select {BriefOperativeNote.SCIP ABXDCd24h} case True : "ABXDCd24h";
I've also tried
If {BriefOperativeNote.SCIP PreOpABX60Min} = True then "ABX60Min";
My results should be
ABX60Min = 130 Etc... so that I can graph all the true options together..
Any ideas?