View Single Post
Old 07-16-2021, 01:36 PM   #2
capink
Wizard
capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.
 
Posts: 1,197
Karma: 1995558
Join Date: Aug 2015
Device: Kindle
User a composite column (built from other columns) with the following template:

Code:
program:
	series = 'series,#series2,#series3,#series4';
	res = '';
	sep = ',';
	for col in series:
		res = list_union(res, field(col), sep)
	rof;
	res
capink is offline   Reply With Quote