on SQL server family of products, a cube is a set of related measures and dimensions that is used to analyze data.

learn more… | top users | synonyms

0
votes
1answer
9 views

SSAS: Percent of Total not working in hierarchy

I have a simple olap cube - one set of measures and some unexciting dimensions. I've add one calculation to get the "percent of total" sales against the gross sales measure. The code for this ...
-2
votes
1answer
44 views

SQL Cube vs. R Language [closed]

I have been studying the R language for data analysis and find it very interesting. While I was doing a search, I came across an article for SQL Cubes. It seems that a SQL Cube is a type of query ...
0
votes
0answers
15 views

Tesseract Ocr Engine Cube mode - Training Tesseract

Can you explain me what cube mode and Cube Data Files are on Tesseract ocr Engine and what is the advantage of using them? And how can i train tesseract for Greek to have better results?
0
votes
0answers
29 views

Calculations in a cube with SELECT

I have a cube created in SSAS and I need to create a calculated field that returns the value of the secondary currency for an amount, that is, I have as a measure of the amount of customer ...
0
votes
0answers
42 views

d3 + Mongodb: is cube right? Is anything better? [closed]

I'm looking for the same solution requested in: Best analytics/data visualization library for MongoDB That is: if I want to feed d3 visualizations with data from mongoDB, is cube the right thing to ...
0
votes
0answers
33 views

SQL MDX Query: range of dates

