Account filter in FdxExecuteDataUnit
Hi Community,
I am building a Business Rule which will pull data base level data for a specific parent under the Account dimension.
I am using FdxExecuteDataUnit to pull data from the cube, but I am not able to add Parent.Base as Account filter in the parameter. It's seem like I am only able to put a member directly and not and .Base member in the filter.
Dim sFilter As String = "Origin='Import' and Flow='EndBal_Input'"
BRApi.Import.Data.FdxExecuteDataUnit(si, sCubeName, $"E#{sEntFilter},E#82,E#85", sCons, scenarioId, $"S#{sScenario}", $"T#{vPeriod}", sView, True, sFilter, 4, False)
Thank

