Forum Discussion
Anonymous
7 years agoNot applicable
Combine two columns from two tables
I have two completely unrelated tables. One is from a query, and one is a Date table that I created by function. The first has a list of company names: Company A Company B Company C Company D ...
- 7 years ago
Hi Anonymous
Try
NewTable = CROSSJOIN( TableA, TableB)
AlB
Community Champion
7 years agoHi Anonymous
Try
NewTable = CROSSJOIN( TableA, TableB)
- Anonymous7 years agoNot applicable
Nailed it!