Hello All, I tried to understand the function from the community question but I do not get it
IF NOT 'SYS01 Time Settings By Week'.'1st Forecast Year?'THEN LAG(Default Forecast, 52, 0, STRICT)ELSE 'DAT03 Historic Volumes'.'Offset Volumes for 1st Forecast Year'
For this part of function - LAG(Default Forecast, 52, 0, STRICT) - How is it dependent on Default Forecast line item which is dependent on baseline forecast and I visited the LAG function and I understand what it does but with this I am confused.