Donal Mattimoe Posted June 27, 2022 Posted June 27, 2022 I have used TYPE=DATA but there are several columns in which color did not change from default How do I fix 8207.21
Donal Mattimoe Posted June 29, 2022 Author Posted June 29, 2022 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,
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now