How to fetch No of Packets in Columnar Report

Discussion in 'Tally Developer' started by Ch Suresh, Nov 3, 2021.

    
  1. Ch Suresh

    Ch Suresh Member


    I Would like to fetch No. of. Kind Packages in my columnar report as like this

    I write the field as
    [Field: DBC_NoofBags] ;;This is the field to fetch the value in columnar report
    Use : Number Field
    Style : Normal
    Invisible : NOT ##DBC_NoofBags Or NOT ##DBC_NoofBags Or NOT $$IsInventoryOn
    Scroll : Yes
    Set as : $VchFldPacTotal ;; This is the UDF value of Total of No of Kind Packages
    Border : Thin Left
    Align : Right

    upload_2021-11-3_20-23-23.png upload_2021-11-3_20-23-23.png
     


  2. Vijay Shetye

    Vijay Shetye Member


    Find the appropriate Collection and then Fetch your udf it should solve your issue
     


Share This Page