Câu 15: QSDA2018: Qlik Sense Data Architect Certification Exam
Refer to the exhibit. In the data load editor, the tables are loaded in the following sequence:1. OrderHeader2. OrderDetails3. ProductsThe three tables CANNOT be modified as all fields are required. A data architect must create a Cost of Goods Sold (COGS) field calculated as UnitCost* Quantity. Some products may NOT h…
Nội dung câu hỏi
Refer to the exhibit. In the data load editor, the tables are loaded in the following sequence:1. OrderHeader2. OrderDetails3. ProductsThe three tables CANNOT be modified as all fields are required. A data architect must create a Cost of Goods Sold (COGS) field calculated as UnitCost* Quantity. Some products may NOT have UniCost, so the COGS value must be zero for these products. How should the data architect meet this requirement?
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. 1. Load the Products table as the first table 2. Create a new field in the OrderDetails table: Quantity * IsNull (UnitCost) as COGS
- B. 1. Perform a preceding load on the Product table 2. Create a new field in the OrderDetails table: if((UnitCost ג€" null() or ג€, 0) * Quantity as COGS
- C. 1. Join the Products and OrderDetails on ProductID 2. Create a new field in the OrderDetails table: Replace(Null, 0, UnitCost) * Quantity as COGS
- D. 1. Create a mapping load table as the first table from the Product table 2. Create a new field to the OrderDetails table: ApplyMap ('UnitCost_Map', ProductID, 0) * Quantity as COGS — đáp án hiện tại
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.