First off, are Crystal Reports still the only way to add reports to a dashboard? I’m on 10.2.300, but working on a solution for a user on 10.2.700 (SaaS based).
Following the ICE documentation for adding a report to a dashboard, you end upmaking a CR .rpt file from a query selected in your dashboard. But this only includes data from the BAQ selected.
Is there a way to make a BAQ report based on a different - but related - BAQ, and use that report with the dashboard’s native reporting functions?
For example, Say my dashboard has two Querys: Qry_OH (think OrderHed), and Qry_OD(think OrderDtl). Qry_OD is filtered based on which record is selected in Qry_OH.
When I select a row Qry_OH, only the records in Qry_OD show for the OrderNum in Qry_OH.
Now I want a report that shows Release info for the record selected in Qry_OD. But it looks like the report generated in the dashboard designer, will only have info from Qry_OD.
I can make a BAQ report that shows the Order Releases for a specified OrderNum & OrderLine. Any way to have that report run instead of the one that the dashboard builder created?
I can select my BAQ Report that I made, but it doesn’t connect to the dashboard. It just runs full open. Any easy way to have that BAQ report filtered based on the dashboard selection?
I could make a non-epicor CR rpt (one that directly queries the DB - via SQL or ODBC or something) with OrderNum and OrderLine as parameters. Then use that as a sub-report in the one that the dashboard builder made. Hollow out the dashboard builder made one, and have my sub-report take up the whole space, and get it’s parameters from the values passed via the dashboard.
Thoughts?