211
Views
5
Comments
Filtering a table using multiple id (Dropdown Tags)
Question
Application Type
Reactive

Hi! I'm having a problem filtering my table using dropdown tags. I can get the list of IDs that I needed to filter the table the problem it isn't working. Hope you can help me with this. Thanks

2023-05-08 05-34-05
Piyali Saha

Hi Ronald,

Please share the oml to get the issue you are facing more appropriately.


2021-09-06 15-09-53
Dorine Boudry
 
MVP

Hi Ronald,

i don't understand why you relate this filter to the Plantilla group id, isn't it supposed to check on the value of Jobcategory.id ?

Also not entirely sure what that "if xxx= nullidentifier" at the beginning means, do you have jobs that don't fall into any category ? If so, as a user, I don't think i would want to see them show up when filtering on specific categories. I would expect to be able to use the option "without category" in my dropdown.

Dorine


UserImage.jpg
Puja Rani

Hi Ronald, 

the list of items selected in dropdown tag, concatenate all list into string like below and then you can use that string/text variable in your aggregate to filter based on the selected items. Hope this helps!.


2024-04-08 12-58-25
Shady Mansour

Hi  Rani, Im looking for a sultion to help me with my dropdown tag as listed here, can you help me please with it to understand how to create the StringJoin server action., 

UserImage.jpg
Puja Rani

Hi @Shady Mansour ,

This server action is from a built in extension i.e Text, you can add in dependency and use it. Further, you can refer the document for more details.

Text API - OutSystems 11 Documentation

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.