ACP (Comprehension Checks)

ACP (Comprehension Checks)

ACP (Comprehension Checks)

Viet Nguyen

Viet Nguyen

Kartei Details

Karten 250
Lernende 32
Sprache English
Kategorie Informatik
Stufe Andere
Erstellt / Aktualisiert 30.11.2013 / 25.06.2022
Weblink
https://card2brain.ch/box/acp_comprehension_checks
Einbinden
<iframe src="https://card2brain.ch/box/acp_comprehension_checks/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>
What source type is used to create a screen report?

The source type "Screen Report" (REP SCREEN).

How do we implement context icons?

We use the "ctx" statement.

How do we display the variables consolidated in the hierarchical datamart?

We specify the level at and the column in which the variables should appear.

Can you use screen reports in applications other than the Avaloq Banking System?

No, screen reports are reports which are interpreted and shown by the Avaloq user interface only.

Why should a hierarchical or report datamart definition and the corresponding layout definition be stored in different sources?

You can use the same report datamart as a data source for different layout types (e.g. screen and print)

Which is the aggregation function to be used in order to implement a counter?

The function name is "sum".

Where and how do you specify the order creation process for the Message Handler? 

In the Incoming Message Definition source, you use the following code:

Give the name of a variable that is always available at the top level.

The variable is "seq_nr".

What levels are specified via an "on all" statement in the consolidated part?

All the levels defined by the customer, and at the top level that is always available.

Which of the following statements is the correct syntax for a CTX action? a) column myCol ctx bp bp.id bp.name b) column myCol ctx bp bp-id bp.name c) column myCol ctx ‘bp’ bp.id bp.name d) column myCol ctx ‘bp’ bp-id bp.name

Correct answer is: c)