Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
anders_smith
Contributor II
Contributor II

Plan versus actuals

Hi!

I have one table containing a plan, and another containing actuals.  Plan and actuals aren'always the same.

I have linked together with a CommonDate-field.  I want to select Plant 2 in the plan, and then the Plant 2 should be displayed in the actuals.  I have tried a set analysis for this, but this don't work if I have selected a date with only Plant 1 in the plan. Sum({$<ActPlant= p(PlanPlant)>}ActAmount)

Are ther any method to view Selected and not "Possible"?

Anders

1 Reply
jonathandienst
Partner - Champion III
Partner - Champion III

Hi

Can I make a couple of suggestions after a brief look at your model.

  • Combine the two fact tables into one with the following fields:

    

          Date, BatchID, Amount, Plant, Type

               where Type = 'Plan' or 'Actual'

  • Create a master calendar linked to CommonDate. This should contain all the dates from the minimum to the maximum.

Those two steps should simplify the development of this model.

If you are unsure of how to proceed, I suggest that you post the two source Excel files, so I or someone else can modify your model as outlined above.

Regards

Jonathan

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein