Skip to content

Commit ca5865b

Browse files
authored
Update ResultSet.cls
1 parent afe619e commit ca5865b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MDX2JSON/ResultSet.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Method ProcessOneAxisCell(CubeIndex, AxisKey, CubeName, QueryKey, AxisNumber, No
189189

190190
do ##class(%DeepSee.Utils).%GetDimensionCaption(CubeName,tDimNo, tHierNo,tLevelNo, .tAxisCaption)
191191
set cell.dimension = tAxisCaption // cube dimension
192-
if (cell.dimension) = "" set cell.dimension = tCaption // hack for assigne dimension property for calcMembers specifically
192+
if (cell.dimension) = "" {set cell.dimension = tCaption} // hack for assigne dimension property for calcMembers specifically
193193

194194

195195
set:$$$Debug cell.visible = '..IsCellNull(cell,AxisNumber,Node)

0 commit comments

Comments
 (0)