Hi Reena,
Thanks for reply. The formula use in the calculate member "Sales Avg" inside the cross tab subreport is:
GridValueAt(CurrentRowIndex, GetColumnPathIndexOf(), CurrentSummaryIndex) / (GetNumColumns-2)
The insertion formula is:
GetColumnGroupIndexOf(CurrentColumnIndex) = 0
To get the shared value from the "Sales Avg" calculated member within the cross tab subreport I use the following formula in a formula field within the main report:
Shared Numbervar amount;
amount;
Thanks,
Rodney