As a transitional step, this site will temporarily be made Read-Only from July 8th until the new community launch. During this time, you can still search and read articles and discussions.
While the community is read-only, if you have questions or issues requiring TIBCO review/response, please access the new TIBCO Community and select "Ask A Question."
You will need to register or log in or register to engage in the new community.
How to use "backcolor" to change whole row of Data
I have used TYPE=DATA but there are several columns in which color did not change from default??? How do I fix?
8207.21
1 Comment
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,