Hi,
I have a table with StartDate, EndDate, Value and some additional characteristics.
-I want to create a Chart
-X starting with the lowest of all Dates and Ending with the highest Date.
-Y displays for each X the Sum of Values where X >= StartDate & X < EndDate.
-It should be possible to filter the data by using the other characeristics and the Chart should automatically adapt.
I tried a lot but the only thing I could do, was to build a static list of values using Visual Basic and display it
as chart. But this makes filtering impossible.
Any hint to sovle this problem is highly appreciated.
Thanks,
Andre
Bookmarks