How to extract MONTH and YEAR form date promt
Hi,
I have a presentation variable, V_DATE, that is populated by a calendar column in my prompt.
In answers I want to take a YEAR column and compare it to the year of V_DATE. I have tried things such as a column filter on YEAR where YEAR = YEAR(@{V_DATE}).
I can't seem to get this to work. I get all sorts of different errors when I try to cast things or use different conversions.
Any ideas?