Forum Discussion

Commonq1234's avatar
Commonq1234
Frequent Visitor
2 years ago
Solved

Cumulative sum two dates condition

Hi all,   I am trying to add cumulative sum based on two different dates. I have example data like below: Value Ready Date Implement Date 1 Dec 2023 Dec 2023 3 Dec 2023 Dec 2023 ...
  • Commonq1234's avatar
    2 years ago

    It works now I figured it out by linking the two dates column to a new date table. Then I use USERELATIONSHIP as filter and pass into the filter. Thank you for your help regardless.