SET Date = '050120';
select SUBSTR("+Parameters!Date.Value+", 5, 2)
I am passing the Date parameter value. Why is it not picking the date value? It is showing the output as 'ra' which is shown in screen shot. I am expecting it to show 20.
SET Date = '050120';
select SUBSTR("+Parameters!Date.Value+", 5, 2)
I am passing the Date parameter value. Why is it not picking the date value? It is showing the output as 'ra' which is shown in screen shot. I am expecting it to show 20.