Forum Discussion
kmilner Just add the Haedcount account under accountfilter string -
Old
Dim accountFilter as string ="A#IncomeStatement.Base"
New
Dim accountFilter as string ="A#IncomeStatement.Base,A#Headcount"
That was my original thought as well, however when I test that update nothing is being kicked over from actuals.
- NicolasArgente2 years agoValued Contributor
Hey kmilner!
Can you see the headcount in a cube view? After running the cube view, can you display the cube POV information? Can you show us the formula syntax and also the code you are using.- kmilner2 years agoNew Contributor
Here is what I am seeing when I look at the POV.
- OS_Pizza2 years agoContributor III
Your data for headcount is at a different flow member called "F#EndBal_Input". In your business rule , you are filtering on the flow member with F#AddBack_Tot.Base.
Can you let us know if F#EndBal_Input is base of F#AddBack_Tot. If not , you may want to include F#EndBal_Input also in your business rule.
Related Content
- 10 months ago