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 gkittelson 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. Svenos

    Number to Years, Months, Weeks, Days

    Ibass, you are a star! This is exactly what I am trying to do. Thank you.
  2. Svenos

    Number to Years, Months, Weeks, Days

    Thanks for the reply dgillz. The example code I found is this; datetimevar min := minimum({@Character field to date field in process date}); datetimevar max := maximum({@Character field to date field in process date}); numbervar yrs := datediff("yyyy",min,max); numbervar mos; if month(max) >=...
  3. Svenos

    Number to Years, Months, Weeks, Days

    I need a formula which will convert a number (which are days), to Years, months, weeks and days. Having looked in the FAQ's, the examples all seem to require a start and end date which I don't have. I'm using Crystal Reports XI. Any help greatly appreciated.
  4. Svenos

    Only Alert Records

    I am using CE10 & CR10 and I am using an alert on a report. I have then put the report onto Crystal Enterprise. I have then Scheduled the report to be emailed as a DHTML link to end users. I have also scheduled the alert to be emailed to a specific user as a DHTML link. My issue is that the...
  5. Svenos

    Is there a limit to the number of parameters that are displayed?

    Absolutely. Though users more often than not reach for the phone rather actually examine why no results appear.
  6. Svenos

    Is there a limit to the number of parameters that are displayed?

    OK thanks rorymo, I have eliminated drop down list as well. I now make the user type in their required criteria instead. The problem here is that it leaves room for user error ie. the user may miss spell their criteria, and for them to presume the report is either broken or not results matched...
  7. Svenos

    Is there a limit to the number of parameters that are displayed?

    I have encountered the same problem. It is a real pain. Do you have any news yet on any fix which may be available?

Part and Inventory Search

Back
Top