Questions
- The following are defined in the AL Report object (choose three):
- DataItems
- Field display editing
- Request page
- Data processing/updating
ANSWER: DataItems, request page, data processing/updating
- Reports can be set to a
ProcessingOnly
status dynamically by AL code. True or false?ANSWER: False
- Reports are fixed displays of data that are extracted from the system and designed only for hardcopy output. True or false?
ANSWER: False
- Business Central report data flow includes a structure that makes “child” DataItems fully processed for each record that’s processed in the “parent” DataItem. What is the visible indication that this structure exists in a report (choose one)?
- Nesting
- Indentation
- Linking
ANSWER: Nesting
- Queries can be used to directly feed SQL Report Builder. True or false?
ANSWER: True
- Which of the following SQL joins are NOT available in Query objects?
InnerJoin
LeftOuterJoin
Union
CrossJoin
ANSWER:
Union
- A report that...