Ok thanks but it is not a table, it is just the workspace. My boyfriend says there is no option to mark/color the workspace?
------------------------------
Renee Damstra
------------------------------
Original Message:
Sent: Fri March 10, 2023 03:23 PM
From: Rick Marcantonio
Subject: Mark/color specific columns or fields
output close all.dataset close all.data list free /mood_lonely mood_happy group.begin data.1 3 04 8 04 7 03 2 15 7 13 1 1end data.MEANS TABLES mood_lonely mood_happy BY group.OUTPUT MODIFY /SELECT TABLES /IF SUBTYPES=["Report"] /TABLECELLS SELECT=["mood_lonely"] SELECTCONDITION=ALL BACKGROUNDCOLOR=YELLOW APPLYTO=COLUMN.
------------------------------
Rick Marcantonio
Quality Assurance
IBM
------------------------------
Original Message:
Sent: Fri March 10, 2023 03:17 PM
From: Renee Damstra
Subject: Mark/color specific columns or fields
Thanks Rick, I am not so good at syntax yet, could you give me an example for instance if I have a column named 'mood_lonely' how could I use the output command to make this colum have a yellow background?
------------------------------
Renee Damstra
Original Message:
Sent: Fri March 10, 2023 02:49 PM
From: Rick Marcantonio
Subject: Mark/color specific columns or fields
Hi. See the OUTPUT MODIFY command.
Note - OUTPUT MODIFY has a lot of options, it can do a lot of things; it can get confusing. Just start at the basic description, look at the SELECT subcommand and probably the TABLECELLS subcommand.
------------------------------
Rick Marcantonio
Quality Assurance
IBM