Hi Johan,Were you able to resolve the correlated column exception issue? I have been stuck on this since past week. If you can guide me that will be alot of help.Thanks.
Hi @Johan Van Noten​ I got a work around it. If this helps you. Below is the query I wroteTarget Query:create or replace function TestAverage(DateBudget Date) RETURNS FLOAT return select Avg(pd.Amount) as Amount from TestTable1 as pd ...
HI @Johan Van Noten​ Were you able to resolve this issue? I am stuck on a same issue. Please if you can guide me if you are able to resolve this issue.Thank You.