C_BOCR_08 無料問題集「SAP Certified Application Associate - Crystal Reports 2008」
You design a Crystal report for the Sales department. It lists customer orders received year-todate and is grouped and subtotaled monthly by order date. It contains the selection formula: Sum ({Orders.Order Amount}, {Orders.Order Date}, "monthly") > $200000. What is the highest stage of processing that this report requires?
正解:E
解答を投票する
Sales Managers use a weekly sales report that includes the following columns: Sales Person, Weekly Sales and Quota. The Sales Managers would like the ability to retrieve additional non-sales related information on their personnel by clicking on a hyperlink. Which type of report should you create?
正解:D
解答を投票する
Your company purchases a new sales contact list and imports the records into the database. Some of the new records contain NULL values. The database record count is different than the number of rows returned in your report. What can you do to solve the record count inconsistency?
正解:B
解答を投票する
You create a variable in a subreport to pass back the following formula, called @SKUcalc, to the main report:
WhilePrintingRecords; Numbervar SKU; SKU:=maximum(Part.PartID); In the main report, you create a formula called @SKUdisplay to display the SKU number: WhilePrintingRecords; Numbervar SKU; SKU When the report is run @SKUdisplay returns a NULL value. Which statement explains why the result of the formula is NULL?
WhilePrintingRecords; Numbervar SKU; SKU:=maximum(Part.PartID); In the main report, you create a formula called @SKUdisplay to display the SKU number: WhilePrintingRecords; Numbervar SKU; SKU When the report is run @SKUdisplay returns a NULL value. Which statement explains why the result of the formula is NULL?
正解:B
解答を投票する