Hi,
I have unix timestamp column , that I want to convert normat date and timestamp. And I want to use that column as dashbord prompt.
In DDR it was working fine but user want to enter date value through prompt.
DATEADD(s, open_date, '1/1/1970 05:30:00 AM') AS [Open Date],
Thanks,
Ramesh