SAP Certified Application Associate - Crystal Reports 2008 - C-BOCR-08 模擬練習
You create the following formula in a new Crystal report: Local NumberVar Array b; Redim b[10]; Local NumberVar i; For i := 1 To 10 Do ( b[i] := 7 * i ); What is the correct value of b[2]?
正解: C
You must create a new Crystal report that displays the top 25% of customer sales leaders. Which method will sort the report alphabetically by customer, not by the sales summary?
正解: C
A report requires a pie chart that enables users to drill down on each slice to see the underlying details. Which type of chart layout should you select on the Data tab of the Chart Expert in order to support the report's requirements?
正解: A
Which scope must you use to declare a variable that is used in two subreports?
正解: C
You receive errors connecting to Web Services data in Crystal Reports 2008. Which two methods will help you identify the problem? (Choose two.)
正解: A,D
You want to create a report that accesses a new database. No ODBC DSN for the database is listed in the available data sources. Which procedure must you follow to create the DSN?
正解: D
Your report includes a dynamic parameter named "Where" that uses a cascading list of values from Country to Region to City. You create discrete value parameters for all three fields. Using Los Angeles as an example, you want to display the report title as "Customers in Los Angeles, CA, USA". Which text object will display the report as required?
正解: D
In which pass do shared variables get processed?
正解: B
Which three statements are true about linked subreports? (Choose three.)
正解: B,C,D
How can you change a field's position?
正解: A
What are three Crystal Reports 2008 viewer features? (Choose three.)
正解: B,C,D
Which two are advantages of using an ODBC connection to access data? (Choose two.)
正解: C,D
Which method could you use to create a new formula in your report?
正解: B