Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
4answers
3k views

Difference between android dimension: pt and dp

The documentation says that 160 dp (density-independent) equals 1 inch. And 72 pt is also 1 inch. So I don't see why android define a dp measurement while it seems to work the same as points. Can ...
4
votes
3answers
502 views

Cross reference Facts and Dimensions in Data warehouse

I am trying to design a data warehouse for a licensing vendor, who sells licenses on ecommerce and various other venues. The things they want to track are sales, product lifecycle and activity. What ...
4
votes
3answers
374 views

How to deep copy 2 dimensional array (different row sizes)

This is my first question in a community like this, so my format in question may not be very good sorry for that in the first place. Now that my problem is I want to deep copy a 2 dimension array in ...
3
votes
1answer
30 views

How to get the dimension of a JPopupMenu?

I have a TrayIcon with a JPopupMenu attached to it. When I add a JMenuItem to the popup menu, I want to know the dimension of this popup menu. But the dimension is not calculated: getBounds(), ...
3
votes
1answer
80 views

Creating Time dimension table in SQL Server from Java

I am currently working with OLAP and Business Intelligence with Microsoft SQL Server. Until now, we have been manually creating dimension tables in SQL for our cubes through Java. Our Time dimension ...
3
votes
3answers
68 views

Is there a way for Java to determine the size/dimensions of the command-line console it's running in? [closed]

Possible Duplicate: Can I find the console width with Java? For example, when you run nano at the Linux command line, it automatically resizes its text formatting to fit the display ...
2
votes
3answers
187 views

What are the types of dimension tables in star schema design?

When reading about star schema design I have seen that many people uses various names for different types of dimension tables. Please list the names and a small description of each type. If any list ...
2
votes
1answer
527 views

PHPExcel cell width

Trying to set width of cell in Excel document generated with PHPExcel, with: $objPHPExcel->getActiveSheet()->getColumnDimensionByColumn('C')->setWidth('10'); ...
2
votes
2answers
533 views

Inconsistency when setting TextView font size in code and in resources

The official documentation does not seem to answer this, or I can't figure it out. Element (nevermind the AlertDialog, it happens on any TextView as well): TextView tv = (TextView) ...
2
votes
1answer
65 views

Is this the actual size of panel?

JPanel scorePanel = new JPanel(); scorePanel.setBackground( new Color( 95 , 8 , 248 , 255 )); JLabel scoreLabel = new JLabel( "Score : 0" ); scoreLabel.setForeground( Color.white ); ...
2
votes
1answer
143 views

Adding a new dimension to an existing Data warehouse

What is the standard practice for adding a new dimension (a totally new table, not a new row to an exisiting dimension table)? Wouldn't you have to redo the entire fact table, to add a new field, and ...
2
votes
1answer
107 views

Cube Design Question - SQL Server

We have about 10-15 dimension tables that reflect different levels of granularity and about 15-20 metrics we want to track. Does it make more sense to build one cube at the most granular level and ...
2
votes
1answer
559 views

MDX: use dimension values on columns

I wanted to use dimension properties on columns. So, in the mdx query, I dragged in those properties from the dimension "member properties". But, for some reason, the values for those properties are ...
2
votes
4answers
2k views

MATLAB matrix replacement assignment gives error

I tried to update some part of a matrix, I got the following error message: ??? Assignment has fewer non-singleton rhs dimensions than non-singleton subscripts My code tries to update some values of ...
2
votes
1answer
103 views

Why does this code in VBA Power Point work fine witout Dim commands for numbers?

From one of VBA tutorials I learned that variables contining numbers should be firstly declared as integers: Dim mynumber as integer But, please, look at this code: Sub math() A = 23 B = ...
2
votes
2answers
536 views

Cube Calculated Member Question

I'm rather new to SSAS and am completely stumped on how to solve this problem. I have a dimension called Thresholds. Within the Thresholds dimension there are the following Members: [Threshold ...
2
votes
6answers
16k views

Finding (loaded) image size in AS3 (Action Script 3.0)

