Hi,
I wanted to create the checkboxes search functionality likewise we have in Outsystems training courses page.
OML will be appreciated.
thanks in advance..
So you don't want to create it, you want someone else to create it.
Why not try it first yourself, maybe it is not so complex afterall.
If you get stuck then ask help again.
Hi @Daniël Kuhlmann,
I didn't mean like that. I just wanted to understand how can I get a high-level understanding or get started with such kind of functionality. Anyways thanks.
Hi Rohan,
The easiest way to see how to do it is by creating a screen based on the Example screens that OutSystems provides. There are several screen templates that implement different ways of filtering. I suggest you use the following screen template, generate screen design and logic then inspect it to understand how the filtering is implemented.
This will add a screen to your module with products that can be filtered by category.
The list of categories is dynamic, so you can add categories (not a static entity) without a need to change the application.
Regards,
Daniel
Its very simple logic like Above image Status and Level are static entity and you need to add filter on aggregates for status and level. you can use like operator or index function for searching.