Skip to content

{exp:stash:join_lists}

croxton edited this page Sep 24, 2014 · 6 revisions

Join lists that share the same columns. Lists are appended to each other in the order supplied by the lists parameter.

Parameters

name = [ string ]

The name of the combined list.

lists = [ list1,list2,list3[,...] ]

A comma-delimited list of the lists you want to join together. The joined lists should share at least some of the same column names. Subsequent sorting/filtering operations on the combined list will only work reliably on the column names shared by all of the original lists.

Example

{exp:stash:join_lists 
	name="my_combined_list"
	lists="list_1,list_2,list3"
}
Clone this wiki locally