Skip to content

Commit a793d77

Browse files
committed
Cell null check now includes number of children. Potentially disruptive.
1 parent 4a55893 commit a793d77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MDX2JSON/ResultSet.cls.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ Determine if cell is an invisyble system cell.</Description>
223223
//return:(caption'="") 0
224224
//return:(path="") 1
225225
set children = Cell.children
226-
return:($isobject(children)) 0
226+
return:(($isobject(children)) && (children.Count()>0)) 0
227227
228228
if (Cell.type'="lit") {
229229
set key = $O($$$DeepSeeResultsGLVN(..%CubeKey, ..%QueryKey, "leaf", AxisNumber, ""))

0 commit comments

Comments
 (0)