"DataBand1 Then DataBand1Total" nested inGroupBandFooter
Posted: Tue Nov 22, 2016 2:45 am
How to "DataBand1 Then DataBand1Total" nested in GroupBandFooter?
In other words, how to complete "individuation total" ?
Detail:
GroupBandHeader_Master
DataBand_Master
GroupBandFooter_Master
{
DataBand_Detail_Addition (Relation: DataBand_Master.Column "EmpNo" equals this.Column "EmpNo" )
DataBand_Detail_Addition_Sum1 (i.e. Get Sum of DataBand_Detail_Addition that Column "type" is A)
DataBand_Detail_Addition_Sum2 (i.e. Get Sum of DataBand_Detail_Addition that Column "type" is not A )
DataBand_Detail_Deduction (Relation: DataBand_Master.Column "EmpNo" equals this.Column "EmpNo" )
DataBand_Detail_Deduction_Sum1 (i.e. Get Sum of DataBand_Detail_Deduction that Column "type" is A)
DataBand_Detail_Deduction_Sum2 (i.e. Get Sum of DataBand_Detail_Deduction that Column "type" is not A )
// Note Note Note
// Here insert following
DataBand_Detail_C_Sum1 (i.e. Get Sum of "DataBand_Detail_Deduction and DataBand_Detail_Addtion" that Column "T" is A)
DataBand_Detail_C_Sum2 (i.e. Get Sum of "DataBand_Detail_Deduction and DataBand_Detail_Addtion" that Column "T" is not A )
DataBand_Detail_Tax (Relation: DataBand_Master.Column "EmpNo" equals this.Column "EmpNo" )
DataBand_Detail_Tax_Sum1 (i.e. Get Sum of DataBand_Detail_Tax that Column "type" is A)
DataBand_Detail_Tax_Sum2 (i.e. Get Sum of DataBand_Detail_Tax that Column "type" is not A )
}
In other words, how to complete "individuation total" ?
Detail:
GroupBandHeader_Master
DataBand_Master
GroupBandFooter_Master
{
DataBand_Detail_Addition (Relation: DataBand_Master.Column "EmpNo" equals this.Column "EmpNo" )
DataBand_Detail_Addition_Sum1 (i.e. Get Sum of DataBand_Detail_Addition that Column "type" is A)
DataBand_Detail_Addition_Sum2 (i.e. Get Sum of DataBand_Detail_Addition that Column "type" is not A )
DataBand_Detail_Deduction (Relation: DataBand_Master.Column "EmpNo" equals this.Column "EmpNo" )
DataBand_Detail_Deduction_Sum1 (i.e. Get Sum of DataBand_Detail_Deduction that Column "type" is A)
DataBand_Detail_Deduction_Sum2 (i.e. Get Sum of DataBand_Detail_Deduction that Column "type" is not A )
// Note Note Note
// Here insert following
DataBand_Detail_C_Sum1 (i.e. Get Sum of "DataBand_Detail_Deduction and DataBand_Detail_Addtion" that Column "T" is A)
DataBand_Detail_C_Sum2 (i.e. Get Sum of "DataBand_Detail_Deduction and DataBand_Detail_Addtion" that Column "T" is not A )
DataBand_Detail_Tax (Relation: DataBand_Master.Column "EmpNo" equals this.Column "EmpNo" )
DataBand_Detail_Tax_Sum1 (i.e. Get Sum of DataBand_Detail_Tax that Column "type" is A)
DataBand_Detail_Tax_Sum2 (i.e. Get Sum of DataBand_Detail_Tax that Column "type" is not A )
}