Forum Discussion
afrutos
Resolver I
4 years agoINITIALIZE EACH YEAR
Hello good afternoon, I am having trouble solving this formula: I have a column that is AMOUNT PAID, and I need to calculate the remainder that is left each year. I also have to take into account i...
- 4 years ago
afrutos , We can have crossjoin with a year table , assume you have fund table
crossjoin(generateseries(2022, year(today()) , 1) , fund)
amitchandak
Super User
4 years agoafrutos , We can have crossjoin with a year table , assume you have fund table
crossjoin(generateseries(2022, year(today()) , 1) , fund)
- afrutos4 years ago
Resolver I
I have my calendar table but I don't understand what do you mean
Could you explain a little bit more or give me an example please?