In Crystal Reports it is very easy to create a Gantt Chart . You just need a table with a starting date and an ending data. And there you go. In the given example I used the data from the Orders table from the database Northwind . I just took the data from July 1996. The regular chart looks like this: I just chose Color by series to get the same color for all the bars. Now I created a Gantt Chart with different colors before and after a given date (July 15 1996, in this case). Here Orange stands for Done and Green for To Do . How did I create this one? First I created a parameter GivenDate with 15-7-1996 as Default value. Next I created a Formula Field BeforeGivenDate : if {Orders.OrderDate}<{?GivenDate} and {Orders.ShippedDate} < {?GivenDate} then {Orders.ShippedDate} - {Orders.OrderDate} else (if {Orders.OrderDate}< {?GivenDate} and {Orders.ShippedDate}>= {?GivenDate} then {?GivenDate}- {O...
Blog over software als Access, Excel, SQL, Crystal Reports, Report Builder, Word, VBA, elfstedentochten en andere regionale zaken.