You are on page 1of 7

IncorrectWeight: 1

Select only the necessary steps you should perform to configure a new analytical report; do
not select any optional steps.

o Create a report definition.


o Select a row set in the report definition (if necessary, create a new row set first).
o Select a column set in the report definition (if necessary, create a new column set first).
o Select a unit set in the report definition (if necessary, create a new unit set first).
IncorrectWeight: 1
What are the advantages of developing financial accounting reports by using the Analytical
Report Manager toolkit in comparison with other Acumatica ERP reporting tools, such as
Acumatica Report Designer or generic inquiries? Select all correct statements.

o You shouldn't be familiar with the Acumatica ERP user interface.


o You can develop analytical reports even if you have no knowledge of writing database
queries.
o You don't need to know the structure of the Acumatica ERP database tables.
o You do not need to be familiar with the general ledger functionality of Acumatica ERP.
IncorrectWeight: 1
On the Row Sets (CS206010) form, what can you use the rows of the Total type to do?

o To print in the report a row with a value calculated by the formula specified in
the Value column of this row.
o To print in the report a row with a sum of the rows that have the code of this row specified in
the Base Row column
o To print in the report a row with a sum of the rows that have the code of this row specified in
the Linked Row column
IncorrectWeight: 1
Where in a row set can you place a row of the Sort type?

o Immediately before the rows that are used in the sorting conditions of this row
o Immediately after the rows that are used in the sorting conditions of this row
o Immediately adjacent to the other rows with sorting conditions
o Anywhere in the row set
IncorrectWeight: 1
Suppose that for an analytical report, you want to hide a row when it has no values to be
printed. How should you configure this row on the Row Sets (CS206010) form?

o Specify 0.00 as the Format.
o Select Hidden as the Printing Control.
o Select the Suppress Empty check box.
o Select the Hide Zero check box.
IncorrectWeight: 1
The order of rows in each analytical report may depend on which of the following? Select all
correct options.

o The sorting conditions of the row set of the report


o The sorting conditions of the column set of the report
o The sorting conditions of the unit set of the report
o The order of rows in the row set of the report on the Row Sets (CS206010) form
IncorrectWeight: 1
How can you delete a column on the Column Sets (CS206020) form?

o In the upper table, select the column, and click Delete on the table toolbar.
o In the upper table, select the column, and click Delete on the table toolbar. Then in the lower
table, select the column, and click Delete in the table toolbar.
o In the lower table, select the column, and click Delete on the table toolbar.
IncorrectWeight: 1
Suppose that for an analytical report, you don't want to print lines (that is, rows of
the Line type) in a particular column. How should you configure this column on the Column
Sets (CS206020) form?

o Select the Suppress Empty check box.


o Select the Hide Zero check box.
o Select the Suppress Line check box.
o Select Hidden as the Printing Control.
IncorrectWeight: 1
Suppose that you have created an analytical report. You have added column B of the GL type
to the column set of this report. When you executed the report, you noticed that the values of
the column were formatted as follows: 12345.6789. You had expected to see these values in
the following format: 12,346. How can you format the column values appropriately on the
Column Sets (CS206020) form?

o Enter =Format('{0: #,##0.00}', 'B') as the Value.


o Select Whole Dollars as the Rounding.
o Enter #,## as the Format.
o Enter #,##0.00 as the Format.
IncorrectWeight: 1
Suppose that you have created an analytical report. You have added column B of the GL type
to the column set of this report. When you executed the report, you noticed that the value in
the first row of this column was 12345.6. Then on the Column Sets (CS206020) form, you
entered #,## as the Format attribute of this column and saved the column set. How will the
value in the first row of this column be formatted?

o 12346
o 12,346
o 12345.6
o 12,345.6
o 12,345.60
IncorrectWeight: 1
Suppose that you have specified 1?000 as the Start Account of the data source of a row
and 15000:24000 as the Start Account of the data source of a column. Then you have
executed a report that uses a row set with this row and a column set with this column. For
which accounts will the system retrieve the amounts for the cell at the intersection of the row
and the column?

o All accounts in the 10000–24000 range


o All accounts in the 10000–15000 range
o All accounts in the 19000–24000 range
o All accounts in the 15000–19000 range
o All accounts in the 15000–24000 range
o All accounts ending in 000 in the 10000–24000 range
o All accounts ending in 000 in the 10000–15000 range
o All accounts ending in 000 in the 19000–24000 range
o All accounts ending in 000 in the 15000–19000 range
o All accounts ending in 000 in the 15000–24000 range
IncorrectWeight: 1
Suppose that you have specified the following expression in a header row of an analytical
report: =Left(@EndPeriod,2). Then you select 09-2016 as the End Financial Period on the
report form and execute the report. What will be shown in this row?

o 09
o Sep
o Se
o September
o 16
o 2016
IncorrectWeight: 1
Suppose that you need to calculate the sum of the values of three rows with the following
codes: R100, R101, and R102. Select all the correct expressions that you can use to calculate
this sum.

o ='R100'+'R101'+'R102'
o =@R100,@R102
o =@R100+@R101+@R102
o =@r100+@r101+@r102
o =Sum('r100', 'r102')
o =Sum(@R100, @R102)
o =Sum('R100', 'R102')

IncorrectWeight: 1
How can you predefine the values of report parameters to run a report quickly? Select all
correct options.

o Save a set of parameters as a template.


o Save a set of parameters as the default template.
o Specify the default values of the parameters in the report definition.
o You cannot; you have to specify report parameters each time you want to run the report.
IncorrectWeight: 1
What data can you print by using the lower table of the Column Sets (CS206020) form?

