Skip to main content
Solved

if the result is >0 allocate it to Next Year

  • July 3, 2023
  • 3 replies
  • 140 views

Rocco
Wallflower
Forum|alt.badge.img+2

Hello everyone,

 

  • What I would like from the formula:

if the result i bigger than 0 allocate it (aggeregate it) to next FY year

 

The only dimension used is month,

Any Idea is welcome

 

Best answer by Nathan

hey Rocco,

 

you should be able to do something like this:
 

Basically within a BY you can add/subtract items. Works the same per year.

 

It would probably be cleaner to do a double time dimension, to show how deferred loss can be accumulated over the future years and from which year that loss comes from

 

3 replies

Nathan
Employee
Forum|alt.badge.img+12
  • Employee
  • Answer
  • July 3, 2023

hey Rocco,

 

you should be able to do something like this:
 

Basically within a BY you can add/subtract items. Works the same per year.

 

It would probably be cleaner to do a double time dimension, to show how deferred loss can be accumulated over the future years and from which year that loss comes from

 


Rocco
Wallflower
Forum|alt.badge.img+2
  • Author
  • Wallflower
  • July 4, 2023

Thank you for the answer, 
It is a great answer:)

 


Nathan
Employee
Forum|alt.badge.img+12
  • Employee
  • July 4, 2023

And I should note, it works the same for every dimension in Pigment, they are all ordered by default so a + or - works on all of them.