Free SAP C-BOCR-08 Exam Dumps Questions & Answers
| Exam Code/Number: | C-BOCR-08Join the discussion |
| Exam Name: | SAP Certified Application Associate - Crystal Reports 2008 |
| Certification: | SAP |
| Free Question Number: | 292 |
| Publish Date: | Aug 24, 2026 |
| # of views: | 2740 |
|
|
|
You create the following formula in a new Crystal report to return random records based on the user's parameter input: WhilePrintingRecords; NumberVar array Rnd_Array; Redim Rnd_Array[{?Records Returned}]; NumberVar Seed; numbervar arryindex1; Numbervar arryindex2; While arryindex1 := 1 To {?Records Returned} Do( Seed := Int (Count ({Orders.Order ID})*RND()); if not(Seed in Rnd_Array) and arryindex2 < {?Records Returned} then ( arryindex2 := arryindex2 + 1; Rnd_Array[arryindex2] := Seed ) );
Rnd_Array[1]; You receive an error when saving the formula. Which loop type should you replace the existing loop with to resolve the error?
You design a Summary report with the Suppress option selected instead of the Hide option. Which two types of information will be displayed when you double-click a summary figure on the report? (Choose two.)
Which two procedures must you follow when you use the Database Expert to create a report based on an SQL command? (Choose two.)
You want to create a hyperlink formula in a Crystal report that dynamically references the customer name. The link is a graphic in the Detail section. Which formula can you use to create the hyperlink?