Jump to content

How to use "backcolor" to change whole row of Data


Donal Mattimoe

Recommended Posts

The problem was any column that was modified, as in size limiting was excluded from overall TYPE=DATA so I just specifially listed columns changed and backcolor needed.

 

$

TYPE=DATA,

COLUMN=N4,

BACKCOLOR=RGB(150 210 148),

WHEN=N23 EQ 1,

$

TYPE=DATA,

COLUMN=N4,

BACKCOLOR=RGB(242 139 0),

WHEN=N23 EQ 2,

$

TYPE=DATA,

COLUMN=N4,

BACKCOLOR=RGB(253 224 82),

WHEN=N23 EQ 3,

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...