We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb21e1f + 95abbb1 commit 87c7d6cCopy full SHA for 87c7d6c
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