Hi I have below requirement. Requirement: Generate a report by filtering on a dimension property (in other model say model 2). I tried using VB and command EA.OpenFilteredMemberSelector(connection, "COSTCENTER", "", , True) and overriding the values in current model (say model1). However it opens a pop up for the user to select members and I am not able to pass member property to the command. Model 1 is where EPM report is generated Model 2 is where the dimension is.
↧