We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13108c9 commit 95abbb1Copy full SHA for 95abbb1
1 file changed
MDX2JSON/ResultSet.cls
@@ -157,6 +157,7 @@ Method ProcessOneAxisCell(CubeIndex, AxisKey, CubeName, QueryKey, AxisNumber, No
157
158
try {
159
set cell.path = ##class(%DeepSee.Query.Engine).%GetSpecForAxisNode(CubeName, QueryKey, AxisNumber, Node) // MDX cell path
160
+ set cell.path = $TRANSLATE(cell.path, "()", "") // removing redundant parentheses
161
} catch ex {
162
set cell.path = "path too long"
163
}
0 commit comments