I have three databases, Projects, Epic Tasks and Tasks with relations like this:
Project may have many Epic Tasks, and one Epic Task may have many Tasks.
I have a view of Projects, now I want to sort it so the first Project is project in which task was updated most recently. I tried adding .sort() in Filter option but looks it does not work, and unfortunately Sort option can only sorts buy fields inside this table.
Also I managed to get Projects in given order using canvas formula, but I can’t see a way to transform this formula into a view. Is any of these possible? If not, how can I achieve what I want?