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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.