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 John Tel 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. fieldtechuk

    SQLServer Express permissions

    I have installed SQLServer 2005 Express with Adv services sp1 onto a windows 2003 platform. I have published some existing reports and when trying to run these from the Report Manager on the actual server, I get the following error: An error has occurred during report processing. Cannot create a...
  2. fieldtechuk

    conditional supression of data in Excel

    I have an Excel spreadsheet, which is generating invoices. It has three columns, Qty, Rate and Total. Total is Qty * Rate, and the Total column has the following formatting: "_(* #,##0.00_);_(* (#,##0.00);_(* ""??_);_(@_)" which means I do not get a number on blank lines. However, and here's my...
  3. fieldtechuk

    Percentage reporting by groups

    Can anyone give me some advise. I have the following data in a table: Location-code, call-number, type-of-call: LOC1 0000001 START LOC1 0000001 END LOC1 0000002 START LOC1 0000002 END LOC2 0000003 START LOC2...
  4. fieldtechuk

    Time conversion

    This is probably quite simple, but I think I've been looking at it too long! I need to calculate the elapsed time between two date/times. I have used DateDiff("s", start, end) to get the number of seconds between the dates, but can't seem to be able to find a function to convert the resulant...
  5. fieldtechuk

    line chart creation

    I am fairly new to Crystal and have so far only created very simple reports. I now need to produce a reasonably simple chart, but can't seem to get my head round how to start let alone do it. Any help would be appreciated. My table consists of sales records. One record per sale. Each record...

Part and Inventory Search

Back
Top