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 derfloh 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 ppetronas40

  1. ppetronas40

    Conditional formating based on row value

    HI Turkbear, Thanks for your help. I put in the following formula in the format field next to the font color if (({Command.error_Type}="first error ") or ({Command.error_Type}="second error") or ({Command.error_Type}="other error" )or ( {Command.error_Type}="third error")) then crnavy else if...
  2. ppetronas40

    Conditional formating based on row value

    Hi, I want to change the font color of the field based on a value but if I do add a condition in formula editor it doesn't check the condition and changes the color for all the values. if {command.type}="Total Successes" and {command.type}="Total Errors" then crred else crnavy I just want to...
  3. ppetronas40

    Group by on email address

    Hi, I am very new to Crystal reports, so please excuse if my question is simple. I have to group by email_address. The query pulls data based on if (email_address like '%@abc.com' or '%@xyz.com') I want my report to look like: @abc.com Record1 Record2 @xyz.com Record1 Record2 I have created...

Part and Inventory Search

Back
Top