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!

Search results for query: *

  1. wilekoyote76

    Multiple Selection Criteria

    What I am trying to do is first select all records that are open. A record would be open if it has an invoice date and no payment. Invoice records are found in these fields: {CONTACT2.UDATEINV}, {CONTACT2.URIDATINV}, {CONTACT2.URODATEINV}, and {CONTACT2.UINTINVDAT} Payment info is found in...
  2. wilekoyote76

    Formula using Startswith and adding Date to end

    I am trying to figure out how to create a formula selection that would look for "BRIAN" and then the date as noted in the example would be the next operation. So basically "BRIAN today" with the spaces in between are what I am looking for. Suggestions on the advanced formula for this...
  3. wilekoyote76

    Joins to display data

    I'm trying to figure out how to display the data that I need from 2 tables. Below is what I have for criteria including the joins. Ref is not showing up on the report. Table Names: Contact1 ContHist Links for Database Tables: (Under Database Expert) Contact1.LastDate -> Conthist.lastdate...
  4. wilekoyote76

    Week and Month Summary

    I've searched through a few of the threads and was unable to come up with a solution other than partial here and there solutions with regards to this. Thus, I am creating a thread that I hope the senior guys here can help for everyone in the future to review I would like to create a formula...
  5. wilekoyote76

    Selection Statement with OR

    When using this selection statement is brings up the data for the first 2 fields (udaterecd and udateinv) but it will not bring up data from ustaterep: {CONTACT2.UDATERECD} = {?Date for Status Report} or {CONTACT2.UDATEINV} = {?Date for Status Report} or {CONTACT2.USTATREP} = {?Date for Status...
  6. wilekoyote76

    Splitting up Criteria and showing results

    I'm using the formula for "yesterday" but the report will actually be used for "today". I have to use "yesterday" to compare to the actual report that was generated in the original program that I'm converting over to Crystal Reports. I have the following in my selection statement: ( (...
  7. wilekoyote76

    Unknown Input Field for Parameter

    I have a request from one of my users that they be able to "add" another custom field or two to a report on the fly. They would define the name in a text field and the other two fields would be number values that would be added to a calculated sum value. Would I have to ask for the parameters...
  8. wilekoyote76

    Selection formula based on 2 parameters

    When I type in this selection formula {CONTACT2.UCLMYR}>{?Claim_Year} and {CONTACT2.UCLMNO}={?Claim_Number} it brings back EVERY record. I want it to bring back only the one record that equals the prompted claim year and claim number for the report.
  9. wilekoyote76

    Creating Page of Summaries

    How would one go about creating a page of summaries from all Groups? Basically I'm looking at taking a calculated value for each group within the footer of the group and I want to create a summary page that has the group name and the calculated value from within the footer of that grouping.
  10. wilekoyote76

    How do I pass date parameters to sub reports and use them in the selec

    http://www.tek-tips.com/faqs.cfm?fid=1329 has ideas on creating subreport with passing parameters to subreports. Is there another way to pass ?startdate and ?enddate to a subreport or maybe its better to pass a selection into a subreport. I'm trying to filter "exceptions" to rules i've...
  11. wilekoyote76

    Get All of the selections

    Using this equation I'm getting only partial results. I want each of the conditions to be checked. If statements only check one and move on. How can I rework this selection query so it checks for ALL the conditions and displays ALL the records within the search dates? if {CONTACT2.UCLMNO} >...
  12. wilekoyote76

    Override of a Parameter Field

    I am writing a report with CR11 and the company I am doing this for has a quirky way of doing calculations. They have several conditionals and variables that are used based on which vendor is being used and the specifics of the job. What I am trying to account for is a automatic selection for...
  13. wilekoyote76

    Automation of reports including emailing

    Is there a way to automate report generation and email them? What if parameters are involved like selecting dates (which could be programmed in if needed).
  14. wilekoyote76

    Goldmine and Crystal Reports

    I'm working on developing out reports for Goldmine in Crystal Reports XI. It shows a container in Goldmine for Crystal and the Crystal extensions for Goldmine were loaded on the workstations. What do I need to do to get it so that the management can view the reports I'm creating. They have...
  15. wilekoyote76

    Data disappears when adding a field

    I have a connection to the Goldmine database with Contact1 and Contact2 selected for tables. Contact2 was where all my reports derived their data. When I add a field from Contact1 into the report, all the data disappears in the report. Is there something programatically that I need to do or...
  16. wilekoyote76

    5 prompts for dates

    I am trying to create a report in CR11 that will pull data from the db based on 5 weeks worth of data. The user would be prompted when running the report for each date and it would calculate the next 7 days worth of data from within the database. These dates necessarily do not have to be "in...
  17. wilekoyote76

    Changing color of text based on result

    I am trying to color code results from a formula. The formula is a local formula and the results are calculated and vary on every record accessed in the Details section of the main report. Is there a way to color code from within CR11r2 other than under the formatting formula section, like...
  18. wilekoyote76

    Changing color of text based on result

    I am trying to color code results from a formula. The formula is a local formula and the results are calculated and vary on every record accessed in the Details section of the main report. Is there a way to color code from within CR11r2 other than under the formatting formula section, like...
  19. wilekoyote76

    Calling a Formula in Another Formula

    Thanks to Gary Parker for his help getting the lastdate formula working properly for me in a whole lot less code too! Being that I am a newbie at CR and have XIr2...I used this to call the LastDate formula and find the difference between it and the current date. It brings up 0s. What am I...
  20. wilekoyote76

    Complex If Statement Problems

    I'm working on a formula that is not calculating all the fields properly. What I am trying to do is calculate the days since the last action on a contact and below I have the code for it. CONTACT2.UDATERECD=Date ticket was opened CONTACT2.URIDATREC=Reinspect the ticket for problems...

Part and Inventory Search

Back
Top