I'm working on my first Operations Dashboard and I want to show the current year in the title of the dashboard without choosing a date. In essence, I want to do something like "Operations Dashboard For " {current year} in the Title where it would insert the current year. That way I don't have to change it every year.
I'd also like to pull a date from my data to show in an indicator. So an indicator that counts records based on this year (which I use a filter for) but in the bottom text of the indicator I want to do something like "Since " {mydatefield}.
Is this possible and if so, can someone point me in the direction of how to do it?
Thank you