Closing Balance with CR only

Discussion in 'Tally Developer' started by rajiv jaiswal, Jul 22, 2025.

  1. rajiv jaiswal

    rajiv jaiswal Member


    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
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    [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"
     
    Last edited: Jul 22, 2025
    rajiv jaiswal likes this.


  3. rajiv jaiswal

    rajiv jaiswal Member


    Thanks Sir Ji
     


Share This Page