Hi
@Matthew Sparks, can you maybe add HTML to your report to show the Fiscal Year instead?
I had a header in a report where I needed the Fiscal Year to be dynamic and not static. While in 2021, I want it to say 2021, if I switch over to 2022, I wanted it to then say 2022. To do that, you can add HTML to your report and include what they call 'context-dependent text'.
Here's the HTML for a client report that shows "Service Name - 2021 Summary"... That bit in yellow is what you want to automagically show the Fiscal Year..
<div class="apps-text"><span style="font-size:32px;color:#72bf44"><%=All Business Services.Service Header%> -
<%=CurrentDate("Y")%> Summary </font><span style="float:right"></b>
Maybe could use that as another option perhaps? If not, I know some date-logic-savvy TBMAs will hop on and save the day! π€©π±βπ€
#ApptioforAll