want to hide stock with zero quntiites but thus is not working any help

Discussion in 'Free Source Codes' started by swaib, Sep 18, 2021.

    
  1. swaib

    swaib New Member


    [Collection : Active Batches]
    Filter : ChkClsBal

    [System : Formula]
    Chkclsbal : Not $$IsEmpty:$Closingbalance and not $$isNegative:$Closingbalance
     


  2. narayane88

    narayane88 Active Member


    try this
    Code:
    Chkclsbal:@@VchStkItmBalanceN=>1
     


  3. NITIN KUMAR JAIN

    NITIN KUMAR JAIN New Member


    [#Collection: List of Stock Item]
    Sub Title: "Name", "Closing Balance"
    Delete : Format
    Add : Format : $Name, 40
    Add : Format : $ClosingBalance, 30
    Filter : ItemClosing

    [#Collection: List of Stock Items]
    Sub Title: "Name", "Closing Balance"
    Delete : Format
    Add : Format : $Name, 40
    Add : Format : $ClosingBalance, 30
    Filter : ItemClosing

    [System: Formula]
    ItemClosing : $ClosingBalance <> 0
     


  4. NITIN KUMAR JAIN

    NITIN KUMAR JAIN New Member



    Chkclsbal : $ClosingBalance <> 0
     


Share This Page