Hi,
I constructed a very basic MDX Query that generates a cellset/result set containing the member unique names for the 4 gender members ([Gender].[All Gender].[F],[Gender].[All Gender].[M],[Gender].[All Gender].[F],[Gender].[All Gender].[F]) in the Foodmart 2000 Sales cube:
WITH
Member...
Hi,
I have created the following MDX query that queries the Foodmart 2000 Sales Cube:
WITH
SET [Test1] as' ({[Gender].[All Gender].[F],[Gender].[All Gender].[M],[Gender].[All Gender].[F]}*{[Marital Status].members})'
SELECT
{[Measures].[Unit Sales]} on COLUMNS,
{[Test1]} on ROWS
FROM [Sales]
I...
Hi,
Can anybody please suggest a method to retrieve the name of the writeback table using DSO and/or ADOMD? I was able to to find the name and location of the datasource using the DSOCUBE.dataources.item(1).connection.defaultdatabase property but I was unable to access the name of the writeback...
Hi,
I am attempting to retrieve the name and datasource of the
writeback table (for a write enabled cube in Analysis
Services) using DSO and/or ADOMD. I sucessfully retrieved the name and location of the datasource using the following property...
Hi,
I am executing a cell writeback (without commit) to the
Sales cube in Foodmart 2000 using the following syntax:
Update Cube [Sales]
Set ([Customers].[All Customers].[USA].[CA].[Altadena],
[Education Level].[All Education Level].[High School
Degree],[Gender].[All Gender].[F],[Marital...
No actaully the ADODB recordset DOES NOT return the correct results. In fact, the recordset DOES NOT return any data from the "ALL" level on any dimension in the row axis.
Thus, if one were to construct the following MDX query:
SELECT
{[Measures].[Unit Sales]} ON COLUMNS...
Hi,
According to our research, we have found several inconsistencies between the way the MS OLAP provider handles result cube data within an ADODB recordset and an ADOMD cellset. For example the following MDX query generates slightly different data using ADODB versus ADOMD:
With
MEMBER...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.