
Hi Every One
Please assist,I have written a report that pull data from a filtered view, this is basically the actual value and the estimated value of the opportunities ,I have now created a table that caters for both columns based on '2 year ago' ,'Last Year 'etc this basically performs a comparison between the actual or estimated close date and today date and either gets 1,2,0,-1,-2 Then it will sum up all either actual or estimated values into the column one year ago,2 year e.t.c Please see vb expression used on each row/column
=SUM(IIF(DATEDIFF(DateInterval.Year, Now ,Fields!DateToUse.Value)= - 2,Fields!actualvalue.Value, 0))
meaning it will sum up all actual or all estimated values belonging to the specific year together
either,those of a year ago,those of two years ago and those of this year and so forth.
What I now need to do is to show all that data on a chart the challenge is I have a vb expression for each column and row based on whether its actual or estimated by row and whether is this year last year or so forth
How can I go about achieving this and displaying this onto a chart.
Thanks.
*This post is locked for comments
I have the same question (0)