So I copied out a query because I want to use one of the subqueries. If I take the old top level and make it an in inner sub, and make the old sub a top level, I can run the query just fine. Since it’s a copy I would like to clean up the unneeded old top level. However when I do, there are calculated fields in the sub then magically get deleted. They areen’t dependent on anything in the old top level, why does it do that? I’ve also had this happen in other queries where there are calculated fields that just disappear and I have to recreate them to get my query to work right.
Is this common? Is there something that I am doing wrong?