You have made changes to the design-time files of several calculation views in your DEV environment. These calculation views all belong to the same project.Before deploying your calculation views to a PROD environment, which sequence of steps is required in the DEV environment?
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.
A calculation view consumes the data sources shown in the graphic. You want to identify which companies sold products in January AND February.
What is the optimal way to do this?
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.
In a calculation view, why would you implement an SQL expression?Note: There are 3 correct answers to this question.
What is the SQL keyword used to process input parameters defined in a calculation view?
You want to map an input parameter of calculation view A to an input parameter of calculation view B using the parameter mapping feature in the calculation view editor. However, the input parameters of calculation view B are not proposed as source parameters.What might be the reason for this?