0
votes
1answer
119 views
Looking for 3-D rotating Cube-ActionScript 2.0 code
We are looking for the Flash ActionScript 2.0 code for a 3-D rotating cube to be used to display ads on a website. Any ideas where to start?
0
votes
1answer
21 views
design of fact table(s) for data warehouse
how would you model this in a data warehouse:
there are municipalities which are geographical areas, that exist in geographical hierarchies, such a province (i.e. state, e.g. M …
2
votes
3answers
29 views
Guidelines for determining the maximum frequency to process an SSAS cube?
We have an Analysis Services cube that needs to be as real-time as possible. It's a relatively small cube that currently takes a couple of seconds to process.
Are there any guide …
0
votes
1answer
15 views
MDX - Filtering a Measure (or Removing Outliers)
Say I have a measure, foo, in a cube, and I have a reporting requirement that users want to see the following measures in a report:
total foo
total foo excluding instances where f …
0
votes
2answers
54 views
the world of MDX queries
I am looking for SSAS cube and MDX (Multidimensional Expressions) sites like our StackOverflow site.
Any other resources for SSAS cubes would be welcome as well.
0
votes
0answers
12 views
create hierarchy in non parent child dimensions
I am creating a user hierarchy for product dimension with AdventureWorksDW in a cube.
I have added Product Key, ProductCategory Key and Product Subcategory Key attributes. But, its …
0
votes
1answer
153 views
Memory error: Allocation failure: not enough storage is available to process this command
Hi,
I was trying to run the cube script to install the cube-database in the analysis server. I changed the data source to point to the server I wanted, but I got the error as in t …
0
votes
1answer
33 views
DateTime in SSAS
I have a DateTime column in my Time dimension table. I want to display this as just MM/DD/YYYY and hide the time component (which is 00:00:00 anyways).
How do I do this?
0
votes
0answers
14 views
Condensed Cube - Does it store by using array?
Hi everyone!
I've been studying the paper condensed cube: the effective approach to reduce the cube size and i have a question, does the min-cube or bu-bst cube store the data by …
2
votes
5answers
513 views
browsing olap cubes
dows anybody know any fine open source cube browser???
ideally it would be something built with plain javascript...
does it even exists???
I'm planing to use it with classic asp …
0
votes
1answer
59 views
No data in Simple SQL Server 2005 Analysis Services Cube (Analytics Accelerator for Microsoft Dynamics CRM 4.0)
I installed, deployed & processed the cube on my CRM system as discussed in the documentation. At no point in this process do I receive any error. From within the Visual Stud …
0
votes
1answer
56 views
can any body tell me the difference, why they produce different results?
1)
select non empty
[Measures].[carded transactions] on 0,
{[Date Dimension].[DATE].&[39446]:[Date Dimension].[DATE].&[39505]} on 1
from [Food and …
0
votes
0answers
37 views
SAP Business Intelligence (BI): Updating a Cube with Java
I'm a relative newcomer to SAP, so please pardon my ignorance. I'm looking to use Java to work with an SAP BI Cube (select, insert, update, delete type of work). At this point, I'm …
0
votes
0answers
42 views
Sorting field list by caption in pivot table (OWC11)
Hi,
is there a way I can sort pivot-table field list (measure names, attributes) by it's caption instead of default by name defined in the cube? Eventually, can I recreate the fiel …
1
vote
2answers
53 views
how to find out which columns to join
Is there an easy way to find out the column dependencies between tables in the DSV of a cube?
The reason I am asking this question is: When there are lots of tables (fact and dim …
