You are not logged in.
${today} give's me today's date. How can I just extract the year and month and display something like "202206" instead of "20220602"?
According to the documentation, there does not seem to be a method for obtaining year and month individually: https://reportserver.net/en/guides/user … te-Format/
Offline
Hi Johann,
you can use the format() function as explained here: https://reportserver.net/en/guides/user … -language/
The masks are available here: https://reportserver.net/en/guides/user … te-Format/
For example, ${today.format('y')}
Regards,
Eduardo
Offline