Hi all,
I am writing a small report in CR9. I have two tables linked to each other with a left join. The first table has some user info in it, with some codes. Those codes you can find in the second table, with also i translated code. In my report I want those translated codes to show up.
So I linked to two tables to each other and CR9 is retrieving everything, but very slow. When I retrieve just the original codes, it will run fast, but when I retrieve the translate ones, its slow. When I look at the SQL statement in CR9, I nowhere find the join between the two tables. So my question is: does CR9 first gets all records, and later on links the two tables (within the program) rather than execute the SQL statement with the join...
And then I there a manner to get the records much faster.
If a SQL statement is necessary to be viewed here, let me know and I will post you just what I got. Also for further info, let me know.
Thanks in advance, FatEric
I am writing a small report in CR9. I have two tables linked to each other with a left join. The first table has some user info in it, with some codes. Those codes you can find in the second table, with also i translated code. In my report I want those translated codes to show up.
So I linked to two tables to each other and CR9 is retrieving everything, but very slow. When I retrieve just the original codes, it will run fast, but when I retrieve the translate ones, its slow. When I look at the SQL statement in CR9, I nowhere find the join between the two tables. So my question is: does CR9 first gets all records, and later on links the two tables (within the program) rather than execute the SQL statement with the join...
And then I there a manner to get the records much faster.
If a SQL statement is necessary to be viewed here, let me know and I will post you just what I got. Also for further info, let me know.
Thanks in advance, FatEric