janemaritz
Technical User
I'm a newbie to Crystal and MAS90, but have done a lot of report writing and development in the past.
Is it true that you can use only one left outer join with these programs per report? If so, how can you write decent reports?
Example: I need a report that shows all vendors [vendor table], the payment amount [payment table], the 1099 amount [1099 table], and a comparison between the two amounts, with differences highlighted. A vendor may have a payment amount with no 1099 amount, or a 1099 amount with no payment amount (1099 adjustment).
With a normal reporting solution, I would use a left outer join from the vendor table to the two other tables. Since I can't do this, I've tried using a subreport for the payment amount. However, this doesn't allow for calcuations, so I can't compare the two amounts and highlight the lines with differences.
Help!
Is it true that you can use only one left outer join with these programs per report? If so, how can you write decent reports?
Example: I need a report that shows all vendors [vendor table], the payment amount [payment table], the 1099 amount [1099 table], and a comparison between the two amounts, with differences highlighted. A vendor may have a payment amount with no 1099 amount, or a 1099 amount with no payment amount (1099 adjustment).
With a normal reporting solution, I would use a left outer join from the vendor table to the two other tables. Since I can't do this, I've tried using a subreport for the payment amount. However, this doesn't allow for calcuations, so I can't compare the two amounts and highlight the lines with differences.
Help!