====== Merge Sub tables ====== ===== Description ===== This functor merges sub tables into a single table. ===== Inputs ===== ^ Name ^ Type ^ Description ^ | Base Table| [[table_type|Table]] | Table where the resulting combined sub-tables will be stored. | | Table Name| [[generic_name| Name]] | Table name. | ===== Optional Inputs ===== ^ Name ^ Type ^ Description ^ | Allow Empty Sub tables| [[boolean_value_type|Boolean Value]] | If false, Merge Sub Tables will report an error if no subtables are defined using given name. | | Table Manager| Table Manager | This is internally linked by TableManager. | | Allow Empty Sub tables| [[boolean_value_type|Boolean Value]] | If false, Merge Sub Tables will report an error if no subtables are defined using given name. | ===== Output ===== ^ Name ^ Type ^ Description ^ | Table| [[table_type|Table]] | Table result | ===== Group ===== [[Functor List#Table | Table]] ===== Notes ===== None. ===== Internal Name ===== MergeSubtables