No, but really, it doesn't make sense for you to add your question to a 4 year old post. Generally, it is better for you to start a new post and if you need to, then provide a link to the older post. There is an example of exactly what you ask in this paper on pages 13 and 14 when the row color is changed http://support.sas.com/resources/papers/proceedings13/366-2013.pdf and the conditional trafficlighting is based on the values of 2 variables. If you do NOT put a usage of display for a numeric variable, you might need to read about how to use a compound name when you reference a numeric variable. A compound name is a special reference for a numeric variable that has an analytic usage and, so if you had something like this: define age / 'Student Age'; the correct compound name would be age.sum since the default usage for a numeric variable is analysis with a default statistic of SUM. cynthia
... View more