I have a report which contains a large text box. Within the paragraph in the textbox is a field name. The problem I'm having is the following:
When the report prints, it will often cut the field at the end of the line and continue it to the next line. So for example, if the data in the field...
Ok - here is the SQL query:
SELECT
PRAE.EarnCode, PRAE.LimitOvrAmt,
PREA.PRCo, PREA.Mth, PREA.EDLType, PREA.EDLCode, PREA.Amount,
PREH.LastName, PREH.FirstName,
PREC.Description
FROM
{ oj ((Viewpoint.dbo.PRAE PRAE INNER JOIN Viewpoint.dbo.PREH PREH ON
PRAE.PRCo =...
Obviously I am a real novice. Maybe if I explain what I am trying to do, you can help me. I have 2 tables. Table A has some employees (not all employees) with limits for various earning types. Table B has amounts (and dates) for earnings, deductions, and liabilities for all employees. I...
I am new to Crystal Reports. I have two tables which I want all items from Table A and matching items from Table B. I have used a left outer join for this purpose. However, if there are non existent values in Table B, what I end up with is an equal join (only those items in Table A which...
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.