How to get totals of UDF Qty & Amount fields

Discussion in 'Tally Developer' started by Taufeeq Shaikh, May 8, 2013.

    
  1. Taufeeq Shaikh

    Taufeeq Shaikh Active Member


    Dear Experts,

    I have created UDF Fields for Qty & Amount how can i get the Totals. Please help.


    [Field: AcptQtyTotal]
    Use : Qty Field
    Set As : $$Total:AcpQty
    Set always : Yes
    Skip : Yes
    Style : Normal
    Width : @@VCHQtyWidth
    Border : Thin Right : No
    Option : QtyWithCmdUnitTot : ##ICFGStkCmdunit


    [Field: AcptValTotal]
    Use : Amount Field
    Set As : $$Total:AcptVal
    [System: UDF]
    AcptQty: Quantity :36501
    AcptVal: Amount :36901
     
    kamalpatel likes this.


  2. NMS

    NMS Member


    Hi Taufeeq,
    Try This
    Set As : $$Total: AcptQtyTotal
    Set As : $$Total:AcptValTotal
    or
    Local : Field : Acpt Qty Total : $$Total: AcptQtyTotal
     


  3. Taufeeq Shaikh

    Taufeeq Shaikh Active Member


    Dear NMS its not working. Am facing problem in Qty totals and also the extra lines are coming in print how to delete that ???

    Please help am hereby attaching the code.
     

    Attached Files:



  4. Hardev Singh

    Hardev Singh New Member



    Add TOTAL Attrib at part where you are repeating the line

    Total : <udf name >

    then use to > set as :$$total:UDFname
     


Share This Page