Hi. Can someone assist me on an If statement that will help me have the bargraph in 2 colors.
Value=
PaymentSchedule.PrincipleOutstanding + PaymentSchedule.InterestOutstanding so what If STATEMENT can i put in the colour property so that
PaymentSchedule.PrincipleOutstanding is displayed in blue and
PaymentSchedule.InterestOutstanding is displayed in yellow. NB: Its 1 bar graph i am adding the 2 values
Hi Rudo,
It seems you now add the two values, but that's not something you should do. You need to create two different series, and give each series its own colour.
And don't forget to enter the "Stacking Type" parameter to Stacked