Re: StrToMember length problems -
11-18-2005
, 12:57 PM
The StrToMember function itself should not have any length restrictions or
atleast if it does, its should be far greater than 10 characters. Out of
curiosity, what are you using the StrToMember function for - i.e. within a
calculated member? Not knowing the full MDX statement, it appears that
somehow the calculated member (if that is what is using the StrToMember
function) is translating the membername and then cutting it off and hence
the problem you are seeing. Could you provide a little more detail on how
the function is being used? Thanks!
--
HTH!
Denny Lee
<dennyglee_at_hotmail_dot_com>
Blog at:: http://spaces.msn.com/members/denster/
<samuele.marconcini (AT) neura (DOT) it> wrote
I created a new funcion with
StrToMember(Membername) .
The Membername is FENIT_XXXF1 (char 11).
I had the error message:
Microsoft® OLE DB Provider for Analysis Services error '80040e21'
Formula error - cannot find dimension member ("FENIT_XXXF") - in a
name-binding function
FENIT_XXXF are 10 char.
StrToMember have some length restrictions? |