![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi all, I start to try define one user defined function called CumROR using C# as follows: namespace APA { public class APA { public Double CumROR() { return 100; } } } Then add it into assembly in server. try MDX get following message The '[APA].[APA].[CumROR]' function does not exist. Can any expert let me know what step I missed? I've used user defined function in AS2K without any problem. Charles |
#3
| |||
| |||
|
|
do you use AS2000 or 2005? "charles" <CharlesYY (AT) gmail (DOT) com> wrote in message news:1135301618.054693.141910 (AT) g43g2000cwa (DOT) googlegroups.com... Hi all, I start to try define one user defined function called CumROR using C# as follows: namespace APA { public class APA { public Double CumROR() { return 100; } } } Then add it into assembly in server. try MDX get following message The '[APA].[APA].[CumROR]' function does not exist. Can any expert let me know what step I missed? I've used user defined function in AS2K without any problem. Charles |
#4
| |||
| |||
|
|
do you use AS2000 or 2005? "charles" <CharlesYY (AT) gmail (DOT) com> wrote in message news:1135301618.054693.141910 (AT) g43g2000cwa (DOT) googlegroups.com... Hi all, I start to try define one user defined function called CumROR using C# as follows: namespace APA { public class APA { public Double CumROR() { return 100; } } } Then add it into assembly in server. try MDX get following message The '[APA].[APA].[CumROR]' function does not exist. Can any expert let me know what step I missed? I've used user defined function in AS2K without any problem. Charles |
#5
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |