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 Chriss Miller 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: *

  • Users: JetRamsey
  • Content: Threads
  • Order by date
  1. JetRamsey

    Report Builder 3.0 how to force parameter to minimum number of characters

    I have one parameter for my SSRS report, which is surrounded by '%' and '%'. So, I would like to force the user to a minimum of three characters to run the report. Otherwise, the data for the entire database will return back. TIA
  2. JetRamsey

    IIF statement issue

    Report Builder 3.0. If my Address field = Location field, I don't want it to print, but I want it to print when Location doesn't match Address. I've tried this, but Location prints in all cases. Any help to correct this would be appreciated...
  3. JetRamsey

    How to grab highest value only. Date conversion.

    I have 8 sections in a report. Each section has it's own Created datetime field and a Modified datetime field. In section 1, I can create a formula of CurrentDateTime-{SafetyReportA.ModifiedDate}, which shows me how long it's been since this section has been updated. To keep in simple...
  4. JetRamsey

    formula help request

    Below, I've listed the results for one field in my target SQL Server database. I've used a green highlight within this field to should the area that I would like to target. You'll notice a value of "124124" and I would like to create a formula based on this field to show 124124 without the...
  5. JetRamsey

    Isolating data from a field with XML data

    I am attempting to pull data from a SQL database and I see a field that contains XML data. In the application, many fields are tied to this one field in the SQL database. If no data is filled out in let's say 6 fields, this XML type field within the SQL DB just shows...
  6. JetRamsey

    Is capturing user's NT login possible through FP15 webdirect

    With a published FP15 webdirect database, is there any way to capture a user's NT Login?
  7. JetRamsey

    Date/Time Parameter help request

    I'm using CR14 and accessing a SQL Server DB. There's a field called Status_Date that turns out to be a string field instead. An example value of this string field looks like 2016/08/01 00:00:00::00, which is 8/1/16 and will always stay 00:00:00:00 since there's another string field that grabs...
  8. JetRamsey

    Extracting data between [ ]

    Here's the data format: [32] Event linked to [Warehouse] [BB16027901] I'm trying to figure out a way to isolate BB16027901 above and I can't do it with a mid() formula since the database has changed. As seen above there are 3 sets of [ ]. In the first set, the number is 32, which is two...
  9. JetRamsey

    Create a break after each 150 records

    I using a site that can geocode lcoations with a max of 150 records. I have a CR 2011 report that spits out over 1200 records. I would like to see a break after each 150 records. Is there a way to do this after each 150 records? Maybe something like: record 149... record 150...
  10. JetRamsey

    Is there an ability to show an photo from an ASP link?

    Within my Crystal Report, I show 3 fields and a fourth field that you click on to show a picture of a person. The photo is simply an ASP link. Is there a way to show the same three feilds and also show the picture from the ASP link query? In other words, http://Server1/photo.asxp?=DRT814...
  11. JetRamsey

    How to display a picture

    I'm using CR version 14 and accessing a MySQL database. A memo field shows a link to a photo like element_16_4e42220543c749116c093cf23ec3cd4b-4-IMG_0320.jpg . Within CR, I can "Insert Picture" and put in the location of...
  12. JetRamsey

    Long time to load report

    I'm currently using Crystal Reports 14 and was using CR8 before. When opening reports at times, it can take over a minute for some reports. The report does not run a refreshed query and many of the reports do not have "Save Data with Report". I don't understand why some reports open quickly...
  13. JetRamsey

    Is there a way to have subreport begin on the same page instead of going to the next page

    I have a report with "details A" containing data that normally ends about 3/4 quarters of the first page. I have a subreport in the "details B" area and if there are only a few lines, the info in that report stays on page 1, which is perfect. However, when the data length in the subreport in...
  14. JetRamsey

    Select Query design - bold font

    Within MS access I've create a Select Query that brings back 8 columns. One of the column names is Event. Is there any way to make the results in this Column show as Bold so this column stands out? If so, how. I did go to the format menu, selected font and selected bold, but it made all...
  15. JetRamsey

    Oracle memo field - How to remove html.

    While using a "Oracle in Oraclient11g_home" driver I see "<h" displayed for a memo field. While using a Microsoft ODBC for Oracle, I now see all of the text for the memo field. However, I see that it starts with misc. HTML tags, then all of the text that I want to extract is displayed, and...
  16. JetRamsey

    Check for Case Sensitivity

    CR version 14 I would like to make some corrections to a database. How can I identify if a field has any lower case letters in it?
  17. JetRamsey

    CurrentDateTime problem

    I would like to use the formula of (currentdatetime - 7), which is what I use for many reports. Unfortunately, the new database that I'm reading records from has the output for a date field as "2013/10/08 00:00:00". So, when I use the Currentdatetime - 7, it doesn't like the date format and...
  18. JetRamsey

    MS Outlook 2003 - Problem with Standard toolbar losing ability to click icons

    I'm using Outlook 2003 the points to our Exchange server and Windows 7 64 bit. During each day, I have to close down Outlook and restart it about 1 to 5 times a day. When the bug occurs, I'm unable to click on any of the icons in the Standard toolbar. Thus, I can't send a new message by...
  19. JetRamsey

    A form with method=&quot;get&quot; problem

    I have an ASP that using this line to pass on the parameters: <form action="DESC.asp?" method="GET" name="parmform"> When using this form, the following output will occur: http://salus/test/DESC.asp?DESC=clown&=View+Report Since I want to pass on the input of this form to a Reportal Server...
  20. JetRamsey

    Out of range problem with CurrentDate

    Works - {TABLE1.FIELD1} < DateTime (CurrentDate - (365 * 20)) Does not work {TABLE1.FIELD1} < DateTime (CurrentDate - (365.25 * 20)) I'm querying a datetime field and trying to give the user the ability to same X amount of years. In this example, 20 years. Thus, I'm using CurrentDate -...

Part and Inventory Search

Back
Top