dstagedavid
Programmer
We have an SQL Server table with a integer (CCYYMMDD ) which represents a date in a data warehouse table. In the transform, how to I transform the CCYYMMDD data into the destination column which is MM/DD/YYYY?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
inputdateval[5,2]:'/':inputdateval[7,2]:'/':inputdateval[1,4]
Iconv(inputdateval[5,2]:'/':inputdateval[7,2]:'/':inputdateval[1,4],"D")