crystaldev1
Programmer
Hello. I'm using Crystal Reports 9 and Sql Server 2005. I have a group formula that I am using in the group footer. I would like to show the group name even though there may not be any records for that group. Currently, it is not showing up since there are no records. My formula is similar to this:
if {Fruit.color} = "Red" and {Fruit.color} = "Green" then
"Apple"
else if {Fruit.color} = "Yellow" then "Banana"
Please let me know if there is any way to show
"Apple"
"Banana"
in the report even if there are no reords. Thanks.
if {Fruit.color} = "Red" and {Fruit.color} = "Green" then
"Apple"
else if {Fruit.color} = "Yellow" then "Banana"
Please let me know if there is any way to show
"Apple"
"Banana"
in the report even if there are no reords. Thanks.