Hi,
I put some textmemo (with value from database) in summary band, it's like this:
Sub total : 5.000
50% off : 2.500
Tax : 250
Form A : 250
Grand Total : 3.000
how to make like this in that summary band:
1. if value 50 % off is zero (0) then the summary band to be like this :
Sub total : 5.000
Tax : 250
Form A : 250
Grand Total : 5.500
2. if the value of tax is zero then the summary band to be like this :
Sub total : 5.000
50% off : 2.500
Form A : 250
Grand Total : 2.750
3. if form A are zero then the summary band to be like this :
Sub total : 5.000
50% off : 2.500
Tax : 250
Grand Total : 2.750
4. if the value of tax and form A are zero then the summary band to be like this :
Sub total : 5.000
50% off : 2.500
Grand Total : 2.500
Thank you
YUDI