Hi,
I'd like to do alternative graying of my detailed data (for easier reading).
Here is some sample data:
id col1 col2 col3
-- ---- ---- ----
1 abc def ghi
2 bcd efg hik
2 bcd efg ikl
3 cde fgh ikl
3 cde ghi klm
3 def ghi lmn
4 abc def ghi
In this example, I want all the rows with id's of 2 to be grayed and all the rows with id's of 4 to be grayed.
I think I should do background color with a condition formula for the detail section, but I'm not sure how to code the formula.
Thanks a bunch!
mnguyen_va@yahoo.com
I'd like to do alternative graying of my detailed data (for easier reading).
Here is some sample data:
id col1 col2 col3
-- ---- ---- ----
1 abc def ghi
2 bcd efg hik
2 bcd efg ikl
3 cde fgh ikl
3 cde ghi klm
3 def ghi lmn
4 abc def ghi
In this example, I want all the rows with id's of 2 to be grayed and all the rows with id's of 4 to be grayed.
I think I should do background color with a condition formula for the detail section, but I'm not sure how to code the formula.
Thanks a bunch!
mnguyen_va@yahoo.com