I have a situation where I am showing performance trend. Inorder to show whether the trend is improving or declining I have two methods :
1. example, if I have a measure named Price and I need to show the color coding of trend. I want to show it based on monthly status.
if this month- Agu'19 price is 2000 and the avg of price since last 6 months is 2500 then This month price will be in red. If next month is 2500 and the last 6 month avg is 2300 then that value will be in green.
2 If the price of this month is 2000 and last month it was 1800,then it will be in green.. compared to last month I will show in red or green
How is it possible to apply colors in SAS vA. I have tried all possible methods I know but no luck. Please help me with this..
Many thanks in advance. If this is not possible, any suggestions would be welcomed..
🙂