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 TouchToneTommy 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: Cnnx
  • Content: Threads
  • Order by date
  1. Cnnx

    Sum over nested groups

    I have a report where I have a group which has a sum of a sum in the group header (group 1). I now want to add a second group (group2)and display a further sum in the footer of group2. I'm struggling a little to explain this but the following is what I do in Crystal 9. Can someone explain how to...
  2. Cnnx

    Group selection formula in SSRS

    I am trying to rewrite some Crystal 9.0 reports in SSRS 2005 My Select query is as follows: SELECT Table1.Client_Ref, Table2.DateStart, FROM Table1 LEFT OUTER JOIN Table2 ON Table1.Client_Ref = Table2.Client_Ref WHERE (TABLE2.DateStart <= '2008-11-30') I then want to group by Client_Ref and...
  3. Cnnx

    Age Expression

    We are moving our reporting to SQL server 2005 Reporting Services and need an expression for current age in reports. Previously using SQL Server 2000 I had a stored procedure which calculated age as: (DateDiff(day,DOB, GETDATE()) -0.5)/365.25) However when I tried this as an expression in...
  4. Cnnx

    SSRS with Visual Studio 2005

    I'm completely new to SQL Server Reporting Services but want to set up a test environment to try it out. I have installed Visual Studio 2005 professional on a workstation running XP Professional SP2. I thought that SSRS 2005 was now included (rather than being an add in) but there is no...
  5. Cnnx

    REPLACE to remove spaces from postcodes

    I am trying to remove spaces from a postcode field. After searching the various threads I have come across the problem associated with using REPLACE directly in Access so I followed the suggestion of declaring a public function in VB. However there is a compile error (expected identifier) in the...
  6. Cnnx

    Division by zero error when viewing report through CrystalRDC

    I wonder if anyone has come across this? I have a simple report in Crystal 8.5 which uses running totals and then uses these in a formula. The report counts clients in different categories at each office, the office being selected by means of a parameter. The report runs fine in Crystal 8.5 on...

Part and Inventory Search

Back
Top