:: com :: sun :: star :: sheet ::

struct DataPilotFieldFilter

Elements' Summary
FieldName  
MatchValueName String value that needs to match against, locale dependent.  
MatchValue String value that needs to match against, locale independent.  
Elements' Details
FieldName
string FieldName;
MatchValueName
string MatchValueName;
Description
String value that needs to match against, locale dependent.

This is the value as name/label as also displayed in the filter popup dialog, maybe formatted by user applied number formats.

MatchValue
string MatchValue;
Description
String value that needs to match against, locale independent.

This is the underlying value formatted in a standardized way, for example ISO 8601 YYYY-MM-DD for dates.

Top of Page