Forum Discussion

vmanojrc30's avatar
vmanojrc30
Contributor
5 months ago
Solved

Member Filter Functions in Finance BR

Is it possible to use Member Expansion functions like U1#[Top].Base.Where , U1#[Top].Base.Options within api.Data.GetDataBufferUsingFormula? I want to get data to the buffer from a Scenario / Scenar...
  • rhankey's avatar
    rhankey
    5 days ago

    If a member filter contains commas, you will need to wrap the member filter with [].  Eg "[U1#[XX].Base.Options(cube = AA , ScenarioType = Operational)]" so that the FilterMembers() function does not get confused when parsing the filters.