o The report header


o The column headers
o The report columns
o Any data that should be printed on each report page
IncorrectWeight: 1
Suppose that you have created an analytical report. You have added column B of the GL type
to the column set of this report. When you executed the report, you noticed that the values of
the column were formatted as follows: 1234567. You had expected to see these values in the
following format: 1,234,567.00. How can you format the column values appropriately on the
Column Sets (CS206020) form?

o Enter =Format('{0: #,##0.00}', 'B') as the Value.


o Select Whole Dollars as the Rounding.
o Enter #,## as the Format.
o Enter #,##0.00 as the Format.
IncorrectWeight: 1
Suppose that the chart of accounts includes the following accounts: 20000, 24000, 25000,
26000, 26500, 27000, 34000, 35000, 36000, 37000, and 40000. You have been asked to show
the amounts posted to the 24000, 25000, 26000, 34000, 35000, and 36000 accounts in a single
row of an analytical report. What filtering conditions can you specify in the Data
Source attribute of the row on the Row Sets (CS206010) form to show the total amount
posted to these accounts? Select all possible ways to specify the needed condition.

o 24000 as the Start Account and 36000 as the End Account


o 24000:36000 as the Start Account
o 24000:26000,34000:36000 as the Start Account
o 2?000:3?000 as the Start Account
o 24000,25000,26000,34000,35000,36000 as the Start Account
IncorrectWeight: 1
For each analytical report, you can select an account class in the data source of the report
definition, the row, the column, and the unit. Select the sequence of the data sources in which
the system will look up the account class for the intersection of the row and the column.

o The row, the column, the unit, and then the report definition
o The unit, the row, the column, and then the report definition
o The report definition, the row, the column, and then the unit the unit
IncorrectWeight: 1
Suppose that you need to calculate the sum of the values of three rows with the following
codes: ROW105, ROW106, and ROW107. Select all the correct expressions that you can use to
calculate this sum.

o =@Row105+@Row106+@Row107
o =@ROW105+@ROW106+@ROW107
o ='ROW105'+'ROW106'+'ROW107'
o =Sum('ROW105', 'ROW106', 'ROW107')
o =Sum('Row105', 'Row107')
o =Sum('ROW105', 'ROW107')
o =Sum(@ROW105, @ROW107)

IncorrectWeight: 1
On the Row Sets (CS206010) form, what can you use the rows of the Line type to do?

o To print in the report a row with the text specified in the Description column of this row
o To print in the report a row with a line if any style except NotSet has been specified in
the Line Style column of this row
o To print in the report a row with a line with the style specified in the Format column of this
row
IncorrectWeight: 1
On the Column Sets (CS206020) form, what can you use the rows of the Calc type to do?

o To print in the report a column with a value calculated by the formula specified in
the Value attribute of this column
o To print in the report a column with a value calculated by the formula specified in
the Value attribute of the report row set
o To print in the report a column with a value calculated by the formula specified in the Visible
Formula attribute of this column
IncorrectWeight: 1
How can you delete a header row on the Column Sets (CS206020) form?

o In the upper table, select the row, and click Delete on the table toolbar.
o In the upper table, select the row, and click Delete on the form toolbar.
o In the upper table, enter 0 as the Height of the row.
IncorrectWeight: 1
Suppose that you have created an analytical report. You have added column B of the GL type
to the column set of this report. When you executed the report, you noticed that the value in
the first row of this column was 12345.6. Then on the Column Sets (CS206020) form, you
entered #,##0.00 as the Format attribute of this column and saved the column set. How will
the value in the first row of this column be formatted?

o 12346
o 12,346
o 12345.6
o 12,345.6
o 12,345.60
IncorrectWeight: 1
Suppose that for an analytical report, you have specified different ledgers in the report
definition, the row, the column, and the unit. Which data source's ledger will the system use to
retrieve the amounts for the cell at the intersection of the row and the column?

o The report definition


o The column
o The unit
o The row

IncorrectWeight: 1
What data sources can you specify for analytical reports to retrieve data?

o Database tables
o Data access classes
o General ledger accounts and subaccounts
IncorrectWeight: 1
On the Row Sets (CS206010) form, what can you use a row of the Caption type to do?

o To print in the report a row with the text specified in the Description column of this row
o To print in the report a row with a line if any style except NotSet has been specified in
the Line Style column of this row
o To print in the report a row with the description of the account or subaccount specified in
the Data Source column of this row
o To print in the report an empty row if no text has been specified in the Description column
of this row
IncorrectWeight: 1
Suppose that for an analytical report, you want to print some rows depending on whether a
particular row is printed. How should you configure these rows on the Row Sets (CS206010)
form?

o Specify the code of the particular row as the Linked Row.


o Specify the code of the particular row as the Base Row.
o Specify the same Unit Group value for the particular row and the rows that depend on it.
IncorrectWeight: 1
Suppose that you have created an analytical report. You have added column B of the GL type
to the column set of this report. When you executed the report, you noticed that the value in
the first row of this column was 12345.6. Then on the Column Sets (CS206020) form, you
entered #,##0.00 as the Format attribute of this column and saved the column set. How will
the value in the first row of this column be formatted?

o 12346
o 12,346
o 12345.6
o 12,345.6
o 12,345.60
IncorrectWeight: 1
Suppose that you have specified the following expression in a header row of an analytical
report: =Right(@EndPeriod,4). Then you select 08-2016 as the End Financial Period on the
report form and execute the report. What will be shown in this row?

o 08
o Aug
o Augu
o August
o 16
o 2016

You might also like