What is the formula to get the total of udf field[UCP] added in sales register

Discussion in 'Tally Developer' started by Lavanya, Feb 1, 2013.

    
  1. Lavanya

    Lavanya New Member


    Dear Experts,
    We added udf Field ucp in the sales register and got sum of $Billedqty*$Rate,now I need Total of these values in the bottom line,please suggest me what is the formula to get total.We here with attached tdl file and screen shots.Thank You.
     

    Attached Files:




  2. [System : Formula]

    Ucp : $BilledQty * $Rate

    [System : UDF]

    UCPUdf : String : 6000

    2 ways to corrections

    set UDF type Amount or number
    and set $$Number:$ $BilledQty*$$Number:$Rate

    there is number formation is complementary for $$Total functions
     


  3. Lavanya

    Lavanya New Member


    T
    Thank you so much for your reply sir,but i already used this formula

    [System : Formula]
    UCP : $BilledQty * $Rate

    $$CollAmtTotal:InventoryEntries:mad:@UCP By using this i got sum of Billed qty and rate,but now i want to get sum of all these billed qty and rate of ledger,
    Please refer my code and screen shots.
     


Share This Page