Sorry not sure I follow.
Here is an example. I have an interface table in my file. In this type of solution, all layouts are based on an anchor TO which is based on the interface table. However I have many interface table occurrences.
When you create a new calculation, the default TO it evaluates from is always the very first TO that got created in the file. In my case, D_Interface
I never want to create calcs evaluated from that context. For me the calculations are always evaluated from the context of wherever that calc is used, such as the layout (and thus the relevant TO).
So, imagine I'm creating a new calculation:
By default, the context is set to D_Interface. "Current Table" by default also always gets set to D_Interface.
Now I want to choose the actual correct context for this calculation. I must now select the correct context from the drop-down.
When I set the evaluation context, the left hand side field listing does not update the "current table" TO.
I can't just begin adding fields to this calc, as it then adds them for the wrong context. I must first now go and change the TO on the left to the one at the top before i can start writing the calc.
You have to do this every single time in this case, and it's always the same TO I need to change on the left, and it always gets changed to "Current Table" for the newly selected evaluation context.
I have never understood why when you change a calculations evaluation context can't the current table TO on the left also automatically change. The left hand side is purely for field selection it has no effect on the calculation at all, but it is just a complete nuisance to have to now always change this before I can start building the calc.
hope that clears it up !