Oct 11, 2007 #1 campia Technical User Apr 20, 2007 77 BE Hi, I'd like to create a report where I can see the evolution of the total of tickets per month in a bar chart. 56 65 54 jan fev mars ... Any idea? Thanks André
Hi, I'd like to create a report where I can see the evolution of the total of tickets per month in a bar chart. 56 65 54 jan fev mars ... Any idea? Thanks André
Oct 11, 2007 #2 dgillz Instructor Mar 2, 2001 10,043 US Perform a summary count on the database field. Summarize by the date field and you will be prompted how often to summarize and then chose 'monthly'. Then insert a bar chart. Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports http://www.gainfocus.biz "What version of URGENT!!! are you using? Upvote 0 Downvote
Perform a summary count on the database field. Summarize by the date field and you will be prompted how often to summarize and then chose 'monthly'. Then insert a bar chart. Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports http://www.gainfocus.biz "What version of URGENT!!! are you using?
Oct 11, 2007 Thread starter #3 campia Technical User Apr 20, 2007 77 BE I do not have the sum option. My db fields have all the "text" type. André Upvote 0 Downvote
Oct 11, 2007 #4 IdoMillet Instructor Feb 6, 2001 5,290 US Use a formula to first convert them into a number. cDbl() or ToNumber() would do the trick. - Ido view, e-mail, export, burst, distribute, and schedule Crystal Reports. http://www.MilletSoftware.com Upvote 0 Downvote
Use a formula to first convert them into a number. cDbl() or ToNumber() would do the trick. - Ido view, e-mail, export, burst, distribute, and schedule Crystal Reports. http://www.MilletSoftware.com
Oct 11, 2007 Thread starter #5 campia Technical User Apr 20, 2007 77 BE so if I put ToText(CDbl ({CTSTICKET.TICREATED}),"MM MMMM") i have an error saying me:"The string is non-numeric" I also tried the ToNumber and it's the same... André Upvote 0 Downvote
so if I put ToText(CDbl ({CTSTICKET.TICREATED}),"MM MMMM") i have an error saying me:"The string is non-numeric" I also tried the ToNumber and it's the same... André
Oct 11, 2007 #6 dgillz Instructor Mar 2, 2001 10,043 US Please show sample data and desired results. Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports http://www.gainfocus.biz "What version of URGENT!!! are you using? Upvote 0 Downvote
Please show sample data and desired results. Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports http://www.gainfocus.biz "What version of URGENT!!! are you using?