Hi, I wanted to write a formula connecting 2 tables. But currently im facing this error Alert Message
Sorry, you cannot create a formula column involving columns from multiple tables.
This is my formula. Can you help me with a workaround. Infact, i have also done a join between table1 and table 2 which is table 2 is on to many relation with table 1.
if("table1"."date"<'2020-04-01',"table2"."column","table1"."column")