Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Create table from 2 column and 2 table

Dear friends

how can i create table that combine "Date" from table 1 and "Value" from table 2 and let "Date" duplicate its selfves each row by each "Value"

Table1

Date
01-01-21
02-01-21
03-01-21
04-01-21

 

Table2

A

B

C
D

 

What i expected

DateValue
01-01-21A
01-01-21B
01-01-21C
01-01-21D
02-01-21A
02-01-21B
02-01-21C
02-01-21D
03-01-21A
03-01-21B
03-01-21C
03-01-21D
04-01-21A
04-01-21B
04-01-21C
04-01-21D

 

thank you in advance for any suggestions

5 Replies