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?
What is the SQL keyword used to process input parameters defined in a calculation view?
What is a restricted measure?
Which of the following techniques can you use to improve the performance of calculation views?Note: There are 2 correct answers to this question.