FINDKEYSBYFILTERA

Questa funzione restituisce, sotto forma di matrice, le chiavi provenienti da una variabile XML. È simile alla funzione FINDKEYSBYFILTER, che restituisce le chiavi sotto forma di stringa, ma non richiede un separatore.

Sintassi

FINDKEYSBYFILTERA("XML_properties",filter)

Esempio

Si supponga che la variabile XML gv_setproperty contenga [product] come chiave e che la cella C46 contenga una funzione FILTER:

=FINDKEYSBYFILTERA(GlobalVariables.gv_setproperty.Text,C46).

Se utilizzato con la funzione ARRAYTOSTRING, questo esempio restituisce [product].