I am using Crystal 10
I have the following formula in the report footer
numbervar percentofcommon;
numbervar percentofcommon := ({@printfloorcommon} / {#RTotal1});
numbevar percentofcommon
This formula yields a percentage that need to use in a formula that is placed in a previous group header of the report.
Even simply trying to print the variable in the group header produced unexpected results.
Bottom line, I need to take the results of a formula from the report footer and use it in a formula placed in a group header.
Thanks in advance!!!!
I have the following formula in the report footer
numbervar percentofcommon;
numbervar percentofcommon := ({@printfloorcommon} / {#RTotal1});
numbevar percentofcommon
This formula yields a percentage that need to use in a formula that is placed in a previous group header of the report.
Even simply trying to print the variable in the group header produced unexpected results.
Bottom line, I need to take the results of a formula from the report footer and use it in a formula placed in a group header.
Thanks in advance!!!!