Multiple UOM

Options
ThomasBoutton
ThomasBoutton Member, ALL USERS, Partner, Community Member, Certified Model Builder Posts: 5 Occasional Contributor

Hi,

 

For a client we have a setup where we need to plan and report on multiple UOM (liters and units).

Currently we're looking into setting this up as following:

  • Client needs to decide per SKU on a 'planning' UOM. A UOM where all planning for that SKU will be done (inputs, overrides,...)
  • Create two Anaplan versions: planning version (version with property 'actual) and other version
  • Each module displayed on a dashboard will then have a formula setup as:
    • If isactualversion then formula calculation else previousversion('line item')*conversion rate
    • Exception: input line items would have as formula scope 'All versions except actual'

Is this a setup anyone else already used? Is there a reason why or why not?

 

Are there alternatives to deal with multiple UOM?

 

Thanks!

 

Kind regards,

Thomas Boutton

Comments

  • ThomasBoutton
    ThomasBoutton Member, ALL USERS, Partner, Community Member, Certified Model Builder Posts: 5 Occasional Contributor

    Hi Ryan,

     

    The big advantage we have is that the native versions are not needed elsewhere in the model.

     

    Using line item subsets is indeed a good alternative and works efficiently with multiple UOM! The reason why i wouldn't use this method is because you lose the iterative calculation. For every module where there is calculation done (in the UOM that the client wants) we would need an additional module to convert this to the relevant UOMs. (and thus you need 2 modules, 1 for calculation and 1 for reporting, which makes it more complex for the user as he needs to input in the calculation module and sees output in reporting modules).

    With version you just deem one version the planning version and the others calculate with it based on the previousversion() function.

    Is my reasoning correct or did you manage to setup calculations with a lot of input using line item subsets?