help me to get the total of multiple unit while printing

Discussion in 'Requests' started by SANDY ACHE, May 16, 2018.

    
  1. SANDY ACHE

    SANDY ACHE New Member


    [#Part: EXPINV Terms]
    Add : Lines :after: EXPINV Terms : rEXPINV NarrPrompt, rEXPINV Narration ,rtEXPINV NarrPrompt, rtEXPINV Narration
    SpaceBottom : 0.25 ;;1
    [Line: rEXPINV NarrPrompt]
    Fields : Info Field
    Local : Field : Info Field : Info : $$LocaleString:"Remarks" + ":"
    Invisible : NOT @@InvWithNarr OR $$IsEmpty:$Narration
    Local : Field : Info Field : Style: Small Italic
    Local : Field : Info Field : Cells: 6 * ($$Quotient:mad:@ExcelCellColumn:8)
    [Line: rEXPINV Narration]
    Fields : Simple Field
    Local : Field : Simple Field : Set as : $Narration
    Local : Field : Simple Field : Style : Normal
    Local : Field : Simple Field : Full Width : Yes
    Local : Field : Simple Field : Lines : 0
    Local : Field : Simple Field : Cells : 6 * ($$Quotient:mad:@ExcelCellColumn:8)
    [Line: rtEXPINV NarrPrompt]
    Fields : Info Field
    Local : Field : Info Field : Info : $$LocaleString:"Total Packages" + ":"
    Local : Field : Info Field : Style: Small Italic
    Invisible : if $$isempty:$$Total:EXPINVActualQty then yes else no
    [Line: rtEXPINV Narration]
    Fields : Simple Field
    Local : Field : Simple Field : Use : Qty Primary Field
    Local : Field : Simple Field : Set as : $$Total:EXPINVActualQty
    Local : Field : Simple Field : Option : QtyWithCmdUnitTot : not ##ICFGStkCmdunit
     


  2. SANDY ACHE

    SANDY ACHE New Member


    my tdl is adding total of only single unit i.e PCS or NOS,but i want to add multiple units in it i.e pcs,nos,kg,set etc
     


  3. SANDY ACHE

    SANDY ACHE New Member



  4. SANDY ACHE

    SANDY ACHE New Member

    Attached Files:



Share This Page