Add Filter in Collection

Discussion in 'Requests' started by Sundar, May 3, 2013.

    
Thread Status:
Not open for further replies.
  1. Sundar

    Sundar Member


    Hello Experts
    I have tried to add a filter in existing collection like "LedgerEntries", "InventoryEntries" as follows. But it is not working. Can anybody help me to achieve this.

    Repeat : BILL InvDetails : InventoryEntries
    Local : collection : InventoryEntries : Add : Filter : MyFilter

    [System : formula]
    MyFilter : ##ABC = #XYZ


    Best Regards
    Sundar
     


  2. admin

    admin Administrator Staff Member


    in the above scenario, instead of filter u can write empty condition


    Repeat : BILL InvDetails : InventoryEntries
    Empty: Not @@MyFilter

    [System : formula]
    MyFilter : ##ABC = #XYZ
     


  3. Sundar

    Sundar Member


    Thanks a lot for your guidance Mr. Kiran.
     


Thread Status:
Not open for further replies.

Share This Page