Hi All
I need to add 180 days in an UDF based on Doc Date of Stock transfer. I have created a query -----
----------------------
SELECT DATEADD(dd,180,$[T0.DocDate]) FROM OWTR T0 WHERE T0.[Series] = '60' and T0.[U_StType] = 'Issue for JW'
----------------------
but it is giving me an error, and not working. Can any one please help.
Thanks
Akash Jawanjal