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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by blevy33

  1. blevy33

    Count instances of string created in formula at end of report

    Our posts must have crossed, but your assumption was correct and your solution was exactly what I needed. I now understand a little more about CR and how to create certain reports. Thanks for your help.
  2. blevy33

    Count instances of string created in formula at end of report

    @hr if {StudGrades GPAMC.GPA Entry}>=3.5 then 1 //this allows me to count the instances of GPA above 3.5 during a student's 4 years @sort {Student.Grade Level Now}+{Student.Last Name}+{Student.First Name}+{Student.Import ID} //this is used to sort records for 1100+ students I'm not sure...
  3. blevy33

    Count instances of string created in formula at end of report

    I thought of that but neither of my formulas called "count" or "award" appear in the fields that I can select for the cross tab even though they are in the report. The formula "count" is Sum ({@hr},{@sort} ) that formula is then referenced by the formula...
  4. blevy33

    Count instances of string created in formula at end of report

    I have created a formula in CR7 that looks at detail and returns a string value if the number in the formula is a certain value. For example if {@count}=1 then "Honors Certificate" else if {@count}=2 then "Honors Medal" else and so on. My problem is that I also need to...

Part and Inventory Search

Back
Top