Skip to content

Commit 16c7be0

Browse files
committed
Added headerStyle, cellStyle for #67.
#67
1 parent 0594199 commit 16c7be0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

MDX2JSON/ResultSet.cls.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,10 @@ Returns array of Axes</Description>
154154
set cell.valueID = $LG(tNode,6) // id in mdx dimension for mbr, path for cmbr
155155
set cell.path = ##class(%DeepSee.Query.Engine).%GetSpecForAxisNode(CubeName, QueryKey, AxisNumber, Node) // MDX cell path
156156
set cell.title = $LG(tNode,23)
157-
157+
158+
set cell.headerStyle = $LG(tNode,19)
159+
set cell.cellStyle = $LG(tNode,18)
160+
158161
set info = $LG(tNode,18)
159162
set cell.info = info // expected structure is property1:value1;property2:value2;...;propertyN:valueN;
160163

0 commit comments

Comments
 (0)