Hi,
I need to add a filter to my fetchxml query in a ssrs report.
My report needs to filter based on year like 2020, 2019 etc.
I did put a filter with years in it but in the fetchxml query I have a date/time field to which I am trying to tie this selected year.
In sql, I have done something like this:
year(new_datetime)=@year
How do I achieve this in fetchxml? Can somebody please help?
Thanks.