I am pretty new to CR running CR 9.2. Can you have multiple LOJ's to the same index field in a table used to lookup info to be associated with various other primary tables? e.g. look-up product data for a product.id, where the id is stored in other tables. The relationships might be:
Sale.id = Product.id with LOJ
Opportunity.id = Product.id with LOJ
Demo.id = Product.id with LOJ
or would one have to set-up aliases of Product for each additional look-up, 2 aliases in this example?
Sale.id = Product.id with LOJ
Opportunity.id = Product.id with LOJ
Demo.id = Product.id with LOJ
or would one have to set-up aliases of Product for each additional look-up, 2 aliases in this example?