Conditional formating of table rows with more than one condition
It's bit hard to explain what i wanted to achieve but somehow i'm going to describe my requirement.
here you go....
My report layout is simple as there is only one table and my columns are Account Number(Alpha Numeric),Description(Text), Original Amount, Paid amount Amount, Balance amount, etc
Scenario: There can be a multiple sub-account number for a master account numbers and there can be many master accounts but all these accounts are appearing in sequence as per expectation.
The xml tags are same for the rows of data and for the sub totals of the corresponding variables. Ex. Tag <?Orginal Amount?> will have the column data and as well subtotal of the Original amount.
here you go....
My report layout is simple as there is only one table and my columns are Account Number(Alpha Numeric),Description(Text), Original Amount, Paid amount Amount, Balance amount, etc
Scenario: There can be a multiple sub-account number for a master account numbers and there can be many master accounts but all these accounts are appearing in sequence as per expectation.
The xml tags are same for the rows of data and for the sub totals of the corresponding variables. Ex. Tag <?Orginal Amount?> will have the column data and as well subtotal of the Original amount.
1