Multi form icon inline

Hi all

I have a multi record form. During creation, I have a flag that I set to indicate a condition exists or not. I currently just display a 0 or 1. Idealy I want to display an icon (green or red circle, as seen in scripts images). How do I set a column {unitsFlag} to display an icon.

So this is easier than I thought. I set up the variable as an HTML image, and in FIELDS, I set IMAGE to an icon in the image manager.
But I want to be able to change the image based on an if condition
I tried resetting it as
{ran} = 'scriptcase__NM__ico__NM__bullet_ball_red_32.png';
but it didn’t change the image. I also tried double quotes.

Anyone know the secret?

lewis