CrystalProcessor
Programmer
I'm struggling with what seems to be a simple problem. I want to
1) add fields A + B + C + D + E + F and display them as @G. I am using this in my formula {A} + {B} + . . . + {F}. It returns zero even when the fields have values. The SQL data type is money.
2) after that, I would like to sum the variable for grouping. I plan to do it this way SUM(@G, GroupName). What would you all recommend?
Thanks!
1) add fields A + B + C + D + E + F and display them as @G. I am using this in my formula {A} + {B} + . . . + {F}. It returns zero even when the fields have values. The SQL data type is money.
2) after that, I would like to sum the variable for grouping. I plan to do it this way SUM(@G, GroupName). What would you all recommend?
Thanks!