Forum Discussion
RahulKumarBIT
3 years agoRegular Visitor
Creating a new table using date table and items from other table
Hi I have a date table. I have another table having two columns - ID and category for each id. I want to create a new table which will have 2 columns - Date series from date table and ID. Following ...
- 3 years ago
Hi RahulKumarBIT after you imported your data, new table should be:
Output Table =CROSSJOIN('1st Input - Date Table','2nd Input - ID Table')If this helps please kudo.
If this solves your problem please accept it as a solution.
some_bih
Community Champion
3 years agoHi RahulKumarBIT after you imported your data, new table should be:
Output Table =
CROSSJOIN('1st Input - Date Table',
'2nd Input - ID Table'
)
If this helps please kudo.
If this solves your problem please accept it as a solution.
If this solves your problem please accept it as a solution.