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?
Joined: 19 Dec 2008
Online Status: Offline
Posts: 9053
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.
Joined: 13 Jun 2011
Online Status: Offline
Posts: 475
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 .....
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