Hello experts,
I'm working with member formulas and I'm facing the following issue. I've a calculated account member (Account ID: 520000_001) and I need that member to has the same value of account 110505. I'm writing in 520000_001 FORMULAH2 property the ID "110505" (without quotes), and it's putting me in the reports in the account 520000_001 the value 110.505, and not the value of the 110505 account.
I've tried with the following syntax in the FORMULAH2 property:
110505 (Put the numeric value) - I know this syntax work because I'm using it with other alphanumeric ID's (ie. BG52500)
'110505 (Excel syntax for specifying an explicit text - Put the numeric value)
[110505] (Returns nothing)
[Cuenta].[110505] (Returns nothing)
[Cuenta].[H1].[110505] (Returns nothing)
The 110505 account has value, and i'm querying in the correct data region. We've 2 hierarchies, the account belongs to both ( I mean, it's present in a node in PARENTH1 and another node in PARENTH2).
Any clue?
Thanks in advance!