MULTISELECTCHANGEAGGREGATION
Essa função cria um xml de multisseleção referenciando um xml de multisseleção existente e alterando a função de agregação.
Sintaxe
=MULTISELECTCHANGEAGGREGATION("XML_multiselect","aggregation")
Exemplo
A célula C4 contém este xml de multisseleção:
				
			<?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>Esta função cria o mesmo xml, mas com Any como a função de agregação:
=MULTISELECTCHANGEAGGREGATION(C4,"Any")
As funções de agregação válidas são: Sum, Avg, Aggregate, Min, Max e Any.