I'm stuck while building a module in Anaplan. In one module, I have numbers associated with the months of the year 2024, and the module has Anaplan's time scale dimension. In this module, I have a line item formatted as a list that contains four members. Each number is assigned to one of these four list members.
In another module, I only have this four-member list as a dimension without the time dimension. I want to sum the numbers corresponding to each of the four list members in this module. However, because there’s no time dimension in this module, I cannot use the SUM
function. I also tried using a fake time dimension, but that didn’t work either.