Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: tkschief
  • Content: Threads
  • Order by date
  1. tkschief

    Formula can't be used in group selection

    I have a report that is grouped by case number. Each record has a case_status_date and I am trying to return only the groups that contain matching case status dates. I created a formula called @new1 with the following: if {Command.CASE_STATUS_DATE} = next({Command.CASE_STATUS_DATE}) then 1...
  2. tkschief

    Time Difference in a Group

    I am using Crystal Reports 11 and have a report that is grouped by case number. In each group, there are 4 events. I'm not sure how to calculate the time difference in minutes between the Locate Date and each of the 3 deadline events. I attempted a formula but the time difference is always 0...
  3. tkschief

    Formula Help

    I am stuck. I am using Crystal Reports XI and retrieving data from a SQL database. The goal of the report is to return cases that can be destroyed each calendar year. To determine when a case can be destroyed, the youngest child dob + 27 years on the case is compared to the latest order event...
  4. tkschief

    Possible to sort main report data and subreport data together?

    I'm using CR 11 and in my main report event data is being returned for specific events and then sorted by the event date for each case group. I then have a subreport that brings in another event, event date and two more fields which I have put in the group footer. The data being returned with...
  5. tkschief

    Formula/Group Selection Help Requested

    Hi - I'm hoping someone can provide some help with this as I am a beginner CR user. Here's my dilemma: I’m using this formula (AssignAttyTrialDate) to identify which attorneys were assigned when the eventdate occurred. If date({T_EVENT.EVENT_DATE_TIME}) in minimum...
  6. tkschief

    Comparison Formula

    Hi, How do I compare the same field in a group? For example, I have the following data (grouped by CASE_NUM): CASE_NUM PID JD-2010-00001 12345 JD-2010-00001 12345 JD-2010-00002 12346 JD-2010-00002 12347 I need to compare the PID's in each group and if the PID's are different...
  7. tkschief

    Group Selection Formula

    Hi, I don't know how to write a group selection formula with 2 sets of criteria. Here's my situation: 1. Report is grouped by Command.case_number. 2. 60911True formula: If {Command.IS_60911_APPLICABLE}= True then 1 else 0; 3. Current Group Selection formula: sum({@60911True}...
  8. tkschief

    Group Selection Formula

    I'm using Crystal Reports 11 and have a report grouped by number. Each group may have several charge modifiers. I'd like my report to display each group that contains a certain charge modifier (for example 123.11). I've tried using a group selection formula of {V_SSRS_CHARGE.CHARGE_MODIFIERS}...
  9. tkschief

    Is it possible to add a subreport into a text object?

    Hi, I have a subreport that I need to insert into an existing text object in my main report which contains several other fields. However, I cannot drag or cut the subreport link/field into my text object. Is this possible? Or is there some trick to this? If you need further information or...
  10. tkschief

    Add hyphen to a number

    Hi, I'm using CR 11 and I cannot figure out how to format a number field to include a hyphen after the first 2 digits in the number. Is this possible? For example, T_CASE_INCIDENT.INCIDENT_ID displays as 1001281 in my report. I need it to display as 10-01281. Thanks for any help you can...
  11. tkschief

    Running Total - start count with value of 2

    Is there a way to to set up my running total fields count to start with the value 2 each time? This is what I have: Summarizing field = L_Event_Type.Event_Type_Name Type of Summary = count Evaluate = for each record Reset = on change of group T_Case.Case_Num I'm speculating I maybe need to...
  12. tkschief

    Formula Needed for newbie

    I have a crystal report that displays the charging attys and charging staff on a case for a received referral event if their assignment date is null grouped by Last_Name and then by Case_Number. In some instances, both a charging atty and charging staff are on a case. In this situation, we...
  13. tkschief

    Formula Help - Newbie

    I am a newbie to writing crystal reports formulas. In fact, I've never written a formula in my life so I apologize for all of the questions. Here's my dilemma: I have a report grouped on case number and in the details it shows each assigned staff and their role name. What we want the report...

Part and Inventory Search

Back
Top