cancel
Showing results for 
Search instead for 
Did you mean: 

2 tables without relation

Former Member
0 Kudos

Hi experts,

I have a connection ODBC to Oracle, and i need the information of 2 tables without join!

How can I do it? because always is askme about a connection!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

There must be some relationship, otherwise why are you bringing in two tables.

If you do not join you will get a cartesian result, ie if each table has 100 records you will return 100 x 100 = 10,000 records.

If you want to display data from two tables which are unrelated use a subreport for the 2nd table.

Ian

Former Member
0 Kudos

Thank you Ian!

Can u use data from one report to other?

thanks a lot

Former Member
0 Kudos

yes using shared variables.

Always use

Whileprintingrecords;

in any formula evaluating, using or displaying shared variable.

Ian

Answers (0)