Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Report Design
Message Icon Topic: Bar Chart Post Reply Post New Topic
Author Message
CoachGBT
Newbie
Newbie


Joined: 08 Apr 2011
Online Status: Offline
Posts: 29
Quote CoachGBT Replybullet Topic: Bar Chart
    Posted: 17 Nov 2011 at 8:04am
I would like to create a bar chart that will provide a bar graph for each day of the month even if the bar graph is 0 or 99. Is this possible to do with CR?
 
Thanks,
CoachGBT
IP IP Logged
DBlank
Moderator
Moderator


Joined: 19 Dec 2008
Online Status: Offline
Posts: 9053
Quote DBlank Replybullet Posted: 17 Nov 2011 at 9:49am
you need a source that has all of the days of the month. Ususally people create a month table and then left outer join their actuqall data to that.
from there when you do your chart daat yuo have to use the 'Month' Table field to group on.
IP IP Logged
kostya1122
Senior Member
Senior Member
Avatar

Joined: 13 Jun 2011
Online Status: Offline
Posts: 475
Quote kostya1122 Replybullet Posted: 17 Nov 2011 at 11:39am
you could try to
create a formula like
if {datefield} in date(2011,1,1) to date(2011,1,2) then 1 else
if {datefield} in date(2011,1,1) to date(2011,1,3) then 2 else
if {datefield} in date(2011,1,1) to date(2011,1,4) then 3 else
if {datefield} in date(2011,1,1) to date(2011,1,5) then 4 .....

IP IP Logged
CoachGBT
Newbie
Newbie


Joined: 08 Apr 2011
Online Status: Offline
Posts: 29
Quote CoachGBT Replybullet Posted: 18 Nov 2011 at 11:12am
So if my report has an open date that I want to display although it doesn't have a value, is it possible to display the open date with no value?
 
Thanks,
CoachGBT
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.016 seconds.