The XL3SetProperty formula updates the Anaplan XL grid display and permission properties in the workbook

PropertyDescriptionValue
RemoveEmptyCategoriesSets the categories to hide or show members with no data.TRUE or FALSE
RemoveEmptySeriesSets the series to hide or show members with no data.TRUE or FALSE
RemoveEmptyColumnsSets the columns to hide or show members with no data.TRUE or FALSE
RemoveEmptyRowsSets the rows to hide or show members with no data.TRUE or FALSE
HierarchiesOnCategoriesSets hierarchies for categories. Will move hierarchies as required.Hierarchy name or names.
HierarchiesOnSeriesSets hierarchies on series. Will move hierarchies as required.Hierarchy name or names.
HierarchiesOnColumnsSets hierarchies on columns. Will move hierarchies as required.Hierarchy name or names.
HierarchiesOnRowsSets hierarchies on rows. Will move hierarchies as required.Hierarchy name or names.
HierarchiesOnHeadersSets hierarchies on headers. Will move hierarchies as required.Hierarchy name or names.
MemberSelectionTypeSets the selection type of the members, for example children, parent, descendants etc.Review the Member Selection Type section for more details.
ChartTypeSets chart type of the series.Valid values are Column, StackedColumn, StackedColumn100, Bar, StackedBar, StackedBar100, Area, StackedArea, StackedArea100, Line.
ChartType2Sets chart type of the series once moved to the secondary axis.Same as ChartType.
DataLabelsVisibleShows or hides the data labels. TRUE or FALSE
VisibleSets the chart visibility. TRUE or FALSE
ClearHighlightsClear the current chart highlights, requires a toggle cell as the value argument which is reset after the highlights are cleared. =XL3SetProperty(SmallMultiple, test, ClearHighlights, A1)
Review XL3RunSQL for an example of setting up a trigger cell.
A cell containing FALSE, which is set to TRUE by an XL3Link.