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 dencom 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 Roscoe307

  1. Roscoe307

    Left Outer Join - Issue with conversion formula

    I have a left outer join from tableA to tableB on a field named {CODE}. TableA has one extra value under {CODE} which is '5'. '5' means that the {CODE} is unknown. TableB has the same codes EXCEPT for the '5'. Now when {CODE} = '5' in tableA the field {CODE_DESC} in tableB is empty. ({CODE_DESC}...
  2. Roscoe307

    Only show records for the specified FY

    Thanks! That worked perfectly. =)
  3. Roscoe307

    Only show records for the specified FY

    Our fiscal year is from Oct 1 - Sept 30.
  4. Roscoe307

    Only show records for the specified FY

    Our fiscal year is Oct 1 - Sept 30.
  5. Roscoe307

    Only show records for the specified FY

    Where should the FY dates be defined? Just in a formula that's included in my record selection that's used to filter the records? Sorry, sometimes I tend to make things harder than they really are. Thanks lbass for your help!
  6. Roscoe307

    Only show records for the specified FY

    I have a report where the user enters a fiscal year (by typing it in a parameter in the following format YYYY). I need to only show data for the specified fiscal year depending on the dates of two fields ({PERF_START_DATE} and {PERF_END_DATE}). These fields should be used to determine the fiscal...
  7. Roscoe307

    Field not displaying all choices for parameter selection

    Sorry, first time posting a question about software. I will make sure to NEVER do that again..... I am using CR XI R2. Thanks Groggle!
  8. Roscoe307

    Ideas on how to display random field parameter selection

    That worked, thanks lbass!! I really appreciate all of your help. -SS
  9. Roscoe307

    Ideas on how to display random field parameter selection

    Thanks lbass! I'm getting a little closer to having this done. The only thing is now I'm getting the error "A subscript must be between 1 and the size of the array." This happens if I don't select all 8 fields. E.G., if I only choose 3 out of the possible 8 fields to display.
  10. Roscoe307

    Field not displaying all choices for parameter selection

    Does anyone know why a field {Fiscal Year}which contains years (2003-2008) only displays all of the years when pulled into the report but doesn't show all of them when you 'Browse Data' or use the field as a parameter selection. I can only see up to year 2006 when I browse or try to use it as a...
  11. Roscoe307

    Ideas on how to display random field parameter selection

    lbass, I'm using the thread that you directed me to, my question is, am I supposed to have 26 parameters from which the user has to select each field they want to display? E.G., For {param1} the user selects Fiscal Year {param2} user selects Office {param3} user elects Plan Title...
  12. Roscoe307

    Ideas on how to display random field parameter selection

    I have a parameter that will allow users to pick up to 8 fields to display in the report. There are a total of 26 fields that the user can choose from. The question I have is, is there any way to format the report so that regardless of what fields the user chooses the report is still formatted...
  13. Roscoe307

    Display the current status of an application

    I need to display the current status of an application. I first need to look at numbers (AWD_DOC_NUM, SOL_DOC_NUM, REQ_DOC_NUM, PLAN_DOC_NUM) to see if there is a number populated in that field. If there is no number then the field automatically populates 'N/A'. So to begin I want to look at...

Part and Inventory Search

Back
Top