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 Mike Lewis 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: *

  1. wld1957

    Report Form Problem - What can it be?

    Thanks "LBass", with your recommendations I was able to track down the culprit even though it took me about a day to do so. It was a custom value that was temporarily created and then removed from the database by the software provider. Even though the field was removed it still remained on...
  2. wld1957

    Report Form Problem - What can it be?

    Thanks and I will give this a try tomorrow. It makes sense and will give me a place to start.
  3. wld1957

    Report Form Problem - What can it be?

    I have used Crystal reports for over 15 years to make forms and reports. We are currently using CRX 11 on windows 7. Version 11.0.0.2495. I have a report that is more of a form. It has worked well for the past 4 years and now one of the formulas within the report has a problem where it...
  4. wld1957

    CRXI - Pull 7am to 7am for each day

    After some testing I figured it out. I had to combine the the date and time fields and then use them in a formula that I put in the select criteria. datetime(date({CAS_Action.ReceivedDate}),time({CAS_Action.ReceivedTime})) {@DateTimeCombo} >...
  5. wld1957

    CRXI - Pull 7am to 7am for each day

    CRXI - It has been awhile since I had to write a formula. I have been trying to get the data to pull records for the following time frame. Since this is done on a daily basis I have tried to use Today -1 to Today but have not been able to include the time frame. I have tried several time...
  6. wld1957

    Windows7: Version: CRXI / Experienc

    Thanks - I will also try this approach and see what results I come up with. These are ideas I never would have thought of without the help of others. Not only does this help solve my problem but is also a learning experience. Thanks again.
  7. wld1957

    Windows7: Version: CRXI / Experienc

    Also a good point. Unless the user is limited in their input the chance of errors is going to be present. Thanks.
  8. wld1957

    Windows7: Version: CRXI / Experienc

    Thanks Betty. It saves me time in finishing this.
  9. wld1957

    Windows7: Version: CRXI / Experienc

    Thanks, that is a good point. Something I did not think about. I assume I would use the same formula with different spelling variations? if ("WEAPON") in uppercase({CAS_ActionEntity.ActionEntityNote}) then "W" or if ("WAEPON") in uppercase({CAS_ActionEntity.ActionEntityNote}) then "W" or...
  10. wld1957

    Windows7: Version: CRXI / Experienc

    Thanks. That did work after I changed the brackets. Thanks.
  11. wld1957

    Windows7: Version: CRXI / Experienc

    Windows7: Version: CRXI / Experienced user but has been awhile since I have worked on reports. I have been trying to create a formula that would search a memo field for part of a word "weapon" and then return a value of "W". The word "WEAPON" may be entered in either uppercase or lowercase in...
  12. wld1957

    Formula - Compare Multiple variables

    CRXI - I created a formula (1) to compare a (selling date {cpmain.courtdate}) with the current date. If the selling date was before the current date a formula of (1.5 before sales) was applied. If equal to or after the selling date an (after sale poundage) was applied. Number 1 works great...
  13. wld1957

    Display String: Left Side - Right Side

    Thanks for the help. It took me a little longer to figure out as I have not worked with the tabs before. It works well. Thanks again.
  14. wld1957

    Display String: Left Side - Right Side

    That will work. I believe you are correct. It will be easier to just create a different text field. This is probably what I will end of doing. Thanks.
  15. wld1957

    Display String: Left Side - Right Side

    I have been trying to do the following in the display string: take Balance to Plaintiff - $1,000.00 and display it as: Balance to Plaintiff: $1,000.00 I want to show the first part on the far left (left justify) and the balance on the far right (right justify)of the display...
  16. wld1957

    Is Crystal formula possible?

    Thanks so much. It took me a few minutes to get this but once I did it worked perfectly. Thank you very much. Bill
  17. wld1957

    Is Crystal formula possible?

    CRXI – Technical user. Not sure if this can be done by a Crystal Formula or if it has to be done by sql statement. I have three (3) tables – cpmain \ sys_recp \ sys_trac (tables are linked) I need a total by month and based on the same date range for two of the tables: sys_recp \ sys_trac...
  18. wld1957

    Calulate Percentage

    Thanks, that's works great. Much appreciated.
  19. wld1957

    Calulate Percentage

    Thanks for the quick response. I created the 1st formula and will put it in the report header. The formula has a problem with the "year" part as I do not have a field named "year". whileprintingrecords; shared numbervar firstyear := distinctcount({cpmain.courtdate},{year}, "annually"); If...
  20. wld1957

    Calulate Percentage

    Using CRXI. I have a good working knowledge of Crystal. I can get this correct in Excel but have trouble with the formula in Crystal. I grouped a date field {cpmain.courtdate} by year. I then inserted a summary in group section next to the year (count of cpmain.courtdate). This gave me the...

Part and Inventory Search

Back
Top