Returns a semicolon delimited list of UDA's for the specified dimension.
@DimUDAs(<DimensionName>, [<ConnectionID>], [<DefaultValue>], [<Matching>], [<UseCache>])
| Argument Name | Description |
|---|---|
| ConnectionID | Optional (defaults to view's connection); The ID of the Essbase connection. |
| DefaultValue | Optional (default is an empty string); The value to use if not found. |
| DimensionName | The dimension specified. |
| Matching | Optional (default is match all); Filter for UDAs that match the specified wildcard string (case insensitive). |
| UseCache | Optional (default is true); Indicates whether the UDAs should be returned from the session cache, if contained in the cache, or retrieved from the database. |