You are currently viewing the BOOK: Professional Crystal Reports for VS.NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I was trying yo create line chart in crystal reports with above data. The dates should be in X axis and for each of the Sales column, I need one line graph. So in above eg. a line joining with all the values of Sales1. Similarly for Sales2 and Sales3. Also the rows and columns are dynamic. So I need to do it programatically using crystal reports or any such tool. Any help appricated.
Oh I am able to do in design mode like this.
In chart expert data, on change of date column, mentioned sum of sales1, sum of sales 2 as show values. But how to do dynamically in coding!!!