The advantage of this option is that multiple reports can all refer to a common list of values maintained in one place.
All report users should have at least Read access to this document library.
Note: Calculated columns are not supported as the source column.
Only values that have actually been selected or specified in a column in an existing list item will be available for selection, i.e. if you specify a choice column as the source column, the only values that will be available in the filter will be values that exist in list items in the list.
All report users should have at least Read access to this list.
Note: Calculated columns are not supported as the source column.
Only values that have actually been selected or specified in a column in an existing list item will be available for selection, i.e. if you specify a choice column as the source column, the only values that will be available in the filter will be values that exist in list items in the list.
All report users should have at least Read access to this list.
Note: All report users should have at least Read access to this location.
The XML file option allows you use an XML file stored in a document library on the server to store the filter values. The XML file is identified by a server-relative URL.
The source file is a simple XML file and can only specify one set of choice values. See below for an example.
<?xml version="1.0" encoding="utf-8" ?>
<Values>
<Value>Not Started</Value>
<Value>In Progress</Value>
<Value>Completed</Value>
<Value>Deferred</Value>
<Value>Waiting on someone else</Value>
</Values>