You are deploying a new calculation view, A, that uses calculation view B, as shown in the diagram. When you preview calculation view A, the account number is not masked.
What could be the reason?
Which project structure object corresponds to a unique HDI container?
What is a calculation view query snapshot?
Using the table in the diagram, you need to create a cube calculation view. What is the simplest approach to create the output from the screenshot?
Why do you use the Hidden Columns checkbox in the semantics node of your calculation view? Note: There are 2 correct answers to this question.
How can you define a variable that presents its value help hierarchically? Note: There are 2 correct answers to this question.
You created a calculation view that combines two tables in a join node. To improve the runtime of your calculation view, you use a referential join to prune data sources.
How do you check if pruning occurs? Note: There are 2 correct answers to this question.
What is the default top view node for a calculation view of type CUBE?
Which of the following tasks are necessary to implement data replication?Note: There are 3 correct answers to this question.
What are some best practices for writing SQLScript for use with calculation views? Note: There are 2 correct answers to this question.
In a calculation view, what is the purpose of a variable?
Why do you create calculation views of data category DIMENSION with type TIME?
You implement a referential join between Table A and Table B, but when you query the calculation view, Table B is not pruned. What could be the problem? Note: There are 2 correct answers to this question.
You set the Null Handling property for an attribute but do not set a default value. What is displayed when null values are found in a column of data type NVARCHAR?
Your calculation view consumes one data source, which includes the following columns: SALES_ORDER_ID, PRODUCT_ID, QUANTITY and PRICE.
In the output, you want to see summarized data by PRODUCT_ID and a calculated column, PRODUCT_TOTAL, with the formula QUANTITY PRICE. In which type of node do you define the calculation to display the correct result?
You have defined a pruning configuration table in a calculation view. What are you attempting to prune from the query execution?
Which type of join supports a temporal condition in a calculation view?
What can you do with shared hierarchies? Note: There are 2 correct answers to this question.
In your calculation view, you want to consume a custom data source defined using SQLScript. In which type of object do you write your code?
You want to join two tables in a calculation view. Why do you use a non-equi join?
You have created a calculation view query snapshot and you want to generate an interface view. What is the purpose of the generated input parameter of the interface view?
You deleted the design-time file of a calculation view in your HDB module.What is the recommended way to ensure that the corresponding runtime object is also removed from the database?
What is a restricted measure?
You have generated a calculation view properties file. What does it contain?