Use value of Derived Column in another Derived Column


greetings,

i have ssis package derived columns.

one of derived columns, "term_in_days" performs datediff , outputs integer.

now need derived column, time_balanace multiply existing column, current balance derived column,"term in days."

here have far, i'm not sure if it's possible use values derived column "term in days" in time_balance.

 [current_balance] * [t_term_in_days]

i'm not sure if it's derived column can't used in derived column or if maybe casting issue.

feedback appreciated.

you can't reference derived column within same derived column transform. create subsequent derived column transform create new value using product of
 [current_balance] * [t_term_in_days]


SQL Server  >  SQL Server Integration Services



Comments

Popular posts from this blog

Conditional formatting a graph vertical axis in SSRS 2012 charts

Register with Power BI failed

SQL server replication error Cannot find the dbo or user defined function........