Attribute syntax in ASO Member Formula Not Working - ePBCS
Hi Everyone,
We have an entity that we wanted to calculate the Prior Year currency conversion different from others based on the Geography dimension attributes and only for Revenue account dimension. The formula we created has been validated in the Currency View dimension, but for some reasons it is ignoring the Attributes line, which is really the key point to separate it from others. Below is the formula:
Case When ([Legal Entity].CurrentMember is [XXXX]
and IsAncestor([TotalRevenueNet],[Account].CurrentMember, INCLUDEMEMBER)
and IsAncestor ([TotalProduct], [Product].CurrentMember, Includemember)
and [Market Currency].CurrentMember is [AUD_Mkt]) (The Attribute is Market Currency and AUD_Mkt is a member attribute that we wanted to be calculated differently, which is assigned to a Geography. The formula is currently ignoring this line.