TAILIEUCHUNG - Pro SQL Server 2008 Analysis Services- P6

Tham khảo tài liệu 'pro sql server 2008 analysis services- p6', công nghệ thông tin, cơ sở dữ liệu phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | CHAPTER 9 MDX What if we want a list of the product categories The first answer is that we can simply list them as shown in this query SELECT Measures . Reseller Sales Amount ON COLUMNS Product . Category . Accessories Product . Category . Bikes product . category . ciothing Product . Category . Components ON ROWS FROM Adventure Works This will return the results shown in Table 9-4. This is fairly straightforward we ve selected the Reseller Sales Amount as our column header and values and the set consisting of each category member from the Category hierarchy in the Product dimension. Table 9-4. MDX Query Returning Multiple Product Categories -- Reseller Sales Amount Accessories 571 Bikes 66 302 Clothing 1 777 Components 11 799 We re not restricted to a single column either. Let s say we want to compare Reseller Sales Amount to the cost of freight. We can simply add the Reseller Freight Cost measure to the set we ve selected for Columns as shown next. This produces the result shown in Table 9-5. SELECT Measures . Reseller Sales Amount Measures . Reseller Freight Cost ON COLUMNS Product . Category . Accessories Product . Category . Bikes Product . Category . Clothing Product . Category . Components ON ROWS FROM Adventure Works Table 9-5. MDX Query Showing Two Measures as Columns -- Reseller Sales Amount Reseller Freight Cost Accessories 571 14 Bikes 66 302 1 657 Clothing 1 777 44 Components 11 799 294 231 CHAPTER 9 MDX Well now we come to an interesting question how do we use MDX to produce a pivot table We ve done a number of examples showing a breakdown of a value by one dimension in rows and another dimension in columns. Can we show Reseller Sales Amount by Categories and Years Sure we can or I wouldn t have put the question in the book. Let s try adjusting the query slightly as shown next. The results are in Table 9-6. SELECT Date . Fiscal Year . FY 2002 Date . Fiscal Year . FY .

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.