How to create a crystal report and return it as pdf having multiple tables without join.
I have 1 view and 3 tables as follows:
bill_dataView which contains single record of a customer based on the bill_id, bill_fiscalYear, job_id, job_fiscalYear
bill_enclosures table which contains multiple records based on the bill_id, bill_fiscalYear
job_items table which contains multiple records based on the bill_id, bill_fiscalYear
bill_types table which contains multiple records based on the bill_id, bill_fiscalYear
I want all the data of above mentioned tables in the cyrstal report as pdf.