I have a Cube with a dimension date and I want to query this: WITH MEMBER [Measures].[MyMeasure] AS( SUM(( [Measures].[Count], [DimensionState].[Active], ...
0
votes
2answers
43 views

RGB cube of an image

I'm trying to create a RGB cube of a image with matplotlib in python. I have a python list with the RGB of all the pixels in format [(2,152,255),(0,0,0)...]. I plot all the points with scatter ...
0
votes
0answers
23 views

SSIS Calculation with different total

I'm trying to show the amount of days a company travel has taken. The sales employee doesn't enter the exact amount so it is calculated in SQL and in the data load to DWH it is added to the TravelID. ...
-1
votes
1answer
38 views

Calculate the distance of the shortest path around outside of 3D box [closed]

I need some help with the math behind an assignment i was given. The problem was to calculate the distance from the ant to the candy. The candy is always on top of the box and the ant can be anywhere ...
0
votes
1answer
45 views

nodejs square cube evaluator throwing Maximum call stack size exceeded

A client is connected to a nodejs hosted cube evaluator using websockets. When the limit is set to anything over 900 the server blows up with the following error: // Copyright Joyent, Inc. and ...
0
votes
0answers
27 views

Import data from Analysis Services cube into MS SQL database

Is there a possibility to insert data from Analysis Services cube into MS SQL database? At the moment I can use excel to get data from Analysis Services cube, but I want to store some data from CUBE ...
0
votes
0answers
18 views

How do I create SSAS dimension for conceptually but not logically related items?

I want to create a Vendors dimension for a fairly large cube in SSAS 2005. In our company vendor can mean different things depending on the area: Merchandising Vendor - Where it fits in our ...
0
votes
1answer
13 views

SSAS Dimension architecture

SSAS2008, but is more a design question. I'm having a survey table, a survey-answers, a questions table and also a option table. Option containts the textual response posibilities to the specific ...
0
votes
1answer
45 views

Is it possible to use a canvas 2d as a texture a cube?

I am quite new to webgl/three.js . I try to add some small images on one face of a cube. After search a lot , i find use canvas 2d as one face texture maybe a solution. Here is my code, but cant get ...
0
votes
1answer
17 views

blank measures in ssas cube even when data is in source table

I've been working on a cube that has data in the fact table that is browsable through the DSV but after being processed seems to have blank values for all the measures. The common suggestions include ...
0
votes
0answers
33 views

Three.js how to add some images on one face of a cube?

I've already created a cube with 6 different texture on each face. Now i want to add some imges on one face with certain UV coordinate. I don't know how to do it? I am new to WebGL. Can anyone help ...
-2
votes
0answers
65 views

Adnroid 3D cube menu source code [closed]

I m looking for some android cube menu source codes that impalement some thing like that image below. Or if there aren't any, how would you suggest me to do it? Using Canvas/OpenGl or Android UI
-4
votes
0answers
19 views

I this a 4d Figure? [closed]

Well, in short words, if you let this iterate for at least 10 minutes, you get a pretty neat figure with triangles in it, that form a sort of cube and adds more dimensions, why is this? import turtle ...
0
votes
0answers
69 views

Cube Shader - Ambient Light LWJGL GLSL

I want to make a simple 3D program. I wanted to start with some simple cubes but I don't know how to make shaders so that i can actually see what's on the screen, for a cube for example: ...
0
votes
0answers
65 views

Android Animation - applytransformation - Do a camera translate on Z axes for half the time

I was trying to make a rotational cube using translations and rotations. I'm using a classe named Rotate3dAnimation.java provided in the Google samples. The rotation is working pretty well and i was ...
0
votes
0answers
134 views

Three.js cube transparent texture display edges

I'm trying to create the limits of the world in a game demo with three.js so I have created two cubes, each cube displays a "transparent forest texture" that will simulate the world limits. My ...
0
votes
2answers
164 views

jQuery 3d cube not rotating smoothly

Code is too massive to write in here so heres fiddle: http://jsfiddle.net/yZd3v/ Problem: when i press LEFT/RIGHT ARROW cube rotatesY smoothly, but when i click UP/DOWN ARROW, it resets rotateY if ...
0
votes
1answer
46 views

Cube to count number of Customers for a given period

Today we have a dimension called Customer. We have several SCD2 attributes so there is DateFrom and DateTo columns to indicate during what perid the record was active. We also have a CreationDate ...
0
votes
1answer
86 views

How can I draw multiple 3d cubes in matlab

I'm trying to draw 2 cubes in one M file. This is my code: format compact h(1) = axes('Position',[0.2 0.2 0.6 0.6]); vert = [1 1 1; 1 2 1; 2 2 1; 2 1 1 ; ... 1 1 2;1 2 2; 2 ...
0
votes
0answers
41 views

The server sent an unrecognizable response error when MDX query does not have X axis

I am using following code to execute MDX query: var connection = new AdomdConnection(connectionString); var command = new AdomdCommand(mdxQuery, connection) { ...
0
votes
0answers
139 views

Getting data from SSAS cube using ADOMD XMLReader

I have a cube and I am trying to retrieve data using following code. I don't know the number of columns and rows query will return. I just want to read value of each column going over each row. void ...
0
votes
0answers
25 views

PROC OLAP - leaving out nway but including other aggregations

I'm trying to optimise the build time of a large cube. I am using SAS OCS. I have looked at the ARM logs and it would seem that the NWAY aggregation is never used (or hasn't been for the last 2 ...
1
vote
1answer
33 views

SQL: cube function incorrectly terminated

Simple syntax error using Oracle 11g. With the following SQL statement: SELECT employee, CUST_NBR, SUM (SALE_PRICE) FROM CUST_ORDER GROUP BY employee, CUST_NBR WITH CUBE For the table CUST_ORDER ...
0
votes
0answers
88 views

Formula button disabled on excel pivot table options

I am working with pivot tables using data connection from SSAS published cube. I am having problem with calculated values because when the pivot table displays the data, the Formula button on the ...
1
vote
1answer
47 views

How to hide unwanted measures

AP 4.4.3, APL 2.7.0 Hi, When defining a post-processed measure we end up with two measures available to us in Active Pivot Live. E.g. the definition below will give us the measures "Yield ...
0
votes
1answer
29 views

Breaking up a dimension

We have a Dimension. The Dimension represents a full collection of codes (Lets say 10 000 codes). For querying purposes, lets say we needed 500 codes for a specific KPI out of the Dimension. It will ...
0
votes
2answers
70 views

Make line became spatial diagonal of a cube in Three.js

I want to create a cube and a line, and make this line became the spatial diagonal of this cube. Using trigonometry, I know that the angle formed by a line with no rotation and the spatial diagonal ...
0
votes
1answer
83 views

LWJGL Texture a cube

I'm currently rendering a cube with VBOs, and with color. I want to drop some texture on them, and I don't have any idea about it. Still learning OGL, but how can I render the cube with texture on ...
0
votes
0answers
121 views

Microsoft Analysis Services, Account locked

I created an analysis services (multidimenional project) in visual studio 2010. I tried deploying to an instance of MSAS 2012 on my local machine and got the error "The following system error ...
0
votes
2answers
107 views

Making a navigation 3D cube

I'm trying to make a 3D cube in Microsoft Visual Studio, and what I'm trying to get it to do is let you drag it around with your mouse. (Ex. Grab the cube with left click and holding and then dragging ...
-1
votes
1answer
86 views

SketchUp FBX cube model textures not correctly exporting [closed]

When exporting a .fbx model from SketchUp, only the buttom, the front and the left textures are exported. Is there a way to fix this?
0
votes
1answer
165 views

How can MDX query take parameters to filter by Fact Table datetime attribute

We have a fact table that has a datetime field [Log Entry].[Time Entry]. We would like to filter the following query based on a date range: where the [Log Entry].[Time Entry] was between two ...
0
votes
0answers
38 views

Calculated measure throws internal error

When my calculated measure returns null, SSAS throws an internal error logged as Event Id 22. If I change the code to return -1 or 0 instead of null it runs fine. Running the same query on a similar ...
0
votes
0answers
198 views

cube rotate wpf elementhost

So I'm basically trying to replicate my Processing visualization in a WPF elementhost in my windows form program. I have 2 cubes which are rotating according to accelerometer data i receive from my ...
0
votes
0answers
27 views

VSS Cube Snapshot Replication SSAS

Does anyone know how using VSS for snapshot replication of the same cube will affect performance. It's able to generate these snapshots unbelievably fast, but creating these snapshots does not ...
0
votes
1answer
65 views

Animating a rotating ring of sprites

I want to make an application for iOS , i have some expertise in cocos2d.I have searched a lot but all i found was CSS implementation of this animation using webkit, i dont know any other language ...
1
vote
1answer
288 views

three.js - THREE.MeshFaceMaterial update textures on cube

Using r54: cube and on each side a different texture. var materials = [new THREE.MeshBasicMaterial({map: textureSmallSide}), new THREE.MeshBasicMaterial({map: textureSmallSide}), ...
0
votes
1answer
130 views

reporting vs analysis with Star schema data warehouse

I'm working on a BI project where i'll use pentaho. My DW will be modelize as a star schema. I know that for the analysis part we need to go from this star schema (relational DW) and design the cube ...
1
vote
0answers
221 views

Opengl ES. Textures on cube. Rotating

I have cube with 6 diffrent textures. I wrote smiple animation. When I'm rotating my cube, everythings is ok, but after my animation my textures change them position. In example. I'm rotating my cube ...
0
votes
1answer
76 views

VBO - Cube Offsets

I have some code that is supposed to create a new VBO and fill it with cubes that I created using offsets instead of glTranslate. I have a cubeVBO class that creates a new cube with offsets, but for ...
1
vote
1answer
268 views

Using Filter on measures in MDX query on SSRS

i've creted a report using a cube as datasource and MDX query on my dataset. i have a few measures in my dataset but i want to show wonly the rows with at least one of the measures > 0, using ...
0
votes
1answer
150 views

What is the maximum SSAS Cube Capacity

Apologies if I've posted this in the wrong place. I appreciate this is a very hard question to answer as there are too many vairables but any advice or pointers would be very much appreciated. We ...
0
votes
1answer
69 views

Aggregate dated events in Analysis Services OLAP Cube

I have a table with columns that store dates of various events, like so: <pre> PersonID DatePassedExam1 DatePassedExam2 1 NULL NULL 2 01-11-2012 NULL 3 ...
0
votes
0answers
176 views

looking for the most efficient way to build cube reports in cognos

My client is complaining about the performance of cube report. It takes 4 or 5 minutes to drill down to subclass level from class level, which is quite disgusting. The development tools I am familiar ...
1
vote
1answer
80 views

Enlarging a cube and putting it into a 3D space

I've created a program to display a lined cube on a white canvas but I am unsure how to multiple that cube into lets say? 10 x 10. Another question is how would I go about creating the same cube in a ...

1 2 3 4 5 8