dimensions

Why is accessing dimensions of the image so expensive in JavaScript on IE8?

I have to process loads of images. First, I need to check if the size of the image is greater than 50x60 and appropriately increasing the counter of bad images. The problem I have is that the speed of n.width / n.height on Internet Explorer 8 is extremely low. I checked n.offsetWidth, n.clientWidth but they are all the same speed-wise. ...

Adding an extra row to an MDX result set

I have a very simple MDX query that retuns the contents of a dimension. I would like to inject one more row to the result set as part of the MDX. Is this possible? ...

SSAS dimension not available

I have added a new dimension to a database and it is available in the cube however when I try to process the dimension I get the following message The 'OP-ReferralSource' dimension was not found in the 'NCHC SSAS' database on the server However in the cube design it is available for selecting on the 'Dimension Usage' tab bu on the next...