/outsystems-tutorials

How to apply conditional formatting in OutSystems lists (e.g. highlight rows meeting criteria)?

Learn to apply conditional formatting in OutSystems lists to dynamically highlight rows based on criteria, enhancing data visualization and improving UI experience.

Matt Graham, CEO of Rapid Developers

Book a call with an Expert

Starting a new venture? Need to upgrade your website? RapidDev builds Webflow websites with your growth in mind.

Book a free No-Code consultation

How to apply conditional formatting in OutSystems lists (e.g. highlight rows meeting criteria)?

Applying Conditional Formatting in OutSystems Lists

 

Applying conditional formatting in OutSystems allows you to dynamically highlight rows in a list based on specific criteria. This can enhance data visualization and allow end users to quickly identify significant data, contributing to a better user interface (UI) experience. This step-by-step guide will walk you through the process to apply conditional formatting in your OutSystems applications.

 

Prerequisites

 

  • An OutSystems account with access to Service Studio.
  • Basic understanding of OutSystems, particularly concerning entities and list widgets.
  • An application in OutSystems where you wish to implement conditional formatting.

 

Understanding Conditional Formatting

 

  • Conditional formatting involves setting rules that apply specific styles to UI elements based on data criteria.
  • This guide focuses on highlighting rows in OutSystems aggregate-based lists when certain conditions are met, using styles applied through CSS classes or inline styles.

 

Setting Up Your List in OutSystems

 

  • Ensure you have a screen where a list widget will display data from an aggregate or local variable.
  • Bind this list widget to the desired aggregate which pulls data from your database entities.
  • Understand the conditions under which certain rows should be highlighted (e.g., values exceeding a threshold).

 

Applying CSS Classes for Conditional Formatting

 

  • Navigate to the "Interface" section in OutSystems to define global CSS classes for your application.
  • Create CSS classes for the conditional formatting, such as:
    <pre>
    .highlight-row {
      background-color: #f8d7da; /_ Light red background _/
    }
    </pre>
    
  • Add these classes to your module stylesheet (in the Style Sheets section).

 

Implementing Conditional Logic in the Interface

 

  • Go to the screen where your list widget is implemented.
  • Inside the list item block, you must apply a condition to decide when to apply the styles. This is usually done using the ListItem's Attribute setting or if utilizing CSS classes, the "Style Class" property directly.
  • For simple conditions, use expressions to evaluate your rule and apply a class based on the result.
    <pre>
    If(CurrentItem.MyEntity.AttributeName > ThresholdValue, "highlight-row", "")
    </pre>
    
  • Assign the above expression to the "Style Class" or "Extended Properties" of your list item widget, where applicable.

 

Using Inline Styles (Alternative Approach)

 

  • If you prefer using inline styles instead of predefined CSS classes, set conditions directly within the list item block.
  • Access the "Extended Properties" of the list item or cell widget and add a conditional style like:
    <pre>
    style=If(CurrentItem.MyEntity.AttributeName > ThresholdValue, "background-color: #f8d7da;", "")
    </pre>
    
  • Inline styling allows for quick styling adjustments but is less reusable across different project parts.

 

Testing Your Implementation

 

  • Upon saving changes, run your OutSystems application within Service Studio or deploy it to a testing environment.
  • Validate that the conditional formatting rules are working correctly — rows meeting the criteria should display with their set styles or CSS classes.

 

Deploying and Maintaining Your Application

 

  • After verifying the implementation, deploy your OutSystems application following your organization's deployment process.
  • Regularly review and adjust the conditional formatting rules and styles as necessary to align with changing business requirements or UI standards.

 

By following these steps, you can implement dynamic conditional formatting in your OutSystems list widgets to improve data presentation and usability of your application interface.

Explore More Valuable No-Code Resources

No-Code Tools Reviews

Delve into comprehensive reviews of top no-code tools to find the perfect platform for your development needs. Explore expert insights, user feedback, and detailed comparisons to make informed decisions and accelerate your no-code project development.

Explore

WeWeb Tutorials

Discover our comprehensive WeWeb tutorial directory tailored for all skill levels. Unlock the potential of no-code development with our detailed guides, walkthroughs, and practical tips designed to elevate your WeWeb projects.

Explore

No-Code Tools Comparison

Discover the best no-code tools for your projects with our detailed comparisons and side-by-side reviews. Evaluate features, usability, and performance across leading platforms to choose the tool that fits your development needs and enhances your productivity.

Explore

Bubble Integrations

Dive into our comprehensive resource for Bubble.io integrations, featuring expert advice, detailed tutorials, and FAQs. Whether you're a beginner or an experienced developer, find everything you need to seamlessly integrate third-party services with Bubble.io.

Explore

Successful Bubble.io Projects

Explore a curated showcase of successful Bubble.io projects and see what's possible with no-code development. From innovative apps to complex systems, discover inspiring examples that highlight the power and versatility of Bubble.io. Start envisioning your next project today!

Explore

Flutterflow Tutorials

Explore our detailed directory of FlutterFlow tutorials to master mobile app development without coding. Gain insights through step-by-step guides, practical examples, and expert tips to efficiently use FlutterFlow and build stunning apps.

Explore

Want to explore opportunities to work with us?

Connect with our team to unlock the full potential of no-code solutions with a no-commitment consultation!

Book a Free Consultation

Client trust and success are our top priorities

When it comes to serving you, we sweat the little things. That’s why our work makes a big impact.

Rapid Dev was an exceptional project management organization and the best development collaborators I've had the pleasure of working with. They do complex work on extremely fast timelines and effectively manage the testing and pre-launch process to deliver the best possible product. I'm extremely impressed with their execution ability.

CPO, Praction - Arkady Sokolov

May 2, 2023

Working with Matt was comparable to having another co-founder on the team, but without the commitment or cost. He has a strategic mindset and willing to change the scope of the project in real time based on the needs of the client. A true strategic thought partner!

Co-Founder, Arc - Donald Muir

Dec 27, 2022

Rapid Dev are 10/10, excellent communicators - the best I've ever encountered in the tech dev space. They always go the extra mile, they genuinely care, they respond quickly, they're flexible, adaptable and their enthusiasm is amazing.

Co-CEO, Grantify - Mat Westergreen-Thorne

Oct 15, 2022

Rapid Dev is an excellent developer for no-code and low-code solutions.
We’ve had great success since launching the platform in November 2023. In a few months, we’ve gained over 1,000 new active users. We’ve also secured several dozen bookings on the platform and seen about 70% new user month-over-month growth since the launch.

Co-Founder, Church Real Estate Marketplace - Emmanuel Brown

May 1, 2024 

Matt’s dedication to executing our vision and his commitment to the project deadline were impressive. 
This was such a specific project, and Matt really delivered. We worked with a really fast turnaround, and he always delivered. The site was a perfect prop for us!

Production Manager, Media Production Company - Samantha Fekete

Sep 23, 2022