Im currently using the following function to load an image, however i could not figure out a way to find the width of the loaded image, which i intend to use before placing the next image using the ...
1
vote
2answers
183 views

MDX Calculated member filter by dimension attribute

I want to create a calculated member and filter it by dimension. This is WORKING example: ( [Policy].[Policy Status].&[Void], [Policy].[Tran Type].&[Renewal], [Measures].[FK ...
1
vote
1answer
114 views

Android AppWidget No More Room when using dimen resource

I created an XML file for an AppWidget as shown below. xml/appwidget_4x1.xml <?xml version="1.0" encoding="utf-8"?> <appwidget-provider ...
1
vote
1answer
19 views

Can the dimensions of header area of JXTaskPane be changed?

I am using JXTaskPane component. I want to know whether one can change the dimensions of the top part of the task pane i.e. the area where title of the task pane is displayed. If yes, please let me ...
1
vote
1answer
43 views

Warehouse - one dimension for multiple dates?

This is example of simple warehouse: http://en.wikipedia.org/wiki/File:Snowflake-schema-example.png If in Fact_Sales there is still Date2_ID, Date3_ID would these two dates be related with the same ...
1
vote
0answers
62 views

Get page size using AlivePDF

Is it possible to get the page width and page height for a PDF during creation with AlivePDF? I need this to place a shape to the right side of the page, no margin or padding, sticked to the right ...
1
vote
3answers
88 views

Dimension, Only changing the width/height

How do I only change the width or height of a component that requires a Dimension object? Currently I do it like this: jbutton.setPreferredSize(new Dimension(button.getPreferredSize().width, 100)); ...
1
vote
2answers
71 views

Querying a data-ware house data involving time dimension

I have two tables for time dimension date (unique row for each day) time of the day (unique row for each minute in a day) Given this schema what would a query look like if one wants to retrieve ...
1
vote
1answer
53 views

MDX for calculating measure given equality of 2 member attributes from 2 different dimensions

I have the following structure of measures and dimensions, and some example data Fact Table: id_dim1 id_dim2 id_dim ...measure1 1 2 ...120 2 1 ...101 1 1 ...95 3 3 ...12 Dim1: id_dim1 ...
1
vote
1answer
30 views

High dimensionality on data sets

I have seen in many questions on SO, asking for your opinion of how do you define a huge table in a database.... I have seen that you have answered >= 1 billion of rows, etc.. Doing some research ...
1
vote
1answer
332 views

vb.net read dimensions (video height & width) from specific file

okay so i'm working with visual studio 2010. I need to read out the resolution from a MPEG file. So that would be the video width en height. I think I need to create a button linked to an ...
1
vote
0answers
73 views

mondrian filters does not remember their options when moving to a dimension

I have found a bug that I would like to solve. I have a mondrian cube that has some dimensions on columns, others on rows, and also some filters. In the filters I have a calculated exception like ...
1
vote
2answers
197 views

Is there a function for Python which like getimagesize in PHP?

I have search for a while, and there is a function call get_image_dimensions(), however, as to my understanding, it works for the images which are downloaded or say local. So, any functions or ...
1
vote
1answer
132 views

Transaction lifecycle tracking in data warehouse

How do you store facts within which data is related? And how do you configure the measure? For example, I have a data warehouse that tracks the lifecycle of an order, which changes states - ordered, ...
1
vote
1answer
162 views

Ralph Kimballs Data warehouse toolkit book

I'm reading Ralph Kimball's book on Data warehouse and Dimension Modeling. I am reading one of the case studies, and it is about dimension modeling for an order system, where the requirement is to ...
1
vote
1answer
135 views

Data warehouse - Dimension Modeling

I am new to BI/Datawarehousing, and after building some easy samples, I have the need to build a more complex structure. My project initially involved product licenses, and I was measuring how many ...
1
vote
2answers
199 views

Calculate a margin using CSS percentage and unit together

margin-left: 100 + 20%; I want to do something the same as above. But CSS does not have any format. How can I successfully use these together ?
1
vote
2answers
189 views

Reducing the dimensionality of a vector

How can I reduce the size of a vector to a lower dimension? Say for example X:=(1,2,3,4,5,6,7,8,9,10) is a 10-D vector. Suppose I want to reduce it to a 5 dimensional space. Is there any way to do ...
1
vote
1answer
1k views

SQL Analysis Services OLAP TIME dimension

Hi i'm struggling with adding time dimension to OLAP cube. I can get everything in cube to work except date. In my source data view I have datetime column. I go by using Dimensions->New ...
1
vote
1answer
302 views

Determining App's Window/Screen Size

How do you determine the size of a component rather than calculating the sizes of all components including the screen and the parent component's sizes of the component? I have developed a few apps ...
1
vote
1answer
254 views

Rotate a one-dimensional array matrix

I need an algorithm for (clockwise) rotation of a matrix represented by a one-dimensional array. So far, I've found the following links but couldn't figure out anything bringing me closer to the ...
1
vote
1answer
198 views

SSAS: change boolean to 'yes' or 'no'

i'm new to Analysis Services. I have created a dimension on a boolean column. Now users want to have 'yes' and 'no' instead of 'true' and 'false' as result. Thanks.
1
vote
1answer
123 views

select all values from a dimension for which there are facts in all other dimensions

I've tried to simplify for the purposes of asking this question. Hopefully, this will be comprehensible. Basically, I have a fact table with a time dimension, another dimension, and a hierarchical ...
1
vote
2answers
357 views

Scaling an image in a scroller resizes the scroller when relative dimension are set to the scroller

I would like to position relatively a scroller in my application like below. When I scale the image, I resize the scroller... <s:Scroller width="50%" height="50%" > <s:Group> ...
1
vote
2answers
349 views

How can I change an external swf's dimention in Actionscript project?

I used Loader to load an external swf file, and try to display it in a fixed area, like a fixed dimention sprite object. And I don't know the exact size of the swf file, I just want it to fit the ...
0
votes
0answers
17 views

measuring pixel width of table in watir-webdriver

Is there a way to read the pixel dimensions of a table? Percentage already shows width="100%". It is inside a div if that helps to probe instead. I am trying to get the width to then resize the ...
0
votes
0answers
11 views

SSAS - Ragged Hierarchy with Measures at all levels

I have come across an issue in SSAS that I've not previously tackled, so I was looking for some advice on the best practice. The issue is that the client requires a ragged hierarchy SCD (type 2) with ...
0
votes
1answer
23 views

Resizing the ToolBar icons

Good day I have a basic toolbar to which I added ImageIcon buttons. The images are however different in size. How would I go about in resizing the Icons so that they are all the same size. ...
0
votes
0answers
6 views

How to use LDA for cosine approximation?

It is straightforward to understand how to use SVD and random projection. Both create lower dimensional representation of document which saves cosine distance between those documents. I.e ...
0
votes
1answer
55 views

MDX - calculate one date dimension from another date dimension

I have a fact table that has 2 dates Invoice Date and Accounting Current Date. In order to get requested Revenue value I need to use combination of these two dates. For example, if I need YTD Revenue ...
0
votes
2answers
51 views

Using a DATE field as primary key of a date dimension with MySQL

I want to handle a date dimension in a MySQL datawarehouse. (I m a newbie in the DW world) I made some searches with google and saw a lot of table structures (most of) date dimension where the ...
0
votes
1answer
33 views

ExtJS One-Dimensional Array combobox

I want to use a one dimensional array as the store for a combobox. It knows how many elements are in the array. But the list is filled with rows of blank text. ...
0
votes
1answer
40 views

Matlab error: Non-singleton dimensions of the two input arrays must match each other

I have a 1000x1 array, in which i would like it to divide into equal parts based on a lambda value lam_packet, and then in each part i would replace 0 0 0 0 with radom binary values , but whenver i ...
0
votes
2answers
44 views

Save open application dimensions and positions on Windows to reopen them via configuration file?

Is there a way to open an application to a saved set of dimensions and positions (on Windows) via a script? I'd also like to, of course, save the dimensions and positions of open applications -- the ...

1 2