want to get total of qnt from item movement analysis report

Discussion in 'Tally Developer' started by HAROON2015, Sep 29, 2019.

    
  1. HAROON2015

    HAROON2015 Member


    hi,
    i just changed some things in report of item movement analysis
    for example
    1st = i just replace primary qnt with alternate qnt
    Code:
    [#Field: STKLQty]
    Use         : DSP AltQtyTemplate
    Set as      : $TrPurcQty
    Inactive    : No
    Invisible   : ##DSPQtyAlternate
    color : blue
    style:normal bold
    2nd= i just replacedprice filed with primary qnt
    Code:
     [#Field: STKLPrice]
    Use     : DSP QtyTemplate
    Set as  : $TrPurcQty
    Inactive: No
    Invisible   : NOT ##DSPShowQty
    color : red
    style:normal bold
    now i just want to get the total of price field, tried but failed
    Code:
    [#Line: STKLTotalLine]
    Local:Field:STKLPrice:Set as:$$Total:STKLPrice
    [​IMG]
    hope someone will help
     

    Attached Files:

    • aaa.JPG
      aaa.JPG
      File size:
      168.7 KB
      Views:
      80
    Last edited: Sep 29, 2019


  2. Anshul Garg

    Anshul Garg Member


    you need to modify its part level definition where you have to define total attribute
    Total:STKLTotalLine
     


Share This Page