Using calc() with or within dynamic content {{dc:...}}

Is there a way to use calc() statements with or within dynamic content?
My use case here is is the following: I am building a query string for a looper provider, and within the query string I can use {{dc:global:date format='Y'}} to filter posts (events) of the current year. This works flawlessly.
However, I want to not only filter events that occurred this year, but also last year. What does NOT work within a query string are calc statements, such as calc({{dc:global:date format='Y'}} - 1).
Is there any way to achieve this?

Hey @striata,

Regretfully, that is not a feature of the Dynamic Content yet. Maybe in the future, this could be possible.

Please stay tuned for updates.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.