i try to fetch multiple doc types in crystal report.. If doc type is CN then amount in - and if amount doc type is DN then it must be + ... . i want like this
this is what i triedCode:crystal report no. doctype docno docdate customer exempteddate S.Tax Rate S.t Amount 1 CI 12 01-01-2016 ABC 150 20% 15200* 1 CN 12 01-01-2016 abc -32 20% 1234*
crystal report
whatever the amount is i write rough amountCode:no. doctype docno docdate customer exempteddate S.Tax Rate S.t Amount 1 CI 12 01-01-2016 ABC 150 20% 15200*
query ...i paste specific line
any solution?Code:and acdochdr.doctype='CN', 'DN' ,'CI'


Reply With Quote
