I am using CR8. There are two colums named "type" and "amount" in a table. The value of type can be "DR" or "CR".
I want to have two columns in my report with headings as "Debit" and "Credit" and want to show the value of amount column of the table in Debit column of the report if the value of type column in the table is "DR" and in Credit if type is "CR". Suggestions are welcome.
I want to have two columns in my report with headings as "Debit" and "Credit" and want to show the value of amount column of the table in Debit column of the report if the value of type column in the table is "DR" and in Credit if type is "CR". Suggestions are welcome.