Hi Guys
I have a bar chart with full accumulation. Syntax below. How do I colour the bars that have reached the budget. So if the 22nd have exceeded the 79,425,022, I would like the bar to be Green().
Expression:
Sum({<Type={'J'},Date={'>=$(vFYPeriod)<=$(vToday)'},DI_Period=>} Value)
// J indicates a job, and vFYPeriod is the start of the month.