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 Chriss Miller 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 Dednutts

  1. Dednutts

    If Then summary for groups Crystal 11

    Thanks everyone, I replaced "or" with "else" and it works fine. Thanks again Steve
  2. Dednutts

    If Then summary for groups Crystal 11

    Hi Dave "A Boolean is required Here" if ({person.lastname})="person1" then Sum ({@time}, {Person.LastName})*(12.50) Steve
  3. Dednutts

    Summarize groups "If Then Statements"

    Thanks, I'm a newbie, I'll I thought Business Objects and Crystal were the same. I'll look & post in crystal forum. Cheers
  4. Dednutts

    If Then summary for groups Crystal 11

    Hi there, I have a Crystal 11 report that groups total hours for 3 people. Each person has a different $ value. I need to multiply the hours * $ if ({person.lastname})="person1" then Sum ({@time}, {Person.LastName})*(12.50) or if ({person.lastname})="person2" then Sum ({@time}...
  5. Dednutts

    Summarize groups "If Then Statements"

    Hi there, I have a BO report that groups total hours for 3 people. Each person has a different $ value. I need to multiply the hours * $ if ({person.lastname})="person1" then Sum ({@time}, {Person.LastName})*(12.50) or if ({person.lastname})="person2" then Sum ({@time}...

Part and Inventory Search

Back
Top