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 Wanet Telecoms Ltd 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 rico7937

  1. rico7937

    How to get Duuplicate Records out

    I have a s imple report that is pulling in records for oncall, below is the query: {USERS.USER_ACTIVE_FLAG} = 1 and {GROUPS.ACTIVE} = 1 and {MEMBER_OF.GROUP_ID} Like 'IGS-VF*' OR {MEMBER_OF.GROUP_ID} Like 'VFC-*' I cannot figure out why on the return of data that a individual names appears...
  2. rico7937

    Formula error - booleen required

    Thank you ! That worked as expected !
  3. rico7937

    Formula error - booleen required

    Maybe I'm coding wrong for what I am trying to do: First I want to pull in all the records from the VENDOR_INFO.VEND_FIELD5 Then I add the 2 statements below: {VENDOR_INFO.VEND_FIELD1} = "Y" AND NOT ({PROBLEM.PROBLEM_ABSTRACT} STARTSWITH ["DR-*","[DR]"]) So far everything is ok, I know have...
  4. rico7937

    Formula error - booleen required

    Can someone take a look at this formula and let me know why I am getting a boolean required on line # 5 If (isnull ({VENDOR_INFO.VEND_FIELD5})) then " " else ({VENDOR_INFO.VEND_FIELD5}) and ({VENDOR_INFO.VEND_FIELD5}) <> "OVERDUE" and ({VENDOR_INFO.VEND_FIELD5}) <> "OVERDUES" I know I have...
  5. rico7937

    Empty Folders in the Output File Repository

    Has anyone experience any issue's with Crystal Enterprise 10 dealing with empty folders in the File Store Output folder ? I was told to enter a -prune command in the file output repository service, which I did. This command has been in place since Feb. 7 at 9 AM and was told that the service it...
  6. rico7937

    Formula for adding additional hours - Forecasting

    I am using Crystal Reports v10. I am trying to create a formula that will let me forecast when a Service Desk Ticket will breach based upon severity. SEV 1 4 HRS SEV 2 24 HRS SEV 3 10808 HRS(7 DAYS) Ex. Sev 1 Ticket opened 6/30/2008 1:00:00 PM should breach at 6/30/2008 5:00:00 PM Currentyl...
  7. rico7937

    Formula Help Needed - Need to shorten field

    Thank you so much, that worked just fine !
  8. rico7937

    Formula Help Needed - Need to shorten field

    Hello all, I am using Crystal Reports V10. I am trying to figure out how to shorten a field and not sure how to do it. I run a network report with a field called outage_data.resource_id (string field) that produces the following output (About 400 various Id's in this format) VFC-EC7MRTR1...
  9. rico7937

    Convert formula from 24 hrs to month to date

    That is what I am trying to do with this formula in the record selection: DTSToDateTime(tzcvtConvToLocalDatetimeByName(ToText(DateTime({PROBLEM.OPEN_DATE},{PROBLEM.OPEN_TIME}),"MM/dd/yyyy hh:mm tt"),"Eastern Standard Time")) In DateTime (totext (Date(DateAdd...
  10. rico7937

    Convert formula from 24 hrs to month to date

    That can be a true statement. I just need to pull in all records form the 1st of the month to the end. This report will run daily 7 days a week and that is why I am trying to use the Month to date statement. If there's a btter way please let me know. Thanks !
  11. rico7937

    Convert formula from 24 hrs to month to date

    This will always be for the current month
  12. rico7937

    Convert formula from 24 hrs to month to date

    I am using crystal reports v10 and need to try to convert this formula from showing the past 24 hrs to a month to date formula ( showing from 00:00:01 on the 1st of the month thru 23:59:59 on the last day of the month). Can someone help me out ...

Part and Inventory Search

Back
Top