Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

SSIS Derived Column Transformation Question

$
0
0

I have a derived column (ParsedStartTime is nvarchar) created by the following expression:

SUBSTRING(Time,1,FINDSTRING(Time,"-",3) - 1)

I also have an input field (Setup T is Float)

I want to create a derived column (CalculatedStartTime) that is ParsedStartTime - Setup T.

I would like to do this in the same table.  I cannot use ParsedStartTime as input (because it is derived), but can I create an expression using the same code and then DATEADD to reduce the time by Setup T?  Any idea what the expression would look like?


Viewing all articles
Browse latest Browse all 24688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>