How to get Total of a column

Discussion in 'Tally Developer' started by Binoy.M.E, Apr 30, 2018.

    
  1. Binoy.M.E

    Binoy.M.E New Member


    Hi All Experts,
    I here with attached a screen shot of my Custom Sub Form Expense Allocation and its TDL Code.My problem with tdl is, it is not displaying the column total. Please help me to correct the error.

    expense.jpg
     

    Attached Files:



  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Replace
    [Line : FxReg Total]
    Use: MDtls Total
    Local : Field : Simple Prompt : Info : $$LocaleString:"Expense Splitup Total"
    Local : Field : MDtls Total : Storage :$StrFARMatValueT
    Local : Field : MDtls Total : Set As : $$Total:FARMatValue

    WITH THIS>>>.
    [Line : FxReg Total]
    Use: MDtls Total
    Local : Field : Simple Prompt : Info : $$LocaleString:"Expense Splitup Total"
    Local : Field : MDtls Total : Set As : $$Total:FARMatValue
     


  3. Binoy.M.E

    Binoy.M.E New Member


    Thanks for your reply ..It is working fine now..
     


Share This Page