From within the Purchase Order application, a user runs the Purchase Order Details report. The report's request page displays with scheduling and emailing information only. Why is the parameter information missing in the request page?
From within the Purchase Order application, a user runs the Purchase Order Details report. The report's request page displays with scheduling and emailing information only. Why is the parameter information missing in the request page?
The parameter information is missing in the request page because the report runs against the application's current query. This means that the report dynamically fetches data based on the existing conditions or queries within the application, and therefore does not need additional parameters to generate the report.
answer is B
C and D CAN NOT be correct as the Purchase Order Detail report does not have parameters. The only logical option is B as the option A is implied in B.
answer is B
B gets my vote. As previously stated, there are no parameters for this report.
I think the correct answer is A. Parameter is use to filter data on a report. Without parameter, the report runs against the entire database. There is no parameter on the purchase order details report