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!

Search results for query: *

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

    Excel: Different Page Orientation on Different Pages

    I know that in Word you set different pages to print in different page orientations for the same document. Is that cabpable in Excel? I have a spreadsheet that has a page of data and the second page terms and conditions. The data needs to be printed in Landscape format and the terms in...
  2. WPCMS

    Microsoft Word Formula: IF Statement

    I am trying to create a formula for a Word document that shows only the new start dates for our services. The table will have rows of types of services. Each time a service changes we print a letter of all of the services. All of the services in our system have start dates but we want the...
  3. WPCMS

    Counting Characters in a Text Field

    We are grabing data from one system and loading it into a new CRM system. The data are the notes on accounts. The new system has a 4,000 character limit to their notes fields (The old system had a 8,000 character limit). I need to pull only the notes that are greater than 4,000 characters...
  4. WPCMS

    PERCENTAGE OF BASE OUT OF TOTAL

    I have a simple math question. I am trying to find out what the base price is of the total that includes a fee. Example: I have a total of $200.00 which includes a 6% fee. I need to break this down in my report to show the base of <$$$> and the fee of <$$$> to equal $200.00. I know this is a...
  5. WPCMS

    SURPRESSING/EXCLUDING COST IN A TOTAL

    I am currently using CR XI and I am creating a report that is excluding past pricing. We have a start and stop date per item per client. I surpressed the past data with not (isnull ({AUTO.STOPDATE})) or {AUTO.STOPDATE} >= currentdate and {AUTO.PRORATE}<> "Y" This surpressing the old pricing...
  6. WPCMS

    Counting between days to make 0 days to 1 day

    I am trying to count how many days it takes to close a note from our users. I did the simple {@CHARACTER TO CLOSE DATE}-{@CHARACTER TO ENTRY DATE} formula. It shows a note that was created and closed the same day as "0" days. For our averages I need to have it show "1" if it is opened and...
  7. WPCMS

    Days to Years, Months, Days

    I am trying to take an In Process date and count how many Years, Months, and Days it has been In Process from CurrentDate. Awhile ago someone gave me the formula below but it didn't work. It returns "0 Yrs 0 Mos 17 Days". What am I missing? //The following assumes you have inserted a group on...
  8. WPCMS

    Turning days into Years, Months, Days

    I have a report that counts the days the account is in process. Some accounts have been in process for a few years. I would like my formula to break it down by years, then months, then days. How can I go about doing that? Thanks, WPCMS Program:Crystal Reports IX Level:Beginner
  9. WPCMS

    Simple If Then Statement

    I use CR IX and I am a new user. I have a simple formula (at least I think it is) to add to my report. //crystal syntax WhilePrintingRecords; If {Asgnmnt.CSHold} = "True" then "HOLD" Else "" When I view the report it is "" all the way. {Asgnmnt.CSHold} is a check box, so I am assuming...
  10. WPCMS

    Count Days to Current Date

    I am trying to figure out how to take a date field and count how many days to current date. Ex: {DateReceived} to currentdate returns 7 // {07/10/7} to 07/17/07 //returns 7 Thanks, WPCMS
  11. WPCMS

    Days Mailed From Current Date Formula

    I am a brand new user of Crystal Reports 9 and am still trying to figure out SQL writing. I am trying to figure out two formulas for my report. The first one is to take the mailed date and count the days to the current date (@days). Then I have a formula below (written crudly I am sure) to...

Part and Inventory Search

Back
Top