181
Views
4
Comments
Checkboxes Filter functionality
Question
Application Type
Reactive
Service Studio Version
11.12.6 (Build 51684)

Hi,

I wanted to create the checkboxes search functionality likewise we have in Outsystems training courses page.

OML will be appreciated.

thanks in advance..

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

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.

2020-06-27 18-35-53
Rohan Hanumante

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.

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

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.

  1. Open your module
  2. Go to the Interface tab 
  3. Double click on main flow
  4. Drag from the left panel the screen to the main flow canvas 
  5. In the New Screen dialog click in the list on Lists and then click Four Column Gallery


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

2026-02-26 06-29-24
Rahul
 
MVP

Hi Rohan,

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.




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