I have a model with multiple calculated tables that draw data from one another in a hierarchy, but when I switch them all to update automatic something goes wrong. The tables at the top of the hierarchy are updated by being on a dashboard, but the lower tables dont seem to be updated first. As the top tables attempt to query data from the lower ones that are not updated and therefore empty, I get a bunch of meaningless errors.
The only thing that makes sense is this:
Reference to Blending Time Total could not be resolved to a valid column. Parsing halted.
After this error none of the tables will work until the model has been reset. If I update the tables manually in the correct order it seem to work but that is no good for charts.
I have also attempted to run experiments, and draw data from the Calculated Tables using the 'Experiment.CalculatedTable' reference, but there does not appear to be any data in the tables. Are calculated tables that are set to update always not updated during an experimenter run?