Error when run calcscript with @Attributesval into FIX
Dear All,
I have an application Hyperion Planning 11.1.2.3.500 with Entity dimension associates to a Text Attribute Dimension called PCurrency.
PCurrency contains the currency formatted as : USD_; EUR_; RUB_ etc.
I want to use that information into a FIX statement through @ATTRIBUTESVAL function :
FIX(@MEMBER(@NAME(@SUBSTRING(@ATTRIBUTESVAL("PCurrency"),0,3))))
In that case into FIX I should to have "EUR" if the Entity that the system is processing has "EUR_" as text attribute.
The syntax check is ok.
When I try to deploy this calcscript via Calculation Manager the system shows the following error message : <<The dimension 'PCurrency' needs to be a text attribute dimension..>> but I'm sure that the Attribute Dimension is a Text Attribute dimension. If I force the deploy the calcscript doesn't work.