Hi All,
I have one trans table, in which i have two fields are TransType and TransAmt. Field TransType is a enum contain values are credit and debit, TransAmt having respective amount. My task is to do report with this table and should bring credit and debit as separate column in report and it should have sum values of trans amt. Please help me with code.