Skip to main content
Solved

Full year as calculated item

  • March 16, 2025
  • 2 replies
  • 84 views

Bas
Master Author
Forum|alt.badge.img+4
  • Master Author

Hi everybody,

I have a grid with two time-dimensioned calculated items. One is YTD and one is YTG where they cumulate using the selected month:

 

YTD
YTG

These work fine, but I also want to create a calculated item that shows the sum of both YTD and YTG (i.e.: full year). I couldn't get it to work via calculated items in the same grid, so as a workaround I made a second grid that shows the full year P&L. Although that workaround is okay-ish, I'm sure there must be some (better) way to get Month | YTD | YTG | FY in the same grid?

Thanks, Bas

Best answer by Min Li

@Bas 

I added another Calculated Item for FY, and under the item, just put the end month of the actual year and do cumulate.

The bottom table is how my entire table looks like.

 

 

2 replies

Min Li
Master Helper
Forum|alt.badge.img+12
  • Master Helper
  • Answer
  • March 17, 2025

@Bas 

I added another Calculated Item for FY, and under the item, just put the end month of the actual year and do cumulate.

The bottom table is how my entire table looks like.

 

 


Louie
Author
Forum|alt.badge.img+6
  • Author
  • March 19, 2025

@Min Li Bright Point  A great answer! Dr. Li YYDS