Need another Help

Discussion in 'Requests' started by vumika poudel, Sep 18, 2013.

    
  1. vumika poudel

    vumika poudel Member


    Dear Experts
    I need your another help, in my report at closing balance of creditors it is not showing whether it is Dr or Cr, it is just showing balance amount only please help on this ................for your kind reference the picture & the code is
    Capture.PNG
    [Field : C Closing Balance]
    Use : Short Number Field
    Set as : $ClosingBalance
    Style : Normal
    Border : Thin Left
    Width : 12
    Align : Right
     


  2. Manoj Garg

    Manoj Garg Member


    Use
    Format : "CrDr"
     


  3. vumika poudel

    vumika poudel Member


    Manoj Sir How to use it, this code is not showing whether it is Dr or Cr

    [Field : C Closing Balance]
    Use : Short Number Field
    Set as : $ClosingBalance
    Format : "CrDr"
    Style : Normal
    Border : Thin Left
    Width : 12
    Align : Right
     


  4. Manoj Garg

    Manoj Garg Member


    you can use this also
    Set As : If $$IsDr:$ClosingBalance then $$String:$ClosingBalance + " Dr" else $$String:$ClosingBalance + " Cr"
     
    vumika poudel likes this.


  5. vumika poudel

    vumika poudel Member


    Waoooooooo
    Thank you Very much sir
     


  6. N vinoth

    N vinoth Guest


    THANK U GREAT SIR
     


  7. Jitendra Velani

    Jitendra Velani New Member


    Set As : If $$IsDr:$ClosingBalance then $$String:$ClosingBalance + " Dr" else $$String:$ClosingBalance + " Cr"
     


  8. Shamsher Singh

    Shamsher Singh New Member


    You can also use like following.

    [Field : C Closing Balance]
    Use : Short Number Field
    Set as : $ClosingBalance
    Format : "DrCr"
    Style : Normal
    Border : Thin Left
    Width : 12
    Align : Right
     


  9. R. VIJAY

    R. VIJAY Member


    how to get closing balance as on voucher entry date, i want display in ledger collection list in voucher entry screen
     


  10. anish

    anish Member


    Try this hope this will work for you as its work for me ..........
    [Field : C Closing Balance]
    Use : Amount Field
    Format : "All Symbols,DRCR"
    Set as : $ClosingBalance
    Border : Thin Left
    Width : 12
    Align : Right
     



  11. Manoj Sir How to use it, this code is not showing
     


Share This Page