Skip to content

Commit

Permalink
Added headerStyle, cellStyle for intersystems-community#67.
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard93 committed Jan 30, 2018
1 parent 0594199 commit 16c7be0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion MDX2JSON/ResultSet.cls.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,10 @@ Returns array of Axes</Description>
set cell.valueID = $LG(tNode,6) // id in mdx dimension for mbr, path for cmbr
set cell.path = ##class(%DeepSee.Query.Engine).%GetSpecForAxisNode(CubeName, QueryKey, AxisNumber, Node) // MDX cell path
set cell.title = $LG(tNode,23)
set cell.headerStyle = $LG(tNode,19)
set cell.cellStyle = $LG(tNode,18)
set info = $LG(tNode,18)
set cell.info = info // expected structure is property1:value1;property2:value2;...;propertyN:valueN;
Expand Down

0 comments on commit 16c7be0

Please sign in to comment.