Crystal Reports 10: Nested Formula
Posted
by Heather
on Stack Overflow
See other posts from Stack Overflow
or by Heather
Published on 2010-04-01T19:09:33Z
Indexed on
2010/04/01
19:13 UTC
Read the original article
Hit count: 261
crystal-reports
|formulas
I've a report which shows five different activity codes. I'd like to sum all like codes and place a total for each of the 5 activity codes in a group footer. I have it working for one activity code, but would like to write a formula which will look for all five and total each. This is what I have:
(if {@activitycode_id}= "Not Ready" then {iActivityCodeStat.ActivityTime}else 0)
What is the proper syntax to add additional ifs into one formula? And then the best approach to totaling each one?
Thank you!
© Stack Overflow or respective owner