Is there anywhere to find basic concepts of using Merc 6.7 ... ie a FAQ for dummies?
I have been maintaining 3 maps for over 6 years and now need to expand one of these maps.
This map has a type tree that has two sets of data;
group(s)
partner(s)
So each group can have partners and the input file can have many partners.
My task is to split out the partners and regroup them into distinct output files.
The concept I am having a problem with; I am thinking that the output file should be able to export the contents of a partner with out specifying the Partner details? I was thinking this would be done in two steps first gather all the Partner(s) then split the Partners in to new groups all sharing the same Type Tree
IE taking the Type Tree that defines this input and use it for both the input and output cards
SplitPartners
Input In1
tree xyz
type group(s)
Output Out1
tree xyz
type Partners(s) Rule =MakePartners(In1)
MakeNewGroups
Input In2
Tree xyz
Type Partner(S)
Output Out2
tree xyz
type Group Rule =MakeGroup(In2) where Partner = "ABC"
Output Out3
Tree xyz
type Group Rule =MakeGroup(In2) Where Partner <> "ABC"
I have been maintaining 3 maps for over 6 years and now need to expand one of these maps.
This map has a type tree that has two sets of data;
group(s)
partner(s)
So each group can have partners and the input file can have many partners.
My task is to split out the partners and regroup them into distinct output files.
The concept I am having a problem with; I am thinking that the output file should be able to export the contents of a partner with out specifying the Partner details? I was thinking this would be done in two steps first gather all the Partner(s) then split the Partners in to new groups all sharing the same Type Tree
IE taking the Type Tree that defines this input and use it for both the input and output cards
SplitPartners
Input In1
tree xyz
type group(s)
Output Out1
tree xyz
type Partners(s) Rule =MakePartners(In1)
MakeNewGroups
Input In2
Tree xyz
Type Partner(S)
Output Out2
tree xyz
type Group Rule =MakeGroup(In2) where Partner = "ABC"
Output Out3
Tree xyz
type Group Rule =MakeGroup(In2) Where Partner <> "ABC"