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
Hi Ronald,
Please share the oml to get the issue you are facing more appropriately.
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
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!.
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.,
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