Automatically Loading a Calculation by Default

Is there a way to always load a calculation by default without having to specify it every time?
Solution:
there is the build preparation you can use ``` read :read do prepare build(load: [:calculation])...
Jump to solution
2 Replies
Solution
barnabasj
barnabasj2mo ago
there is the build preparation you can use
read :read do
prepare build(load: [:calculation])
end
read :read do
prepare build(load: [:calculation])
end
Joan Gavelán
Joan GavelánOP2mo ago
Thanks!

Did you find this page helpful?