MULTISELECTCHANGEAGGREGATION
此函数通过引用现有多选 xml 并更改聚合函数创建多选 xml。
语法
=MULTISELECTCHANGEAGGREGATION("XML_multiselect","aggregation")
示例
单元格 C4 包含此多选 xml:
<?xml version="1.0" encoding="utf-16"?>
<MultiSelect xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Hierarchy>[product]</Hierarchy>
<AggregationFunction>Sum</AggregationFunction>
</MultiSelect>
此函数创建相同的 xml,但以 Any
作为聚合函数:
=MULTISELECTCHANGEAGGREGATION(C4,"Any")
有效的聚合函数是总和、平均值、聚合、最小值、最大值和任何。