i have a chart that displays income and outcome
now i managed to calculate and show the profit between them
my question is how do i see that in a percent %?
this is the code that calculates between the 2 and shows me the profit
regards salsa31
P.S
both datatype are currency(rs!Expence & rs!Cash)
now i managed to calculate and show the profit between them
my question is how do i see that in a percent %?
this is the code that calculates between the 2 and shows me the profit
Code:
SeriesTotal.Points.Add Format(CDate(rs!MonthGroup), "mmmm-yyyy"), rs!Expence - rs!Cash
P.S
both datatype are currency(rs!Expence & rs!Cash)