I have a module "details" dimensioned by a list 'orders' which is a hierarchal list . Structure of module looks like this :-
one of the line items is 'Amount' and one is 'Plant location'
in another module "Summary" i want to summarize the figures of this module according to plant, this module is also dimensioned by same list as of Module 'Details' which is 'Orders'.
Right now i am brainstorming on this.
Since there are only 5 possible values of 'plant', i have created a list for same and in both modules i have another line item formatted by this list with finditem formula so that i can use lookup later on.
Any ideas will be helpful.