You create member list files using VBScript in an ASCII format supporting multibyte character sets (MBCS), or a file encoded with the Unicode format, using Little Endian byte ordering. By default, member list files use the LST file extension.
Note: | You cannot use quotation marks in user-defined member list names. |
The file format for listing members within a member list file is the same for all dimensions with the exception of Entity. For member lists in the Entity dimension, you must specify the entity and its parent.
You use these subroutines to create member list files:
Sub EnumMemberLists (): Specifies which dimensions have member lists, and defines the member lists for each dimension. You define the number of lists for each dimension and the name of each member list within that dimension.
Sub EnumMembersInList (): Defines the members within each member list.
For information on adding dynamic member lists to the script, see Dynamic Member Lists.