mdelgado100
Technical User
I am using crystal 85 and an access data base I crated
In my report, by month, I am attempting to get a sum of a column. sum(minutes_table).
I need a sum/count of minutes for a certain type.
Each of the formulas below give me the total for the month. It will not distinguish between types, what am I doing wrong?!
if {certain_type} = 890
then sum({minutes_table})
else 0
Also,
if {certain_type} = 890
then sum
Also,
if {certain_type} = 890
then sum({minutes_table}(minutes_date}, "monthly")
else 0
In my report, by month, I am attempting to get a sum of a column. sum(minutes_table).
I need a sum/count of minutes for a certain type.
Each of the formulas below give me the total for the month. It will not distinguish between types, what am I doing wrong?!
if {certain_type} = 890
then sum({minutes_table})
else 0
Also,
if {certain_type} = 890
then sum
Also,
if {certain_type} = 890
then sum({minutes_table}(minutes_date}, "monthly")
else 0