re: Defining strings in Calculated Members -
01-27-2004
, 12:38 PM
For string manipulation, such as substring, mid, left, and the like, you can reference externally defined functions, such as those in the VBA library, or even create your own and load them up. If you want to use the VBA functions, no action is necessary, since the PivotTable service automatically loads them. Otherwise, you need to issue a "USE LIBRARY" command in MDX
For a list of useable VBA functions, consult
http://msdn.microsoft.com/library/de...sfunct_2wab.as
- Paul
---
Posted using Wimdows.net NntpNews Component - Posted from SQL Servers Largest Community Website: http://www.sqlJunkies.com/newsgroups/ |