DecodeMun()
Use DecodeMun() to decode a MUN string and return a specific dimension or member name.
DecodeMun() can be used to input a well-formed MUN string with an index number and output a specified dimension or member name.
Syntax
DecodeMun"[name1].[name2].[name3].[name4], <index number>"
Argument |
Description |
Required/Optional |
---|---|---|
Name |
The names in the MUN string. |
Required |
Index number |
The position of the name in the list that you want returned,
Note: The index begins at
"1".
|
Required |
Example
Example input
DecodeMun("[computer].[mobile].[tablet].[camera]", 2)
Example output
mobile