Hi, I have a custom field called “Fecha de Implementación” that can change value over time. I need to be able to graph the values that the field had in a time report.
For example
first value = 2024/05/01
second value = 2024/06/04
third value = 2024/07/20
According to the values of the field that the example issue had in a time report, it should count “1” in the months of May, June and July.
In this case, you should create a new JavaScript calcauted field that would fetch the “Fecha de Implementación” field changes and import it as a new measure showing on which dates those changes happened.
Here are more details calcauted fields: Account specific calculated fields.
Please see this community post for the solution example: