Hey,
I actually want to convert now() to NVARCHAR. Can someone tell me how I can do this in the expression editor or even calculated column?
I need to filter like this BUDAT = adddays(now(), -1)
Also, the hyphens in the date are giving problems, I need to remove those.
Right now I am converting BUDAT to date, but I want to convert now() to NVARCHAR so the sysem doesn't have to go through all the records to convert BUDAT to date.