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

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

    SubReports and passing data back to Main Report

    I have a report which contains 3 subreports which are the same subreport. My main report contains 3 subreport objects which refer to the same subreport. For example I have Reg Con A B C D A B C D A B C D 1 2 1 1 1 1 2 2 2 2 3 3 3 3 4 5 4 4 4 4 5 5 5...
  2. wakthar

    Export Error Message in .NET

    I have a report which needs to be run via a webpage. I have used the export sample that comes with the crystal reports developers guide (CS_Web_RDObjMod_Export) as a basis to write my own export functions. The problem I am having is intermittent. By that I mean I can export to several format...
  3. wakthar

    Joins

    In my report I want to join two tables Contracts and Turnover. When I use Database Expert and join the fields, the generated sql produces an INNER JOIN instead of the LEFT JOIN I wanted. Two tables are joined on region, contract, period and year. The generated SQL is SELECT Crt.year...
  4. wakthar

    Newbie Question regarding Reports with joins

    I have two tables called summary and turnover which has a many to one relationship. The joins are based on region, contract, period and year. In my report I have grouped by region and contract. I am summing some fields and displaying them in the GF and RF of the report page. My problem is I...
  5. wakthar

    Summing Negative and Positive Values

    Hi, I have an accounts report which has two columns called Dispute and Income. These two report columns refer to one singe database field called incomevalue (numeric(18,2) field). The report is grouped by region and contract and I need to sum up all the negative incomevalues and show them under...

Part and Inventory Search

Back
Top