Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8267581
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T05:35:09+00:00 2026-06-08T05:35:09+00:00

I was just wondering is there possible ways to display the data from 3d

  • 0

I was just wondering is there possible ways to display the data from 3d cube in a tabular format withoug slicing through MDX Query-

Suppose, I have a cube with 3 dimensions – Class(A,B,C,D..), Vendor(V1,V2,V3), Period(2010,2011) and the measure would be SaleValue..

Now, I would like to view the records like this..

**Class| Vendor|Period|SaleValue**

A | V1  | 2010  |  987
A | V2  | 2011  |  654
A | V3  | 2010  |  214
A | V1  | 2011  |  5643
A | V2  | 2010  |  698
A | V3  | 2011  |  212

B | V1  | 2010  |  224
B | V2  | 2011  |  668
B | V3  | 2010  |  741
B | V1  | 2011  |  3216
B | V2  | 2010  |  953
B | V3  | 2011  |  2114

C | V1  | 2010  |  159
C | V2  | 2011  |  852
C | V3  | 2010  |  369
C | V1  | 2011  |  147
C | V2  | 2010  |  123
C | V3  | 2011  |  654

Is this possible to implement using MDX queries ? If so, please tel me any of sample queries..

Thanks in advance..

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T05:35:11+00:00Added an answer on June 8, 2026 at 5:35 am

    You can write an Mdx query that will give something really close to a tabular format.
    For instance:

    SELECT {[Measures].[SaleValue]} ON COLUMNS,
    NON EMPTY [Class].Members * [Vendor].Members * [Period].Members ON ROWS
    FROM cube
    

    The result will look like this:

                   |  SaleValue
    (A, V1, 2010)  |  987
    (A, V2, 2011)  |  654
    (A, V3, 2010)  |  214
    ...
    

    If you do not want to have sub totals, you can replace [Class].Members with lowest_level_of_Class.Members or use the leaves function.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Was just wondering if there is a limit to Mongodb's $in function? http://www.mongodb.org/display/DOCS/Advanced+Queries#AdvancedQueries-%24in I
Possible Duplicate: Change Notification with Sql Server 2008 Am just wondering is there's anyway
Possible Duplicate: Smooth text animation (Marquee) using WPF I am just wondering if there
Possible Duplicate: mySQL “Rank in Highscore”-Query I was just wondering if there is any
I was just wondering if there was a possible way to add a custom
I'm just wondering as there is no curl_getopt() function, how it is possible to
Unsure if possible but just wondering if there is a means in CSS to
just wondering if there is a way to reduce the amount of code needed
Just wondering is there any way I can check whether the url links to
Just wondering if there is a Python MTA . I took a look at

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.