In Report Studio, an author wants the report ttle to appear in the language in which the report is run. What property of the report header must the author defne to create this variable?
A. Style Variable
B. String Variable
C. Render Variable
D. Text Source Variable
In Report Studio, when creatng a list report, what is the diference between creatng a secton and creatng a header?
A. Headers appear outside the list.
B. Sectons appear outside the list.
C. Headers appear once at the top of the list.
D. Sectons appear once at the top of the list.
In Report Studio, what must an author create to let users view a report as either a list, a crosstab, or a chart?
A. A string variable
B. A Boolean variable
C. A query calculaton
D. A layout calculaton
In the image below,
the last column calculates the percentage that each Product type contributed to the overall revenue. What is the calculaton in the last column?
A. percentage ([Revenue])
B. percentage ([Revenue] for Product type)
C. percentage ([Product type] for [Revenue])
D. percentage ([Product type])
In Report Studio, what can an author do to organize list data into logical sectons?
A. Insert a table.
B. Add a header or footer.
C. Pivot the list to a crosstab.
D. Modify the Spacing and Breaking property.
In Report Studio, where can an author modify a global class to apply a change to all objects that use that class?
A. Page Explorer
B. Query Explorer
C. Conditonal Explorer
D. Page Structure view
In a Report Studio report, to add white space around text within a block, which of the following propertes must be set to the block?
A. Positoning
B. Size and Overfow
C. Padding
D. Margin
In Report Studio, why would an author create Statc Choices for a prompt?
A. To provide prompt optons that are not found in the data source.
B. So that the prompt appears with an opton selected by default.
C. To provide default values to satsfy a parameter so a prompt page will not appear.
D. So that the items that appear in the prompt depend on items selected in another prompt.
An author wants to create a flter on this report to only show Product line totals larger than 1 billion.
What calculaton is used to create this flter?
A. Detail flter as: [Total (Revenue)] for [Product line] >1000000000Applicaton = Afer auto aggregaton
B. Detail flter as: [Total (Revenue)]>1000000000Scope = Product line
C. Summary flter as: [Total(Revenue)]>1000000000Scope = Product line
D. Summary flter as: [Total(Revenue)] for [Product line]>1000000000)Applicaton = Afer auto aggregaton
In Report Studio, an author merges Query1 and Query2 into one result set (Query3) using a Union set operator. Query1 contains two data items: Order method and Revenue. Query2 also contains two data items: Product line and Quantty sold. The author wants to display the data from Query3 in a list report. How can the author ensure that all the order method results appear together and all product line results appear together in the list report?
A. The author must add a sort key data item directly to Query3.
B. The author must sort the Order method data item in Query1 and the Product line data item in Query2.
C. The author must sort the data item in the Query3 that retrieves both Order method and Product line data.
D. The author must add a sort key data item to Query1 and to Query2, and then add this sort key data item to Query3.