Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleBean Shell Code
String status = row.get("status");
if(status.equals("Resolved")){
return value; 
}else{
return null; 
}

Image Added

Download Demo App

A demo app has also been attached below for you to download and try out the wordaround. The Multi Datalist Formatter plugin is already included in the App and will automatically be installed into your Joget DX when you import this app.

...