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 strongm 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 kassea

  1. kassea

    Outlook 2010 Splits Word 2010 Table In Body of Message When Replying or Forwarding

    I am using Office 2010 and have created a Word template. After filling out the Word form, I am using the Send to Mail Recipient to put it into the body of an Outlook message so the next person can fill in their portion. When I open the Outlook message and reply or forward, the table gets split...
  2. kassea

    Return Minimum Value of End of Range Paramater

    I am using Crystal Reports 2008. I have a CYTD parameter with a start date (4/1/2013) and an end date (6/15/2013) and a PYTD parameter with a start date (4/1/2012) and end date (6/15/2012). I need to determine the number of working days in the end portion of my CYTD parameter (June 1-15...
  3. kassea

    Totaling Conditional Formulas

    This worked perfectly!! Thank you, Pete.
  4. kassea

    Totaling Conditional Formulas

    Here is the formula I am using to calculate the freight: if{SHIP_TO_INFORMATION_T.SHIP_TO_CITY} IN ["ANNISTON"] THEN {#rt cytd Pounds CITY} * .225 ELSE IF {SHIP_TO_INFORMATION_T.SHIP_TO_CITY} in ["INDIANOLA"] THEN {#rt cytd Pounds CITY} * .215 ELSE IF...
  5. kassea

    Totaling Conditional Formulas

    I am using Crystal Reports 2008. I have a report grouped by City with each City having a different freight rate. I am using an If Then formula to calculate the freight cost for each City ([Pounds] * Rate). How can I get a grand total of the freight cost? Thank you.
  6. kassea

    Top N Include Others Name Not Correct On Report

    I am using Crystal Reports 2008. I have a report that I want to show the Top 5 buyers by buyer name and then group all the rest as "Others". When I run the report, the preview panel shows the correct name of "Others" but the report itself shows an actual buyer name rather than "Others".

Part and Inventory Search

Back
Top