Hi,
I'm wondering what the best practices are for implementing logic changes that are time-sensitive.
For example, let's say that through May-2019 the "amount" is calculated as ((Column A + Column B) / 2), and starting June-2019 the amount should be ((Column A + Column B + Column C) / 2), or any other logic that only takes effect starting a certain month without affecting prior months.
Apart from creating a new table and a new transform pipeline, is there a way to reference the month in the formulas (or any other way in the transform pipeline), so that the same table can still be used for all periods?
Thanks,
Guy