How to connect my list to module for filter

Hello everyone. i would to seek for your assistance on how can i connect my list to module for filtering.

i have a list which has Soft Opening, Pre-Grand Opening and Grand Opening

in my module i have the details where i can input all the details of the contract including Opening Category.

i created a new module where i can filter my details using my list, but unfortunately the filter doesnt work. when i change. still displaying all items in the list

Answers

  • please share how you're filtering

    my suggestion would be create a boolean lineitem with formula ⇒ Opening category = Selected opening category

    You can use this boolean for your filtering purpose

    V.Sai Bharadwaj

    Connect on LinkedIn

  • @AtzDgr8 - Can you please share the logic you are applying for filtering the data.

    I would suggest to keep a formula like:

    ITEM(List)= Selection at frontend OR ISBLANK(Selection at frontend).

    This filter will show all the members when nothing is selected and if you select any particular member from the frontend dropdown then it will show only that member.

  • Arth
    edited August 23

    Hi @PulkitChawla thank you for your reply. the logic that i'm applying is once i will filter the opening category like Soft Opening, the CUST Contract Award - no filter will display only which are for Soft Opening.

    i will filter from pages.

  • @AtzDgr8 - Then what is the condition in the CUST Contract Award - no filter line item?

  • the condition of line item will be filtered according to the selected Opening Category. based on the image attached awhile ago. as you can, i selected Pre-Grand Opening but still the line item doesnt change. still displaying all line item. the objective is to display what is selected in Opening Category. thank you.