I've got a report only based on one table. (Nice, huh?)
I had a bunch of fields that I was totaling, however, I needed to create a formula to group these fields before totaling because my customer wanted to have a total that consisted of the values of three or four fields and then the name the user sees on the report for that total is different from what was in the database.
ex. sun, moon, stars needed to be totaled and on the report the name of the total of those three fields was "planet"... you get the point... I categorized them with a formula (thanks Kenhamady, it worked beautifully) and now I have this problem...
I end up with 5 different fields showing totals, which as I mentioned above, do not have corresponding names in the db... I need to show these names on the report ("planet" whether or not there is a value there. But, currently, I guess by default ( I don't really know enough about crystal to say) the report only shows the field if there is a value, and since there is only one table, I can't just change the join, is there another option to force the created row names to show regardless of whether there is a value in it? (There won't necessarily be a zero there for me to grab from the db)
Thanks
I had a bunch of fields that I was totaling, however, I needed to create a formula to group these fields before totaling because my customer wanted to have a total that consisted of the values of three or four fields and then the name the user sees on the report for that total is different from what was in the database.
ex. sun, moon, stars needed to be totaled and on the report the name of the total of those three fields was "planet"... you get the point... I categorized them with a formula (thanks Kenhamady, it worked beautifully) and now I have this problem...
I end up with 5 different fields showing totals, which as I mentioned above, do not have corresponding names in the db... I need to show these names on the report ("planet" whether or not there is a value there. But, currently, I guess by default ( I don't really know enough about crystal to say) the report only shows the field if there is a value, and since there is only one table, I can't just change the join, is there another option to force the created row names to show regardless of whether there is a value in it? (There won't necessarily be a zero there for me to grab from the db)
Thanks