Please let me know whether its correct or not?
I am mapping the whole database to view a report in which
i have used the formula and parameter to filter and get the required report.
i mean there are 20+ table in database in which i need 7 main table to get
required fields to display the report – Is it advisable to map the whole 7 main table
in crystal report for viewing a report ?
Expecting your valuable reply
regards,
Thiru.
You must map all the tables that have fields you use in your report UNLESS you are reaching those tables via a view or stored procedure. If you use a view or stored procedure to get data, then you can reference just those view(s) and/or stored procedure(s).