Skip to content

Commit ece4290

Browse files
committed
Removed info property
#67
1 parent 16c7be0 commit ece4290

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

MDX2JSON/ResultSet.cls.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,6 @@ Returns array of Axes</Description>
159159
set cell.cellStyle = $LG(tNode,18)
160160
161161
set info = $LG(tNode,18)
162-
set cell.info = info // expected structure is property1:value1;property2:value2;...;propertyN:valueN;
163-
164162
if info'="" { // extract aggregation information, leave the rest as css
165163
set summaryposition = $f(info,"summary")
166164
if summaryposition>0 {
@@ -169,13 +167,6 @@ Returns array of Axes</Description>
169167
set $e(info,summaryposition-7,summaryposition + $l(summaryvalue) + 1) = ""
170168
}
171169
set cell.style = info // css
172-
173-
/*for i=1:1:($L(cell.info,";")-1) {
174-
set part = $P(cell.info,";",i)
175-
set property = $P(part,":",1)
176-
set value = $P(part,":",2)
177-
do cell.%DispatchSetProperty(property, value)
178-
}*/
179170
}
180171
181172
do ##class(%DeepSee.Utils).%GetDimensionCaption(CubeName,tDimNo, tHierNo,tLevelNo, .tAxisCaption)
@@ -203,7 +194,7 @@ Returns array of Axes</Description>
203194
}
204195
205196
//To filter out invisible сells
206-
if (..IsCellNull(cell, AxisNumber, Node)=1) {
197+
if 'cell.vis {
207198
return cell.children
208199
}
209200

0 commit comments

Comments
 (0)