How can I display the sum of a column (calculated in a GroupFooter of a dataBand) in a DataBand (here DataBand1)
HeaderBand1
Column1 Column2
DataBand1
Value1 Value2 Sum(xy)
GroupHeader1
DataBand2
Value3 Value4 ...
GroupFooter1
Sum: Sum(xy)
Display Sum(xy) in a DataBand
Display Sum(xy) in a DataBand
I need more information. On one DataBand1 report engine can show more then one group.
For example on one DataBand1 we have 3 groups. Which totals from 3 we need to display
in DataBand1? Can you explain?
-
- Posts: 101
- Joined: Wed Jul 26, 2006 8:03 am
- Location: CHENNAI-TN, INDIA
Display Sum(xy) in a DataBand
HI hi hi ,
My Need Same Problem,
I have worked CR 9.0 and solved that Problem.
That means 3rd Column Value Reference to 2nd COlumn Value.
Example
Col1 col2 col3
1 10 64
2 20
3 34
-----------
Sum 64
Col3 Reference to Col2.
Is Possible ?
Regards,
KMarimuthu.
My Need Same Problem,
I have worked CR 9.0 and solved that Problem.
That means 3rd Column Value Reference to 2nd COlumn Value.
Example
Col1 col2 col3
1 10 64
2 20
3 34
-----------
Sum 64
Col3 Reference to Col2.
Is Possible ?
Regards,
KMarimuthu.
Marimuthu K
Display Sum(xy) in a DataBand
Hi Vital
In my Report i have 2 different datasources (ProjectStep and ProjectActivity).
In the first DataBand in each row i want to display infos about one ProjectStep and the Sum of performed hours for the ProjectStep (calculated as Sum of performed Hours from the corresponding ProjectActivities from the second DataBand in the GroupFooter)
HeaderBand1
ID Caption ... Sum of performed Hours
DataBand1
[ProjectStep.ID] [ProjectStep.Caption] ... [here i want to display the Sum from GroupFooter1]
GroupHeader1
DataBand2
[ProjectActivity.ID] .... [ProjectActivity.Hours]
GroupFooter1
[Sum(ProjectActivity.Hours)] --> the calculated Sum should be displayed in DataBand1
In my Report i have 2 different datasources (ProjectStep and ProjectActivity).
In the first DataBand in each row i want to display infos about one ProjectStep and the Sum of performed hours for the ProjectStep (calculated as Sum of performed Hours from the corresponding ProjectActivities from the second DataBand in the GroupFooter)
HeaderBand1
ID Caption ... Sum of performed Hours
DataBand1
[ProjectStep.ID] [ProjectStep.Caption] ... [here i want to display the Sum from GroupFooter1]
GroupHeader1
DataBand2
[ProjectActivity.ID] .... [ProjectActivity.Hours]
GroupFooter1
[Sum(ProjectActivity.Hours)] --> the calculated Sum should be displayed in DataBand1
Display Sum(xy) in a DataBand
To scotty:
Write on DataBand1:
Sum(DataBand2, xy)
To KMarimuthu:
Sum(col2)
Thanks.
Write on DataBand1:
Sum(DataBand2, xy)
To KMarimuthu:
Sum(col2)
Thanks.
-
- Posts: 101
- Joined: Wed Jul 26, 2006 8:03 am
- Location: CHENNAI-TN, INDIA