Technical Questions
 Crystal Reports Forum : Crystal Reports 9 through 2020 : Technical Questions
Message Icon Topic: Side by Side Bar Chart - Weekly Groupings Post Reply Post New Topic
Author Message
Zerodrop
Newbie
Newbie


Joined: 03 Jan 2013
Online Status: Offline
Posts: 1
Quote Zerodrop Replybullet Topic: Side by Side Bar Chart - Weekly Groupings
    Posted: 03 Jan 2013 at 1:41pm
I have a table that contains ticket details including the date the ticket was opened (jiraissue.CREATED) and the date the ticket was closed (jiraissue.RESOLUTIONDATE). 
 
I would like to create a side by side bar chart that groups for each week the number of tickets opened, the number of tickets closed and the total number of tickets open at the beginning of each week (RT opened tickets - RT closed tickets...I think). 
 
I have grouped the opened and closed tickets by week using the following formula.
 
DateTimeVar YourDate := {jiraissue.CREATED};
Numbervar WeekStart :=7;
Date (YourDate) - DayOfWeek (YourDate) + WeekStart
- (if DayOfWeek (YourDate) < WeekStart then 7)
 
My first issue is that I don't know what field to use for the "On change of" prompt when creating the chart.  Do I need to use a formula to specify the date range I am interested in?  If so, how is this done?
 
My second issue is that the formula I created with RTOpen - RTClosed is not showing up in the "Available fields" of the "Chart Expert".
 
I am using Crystal Reports 2008.
 
Thanks in advance for any assistance.
 
ZD
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.031 seconds.