Hi, I have few tables on SQL server like
abc_2020
abc_2019
abc_2018
I want to query the the table that has suffix as current year. I have specified the value
in the settings > table name-- ...
Finally I found the solution. The solution is instead of mapper I used script component to set up start date. After that deduction was performed in mapper component.