Hello Experts i am making a report with closing Balance and i want only CR amount party ledger. [Field: SD ClBal13A] Use :Amount Field :Short Name Field Set As:If $$IsCr:$_ClosingBalance then $$String:$_ClosingBalance + " Cr" else " " ;Style: Normal Width : 15 ;background: Yellow Border: Thin Left Align: Left Color : if $$IsDebit:$ClosingBalance then "Blue" Else "Red" ia m not getting CR amount
[Field: SD ClBal13A] Use :Amount Field Set As: If NOT $$IsDr:$ClosingBalance then $ClosingBalance else "" Width : 15 format : "DrCr" Border: Thin Left Align: Left Color : if $$IsDr:#SDClBalll3a then "Blue" Else "Red"