Forum Discussion
vmanojrc30
1 year agoContributor
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...
- 1 year 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.
DanielWillis
1 year agoValued Contributor
Hi vmanojrc30
Check out the examples page where it combines GetDataBufferUsingFormula with FilterMembers @ https://documentation.onestream.com/1375907/Content/Design%20and%20Reference/Financial%20Model%20Guides/Examples%20of%20Key%20Functions.html?Highlight=GetDataBufferUsingFormula
ChristianW
OneStream Employee
1 year agoHi
Daniel's solution is correct. There is also a RemoveMembers function.
Cheers
Related Content
- 1 year ago
- 8 months ago