How is suppress GroupTotal depended on data?
Posted: Wed Sep 13, 2006 6:41 am
Hi hi hi
We are using StiReport 1.6.1
desingned Total and Grand Total based on Data.
E.g
Name Account No. Payout Mechanism Transaction Amount
Advantage Fund
NA / NA NA E/Cheque Payment 21 536,905.92
Group Total 21 , 905.92
Grand Total 26 1,116,338.0
I want suppress Group Total depended on Table Data.
If (Sum(table1.Data)==table1.Data)
e.Value="";
else
e.Value=Sum(table1.Data);
Where is palced? or other way.
I have given to HighlightCondition, but Sum(data) is not allowed .
How do to?
Please provide Solution.
Thanks of Advance.
Regards,
We are using StiReport 1.6.1
desingned Total and Grand Total based on Data.
E.g
Name Account No. Payout Mechanism Transaction Amount
Advantage Fund
NA / NA NA E/Cheque Payment 21 536,905.92
Group Total 21 , 905.92
Grand Total 26 1,116,338.0
I want suppress Group Total depended on Table Data.
If (Sum(table1.Data)==table1.Data)
e.Value="";
else
e.Value=Sum(table1.Data);
Where is palced? or other way.
I have given to HighlightCondition, but Sum(data) is not allowed .
How do to?
Please provide Solution.
Thanks of Advance.
Regards,