Forum Discussion

kmilner's avatar
kmilner
New Contributor
2 years ago

Forecast Seeding - Need to Add Headcount

We seed actuals into the monthly forecast, but headcount isn’t pulling over and we’d like it to for reporting. 

I found where the business rule is for this process and can see it is currently set up to just pull Income Statement accounts.  I just don’t know how to update/change it to include headcount (our headcount is a statistical account).

 

 

    • kmilner's avatar
      kmilner
      New Contributor

      It is a Statistical Account, with an account type "flow"

       

      • OS_Pizza's avatar
        OS_Pizza
        Contributor III

        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"