![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I have a cube with a calculated measure. In the cube the value shows correctly, but when i create a MDX query to display this calculated measure i get an error: 1.#INF or -1.#IND Anyone have an explanation for this? The calculated measure is: [Measures].[Available]/Count({descendants([Unit].Currentmember,[Unit].[Unit Name])}) Thnx, Stanley |
#3
| |||
| |||
|
|
Okay, so i have found the problem. When i use a normal select statement it works: select {..} on columns, {..} on rows from ... But when using a With member statement, that's where it goed wrong With member [....].ThisValue as '' select {..} on columns, {..} on rows from ... So, anybody knows why this happens? Thnx Stanley "Stanley" wrote: Hi, I have a cube with a calculated measure. In the cube the value shows correctly, but when i create a MDX query to display this calculated measure i get an error: 1.#INF or -1.#IND Anyone have an explanation for this? The calculated measure is: [Measures].[Available]/Count({descendants([Unit].Currentmember,[Unit].[Unit Name])}) Thnx, Stanley |
![]() |
| Thread Tools | |
| Display Modes | |
| |