Forum Discussion

Niikk's avatar
Niikk
Frequent Visitor
1 year ago
Solved

Getting column data from different tables depending on the date

Hi! I had to split my transacation table into two tables, "Transaction_Old" (has all data prior to 2025) and "Transaction" (has all data from 2025-01-01 and onwards). I setup relations so I can filt...