Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Severe
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
Use a query with a measure based upon 'distinct count'
and no measures, and you get an
ArrayIndexOutOfBoundsException.
Example query:
select {[Measures].[Customer Count]} ON columns,
{([Promotion Media].[All Media],
[Product].[All Products])} ON rows
from [Sales]
where [Time].[1997]
This can also happen if there are other measures, if
those measures happen to be in the cache already.
and no measures, and you get an
ArrayIndexOutOfBoundsException.
Example query:
select {[Measures].[Customer Count]} ON columns,
{([Promotion Media].[All Media],
[Product].[All Products])} ON rows
from [Sales]
where [Time].[1997]
This can also happen if there are other measures, if
those measures happen to be in the cache already.
user_id=312935
Fixed in change 769.