Hi,
I have 2 groupings country and Year.
I have only one date parameter and I have to calculate yeartodate summary values and the previous months greater than the month parameter should be highlighted in green.
sample data like this
Country
Year:2010
YeartoDate Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
Sum 275 125 150
(= Jan+Feb)
Country
Year:2009
YeartoDate Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
Sum 350 100 250 200 175 300 350 120 75 125 45 90 50
(= Jan+Feb)
output
------
Country
Year:2010
YeartoDate Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
Sum 275 125 150
(= Jan+Feb)
Country
Year:2009
YeartoDate Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
Sum 350 100 250 200 175 300 350 120 75 125 45 90 50
(= Jan+Feb) [-------Green--->>>>>>>>>>>>>>>>>>
these values should be highlighted
Any ideas, Thanks for your time.
I have 2 groupings country and Year.
I have only one date parameter and I have to calculate yeartodate summary values and the previous months greater than the month parameter should be highlighted in green.
sample data like this
Country
Year:2010
YeartoDate Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
Sum 275 125 150
(= Jan+Feb)
Country
Year:2009
YeartoDate Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
Sum 350 100 250 200 175 300 350 120 75 125 45 90 50
(= Jan+Feb)
output
------
Country
Year:2010
YeartoDate Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
Sum 275 125 150
(= Jan+Feb)
Country
Year:2009
YeartoDate Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
Sum 350 100 250 200 175 300 350 120 75 125 45 90 50
(= Jan+Feb) [-------Green--->>>>>>>>>>>>>>>>>>
these values should be highlighted
Any ideas, Thanks for your time.