Marriage of 2 Collections

Discussion in 'Tally Developer' started by Amit Kamdar, Oct 7, 2018.

    
  1. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Dear Experts,

    See following code...........
    Code:
    [Collection: MinMaxStockItem]
            Type            : Stock Item
            Child of        : #StockGrpName
    
    [Collection : VouchersColl]
        Type        : Voucher
    
    [Collection: SummaryColl]
        Source Collection     : MinMaxStockItem
        Walk            : Inventory Entries
        By            : StockItemName        : $StockItemName
        Aggr Compute        : OutStkTotalQty    : Sum    : IF @@OnlySaleCN Then $BilledQty     Else ""
    
    My repeat uses Collection:MinMaxStockItem. The Value computed is in Collection:SummaryColl.

    How to arrange their marriage? So i can avail of the computed values in Collection:MinMaxStockItem.
     
    Meena Mhatre likes this.


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    I also tried using Formula and Object:Ledgers ......... but not picking up........

    I have group-wise StockItem report.............
     


Share This Page